diff --git a/.github/ISSUE_TEMPLATE/---new-release.md b/.github/ISSUE_TEMPLATE/---new-release.md index df36ff85..c71938cf 100644 --- a/.github/ISSUE_TEMPLATE/---new-release.md +++ b/.github/ISSUE_TEMPLATE/---new-release.md @@ -1,27 +1,39 @@ --- name: "\U0001F4E6 New Release" about: Steps to release a new version -title: 'Release ' +title: 'Release 2.xx' labels: pre-release assignees: Khaoz-Topsy --- - [ ] Make sure that `pubspec.yaml` uses github link for the `assistantapps_flutter_common` library + - [ ] Replace `CURRENT_PROJECT_VERSION` with latest version code in `project.pbxproj` + - [ ] Replace `MARKETING_VERSION` with latest version name in `project.pbxproj` - [ ] Verify that AssistantNMS.Data audits have all passed - [ ] Regenerate AssistantApps server data from the AssistantNMS.Data tool - [ ] Make sure content of `release_notes.txt` is ready for production - [ ] Create new item in Admin tool - - [ ] Copy content of `release_notes.txt` + - [ ] Copy content of `release_notes.txt` to Markdown - [ ] Future date release date - [ ] Copy guid, paste into `prod.dart` -- [ ] Queue CodeMagic build +- [ ] [Queue](https://codemagic.io/app/5d9da9057a0a9500105180bf/workflow/5ef3374ec0adbfe0fdee431d/settings) CodeMagic build -Much later: +--- + +### Github: +- [ ] Create release branch +- [ ] Create [Pull Request](https://github.com/AssistantNMS/App/compare) for release branch into `main` +- [ ] Copy content of `release_notes.txt` to Pull Request comment + +--- + +### Much later: - [ ] Go through manual iOS steps - [ ] Copy content of `release_notes.txt` into Apple webpage - [ ] Submit for Apple review - [ ] Create Github release ([New Release](https://github.com/AssistantNMS/App/releases/new)) + - [ ] Merge Pull Request - [ ] Tag main branch - [ ] Attach `.aab` - [ ] Attach `.apk` diff --git a/android/app/build.gradle b/android/app/build.gradle index f1e135ee..2ce6a25b 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -33,7 +33,7 @@ if (releaseKeystorePropertiesFile.exists()) { } android { - compileSdkVersion 30 + compileSdkVersion 31 sourceSets { main.java.srcDirs += 'src/main/kotlin' @@ -46,7 +46,7 @@ android { defaultConfig { applicationId "com.kurtlourens.no_mans_sky_recipes" minSdkVersion 23 - targetSdkVersion 30 + targetSdkVersion 31 versionCode flutterVersionCode.toInteger() versionName flutterVersionName testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -96,11 +96,17 @@ dependencies { 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" + //android support? 🤷‍ compile 'com.android.support:support-annotations:28.0.0' + // 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" diff --git a/android/build.gradle b/android/build.gradle index e3cd78a7..dc5b9ccf 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlin_version = '1.3.50' + ext.kotlin_version = '1.6.10' repositories { google() jcenter() diff --git a/assets/data/donationsBackup.json b/assets/data/donationsBackup.json index b5ce6e3c..b810c231 100644 --- a/assets/data/donationsBackup.json +++ b/assets/data/donationsBackup.json @@ -863,18 +863,18 @@ "type": "Patreon", "date": "2019-10-22T12:01:00Z" }, - { - "guid": "10cd4341-7f69-42d3-b0f2-acfdbfd8a41d", - "username": "Peter Pawelek", - "type": "BuyMeACoffee", - "date": "2019-10-20T12:01:00Z" - }, { "guid": "0356727d-fb69-4385-b795-2c9b54e907a5", "username": "Shaun McGuire", "type": "Paypal", "date": "2019-10-20T12:01:00Z" }, + { + "guid": "10cd4341-7f69-42d3-b0f2-acfdbfd8a41d", + "username": "Peter Pawelek", + "type": "BuyMeACoffee", + "date": "2019-10-20T12:01:00Z" + }, { "guid": "5f8df4fb-0faa-4c21-a049-79e49a5813bb", "username": "Jerimiah Jenkins", diff --git a/assets/data/meta.json b/assets/data/meta.json index b568fd22..05f11c7e 100644 --- a/assets/data/meta.json +++ b/assets/data/meta.json @@ -1,5 +1,5 @@ { "GameVersion": "3.84", - "GameBuildNumber": 8275107, - "GeneratedDate": "2022-03-10" + "GameBuildNumber": 8302761, + "GeneratedDate": "2022-03-11" } \ No newline at end of file diff --git a/assets/images/faction/FACTIONS.EXPLORERGUILD.ON.png b/assets/images/faction/FACTIONS.EXPLORERGUILD.ON.png new file mode 100644 index 00000000..3f1be8c4 Binary files /dev/null and b/assets/images/faction/FACTIONS.EXPLORERGUILD.ON.png differ diff --git a/assets/images/faction/FACTIONS.GEK.ON.png b/assets/images/faction/FACTIONS.GEK.ON.png new file mode 100644 index 00000000..0122631a Binary files /dev/null and b/assets/images/faction/FACTIONS.GEK.ON.png differ diff --git a/assets/images/faction/FACTIONS.KORVAX.ON.png b/assets/images/faction/FACTIONS.KORVAX.ON.png new file mode 100644 index 00000000..6f6101e6 Binary files /dev/null and b/assets/images/faction/FACTIONS.KORVAX.ON.png differ diff --git a/assets/images/faction/FACTIONS.TRADEGUILD.ON.png b/assets/images/faction/FACTIONS.TRADEGUILD.ON.png new file mode 100644 index 00000000..be989527 Binary files /dev/null and b/assets/images/faction/FACTIONS.TRADEGUILD.ON.png differ diff --git a/assets/images/faction/FACTIONS.VYKEEN.ON.png b/assets/images/faction/FACTIONS.VYKEEN.ON.png new file mode 100644 index 00000000..41a2c742 Binary files /dev/null and b/assets/images/faction/FACTIONS.VYKEEN.ON.png differ diff --git a/assets/images/faction/JOURNEY.ON.png b/assets/images/faction/JOURNEY.ON.png new file mode 100644 index 00000000..1bb36e23 Binary files /dev/null and b/assets/images/faction/JOURNEY.ON.png differ diff --git a/assets/images/faction/MEDAL.CREATUREBRONZE.png b/assets/images/faction/MEDAL.CREATUREBRONZE.png new file mode 100644 index 00000000..17f8e744 Binary files /dev/null and b/assets/images/faction/MEDAL.CREATUREBRONZE.png differ diff --git a/assets/images/faction/MEDAL.CREATUREOFF.png b/assets/images/faction/MEDAL.CREATUREOFF.png new file mode 100644 index 00000000..5b9946ad Binary files /dev/null and b/assets/images/faction/MEDAL.CREATUREOFF.png differ diff --git a/assets/images/faction/MEDAL.CREATURESGOLD.png b/assets/images/faction/MEDAL.CREATURESGOLD.png new file mode 100644 index 00000000..928a8cae Binary files /dev/null and b/assets/images/faction/MEDAL.CREATURESGOLD.png differ diff --git a/assets/images/faction/MEDAL.CREATURESILVER.png b/assets/images/faction/MEDAL.CREATURESILVER.png new file mode 100644 index 00000000..e090512a Binary files /dev/null and b/assets/images/faction/MEDAL.CREATURESILVER.png differ diff --git a/assets/images/faction/MEDAL.EXPLORERBRONZE.png b/assets/images/faction/MEDAL.EXPLORERBRONZE.png new file mode 100644 index 00000000..7cb040b9 Binary files /dev/null and b/assets/images/faction/MEDAL.EXPLORERBRONZE.png differ diff --git a/assets/images/faction/MEDAL.EXPLORERGOLD.png b/assets/images/faction/MEDAL.EXPLORERGOLD.png new file mode 100644 index 00000000..14a678f9 Binary files /dev/null and b/assets/images/faction/MEDAL.EXPLORERGOLD.png differ diff --git a/assets/images/faction/MEDAL.EXPLORERNONE.png b/assets/images/faction/MEDAL.EXPLORERNONE.png new file mode 100644 index 00000000..747c4f7e Binary files /dev/null and b/assets/images/faction/MEDAL.EXPLORERNONE.png differ diff --git a/assets/images/faction/MEDAL.EXPLORERSILVER.png b/assets/images/faction/MEDAL.EXPLORERSILVER.png new file mode 100644 index 00000000..ffbab6ff Binary files /dev/null and b/assets/images/faction/MEDAL.EXPLORERSILVER.png differ diff --git a/assets/images/faction/MEDAL.GEKBRONZE.png b/assets/images/faction/MEDAL.GEKBRONZE.png new file mode 100644 index 00000000..aa5ddaa6 Binary files /dev/null and b/assets/images/faction/MEDAL.GEKBRONZE.png differ diff --git a/assets/images/faction/MEDAL.GEKGOLD.png b/assets/images/faction/MEDAL.GEKGOLD.png new file mode 100644 index 00000000..811209ce Binary files /dev/null and b/assets/images/faction/MEDAL.GEKGOLD.png differ diff --git a/assets/images/faction/MEDAL.GEKNONE.png b/assets/images/faction/MEDAL.GEKNONE.png new file mode 100644 index 00000000..9768c736 Binary files /dev/null and b/assets/images/faction/MEDAL.GEKNONE.png differ diff --git a/assets/images/faction/MEDAL.GEKSILVER.png b/assets/images/faction/MEDAL.GEKSILVER.png new file mode 100644 index 00000000..c1875ba1 Binary files /dev/null and b/assets/images/faction/MEDAL.GEKSILVER.png differ diff --git a/assets/images/faction/MEDAL.KORVAXBRONZE.png b/assets/images/faction/MEDAL.KORVAXBRONZE.png new file mode 100644 index 00000000..872d9901 Binary files /dev/null and b/assets/images/faction/MEDAL.KORVAXBRONZE.png differ diff --git a/assets/images/faction/MEDAL.KORVAXGOLD.png b/assets/images/faction/MEDAL.KORVAXGOLD.png new file mode 100644 index 00000000..24cb38c6 Binary files /dev/null and b/assets/images/faction/MEDAL.KORVAXGOLD.png differ diff --git a/assets/images/faction/MEDAL.KORVAXNONE.png b/assets/images/faction/MEDAL.KORVAXNONE.png new file mode 100644 index 00000000..829b2b23 Binary files /dev/null and b/assets/images/faction/MEDAL.KORVAXNONE.png differ diff --git a/assets/images/faction/MEDAL.KORVAXSILVER.png b/assets/images/faction/MEDAL.KORVAXSILVER.png new file mode 100644 index 00000000..2444b2fd Binary files /dev/null and b/assets/images/faction/MEDAL.KORVAXSILVER.png differ diff --git a/assets/images/faction/MEDAL.MEDALBRONZE.png b/assets/images/faction/MEDAL.MEDALBRONZE.png new file mode 100644 index 00000000..402294f6 Binary files /dev/null and b/assets/images/faction/MEDAL.MEDALBRONZE.png differ diff --git a/assets/images/faction/MEDAL.MEDALGOLD.png b/assets/images/faction/MEDAL.MEDALGOLD.png new file mode 100644 index 00000000..dcb17278 Binary files /dev/null and b/assets/images/faction/MEDAL.MEDALGOLD.png differ diff --git a/assets/images/faction/MEDAL.MEDALOFF.png b/assets/images/faction/MEDAL.MEDALOFF.png new file mode 100644 index 00000000..65f27485 Binary files /dev/null and b/assets/images/faction/MEDAL.MEDALOFF.png differ diff --git a/assets/images/faction/MEDAL.MEDALSILVER.png b/assets/images/faction/MEDAL.MEDALSILVER.png new file mode 100644 index 00000000..b704a2e9 Binary files /dev/null and b/assets/images/faction/MEDAL.MEDALSILVER.png differ diff --git a/assets/images/faction/MEDAL.MERCHBRONZE.png b/assets/images/faction/MEDAL.MERCHBRONZE.png new file mode 100644 index 00000000..ddb97e9c Binary files /dev/null and b/assets/images/faction/MEDAL.MERCHBRONZE.png differ diff --git a/assets/images/faction/MEDAL.MERCHGOLD.png b/assets/images/faction/MEDAL.MERCHGOLD.png new file mode 100644 index 00000000..8dae180c Binary files /dev/null and b/assets/images/faction/MEDAL.MERCHGOLD.png differ diff --git a/assets/images/faction/MEDAL.MERCHNONE.png b/assets/images/faction/MEDAL.MERCHNONE.png new file mode 100644 index 00000000..00167e17 Binary files /dev/null and b/assets/images/faction/MEDAL.MERCHNONE.png differ diff --git a/assets/images/faction/MEDAL.MERCHSILVER.png b/assets/images/faction/MEDAL.MERCHSILVER.png new file mode 100644 index 00000000..98a7e686 Binary files /dev/null and b/assets/images/faction/MEDAL.MERCHSILVER.png differ diff --git a/assets/images/faction/MEDAL.PIRATESBRONZE.png b/assets/images/faction/MEDAL.PIRATESBRONZE.png new file mode 100644 index 00000000..8f588778 Binary files /dev/null and b/assets/images/faction/MEDAL.PIRATESBRONZE.png differ diff --git a/assets/images/faction/MEDAL.PIRATESGOLD.png b/assets/images/faction/MEDAL.PIRATESGOLD.png new file mode 100644 index 00000000..536d6bd2 Binary files /dev/null and b/assets/images/faction/MEDAL.PIRATESGOLD.png differ diff --git a/assets/images/faction/MEDAL.PIRATESOFF.png b/assets/images/faction/MEDAL.PIRATESOFF.png new file mode 100644 index 00000000..3abc691e Binary files /dev/null and b/assets/images/faction/MEDAL.PIRATESOFF.png differ diff --git a/assets/images/faction/MEDAL.PIRATESSILVER.png b/assets/images/faction/MEDAL.PIRATESSILVER.png new file mode 100644 index 00000000..e3a6a4d8 Binary files /dev/null and b/assets/images/faction/MEDAL.PIRATESSILVER.png differ diff --git a/assets/images/faction/MEDAL.PLANETBRONZE.png b/assets/images/faction/MEDAL.PLANETBRONZE.png new file mode 100644 index 00000000..7b4b67d2 Binary files /dev/null and b/assets/images/faction/MEDAL.PLANETBRONZE.png differ diff --git a/assets/images/faction/MEDAL.PLANETGOLD.png b/assets/images/faction/MEDAL.PLANETGOLD.png new file mode 100644 index 00000000..6c07ef22 Binary files /dev/null and b/assets/images/faction/MEDAL.PLANETGOLD.png differ diff --git a/assets/images/faction/MEDAL.PLANETOFF.png b/assets/images/faction/MEDAL.PLANETOFF.png new file mode 100644 index 00000000..f5315c4d Binary files /dev/null and b/assets/images/faction/MEDAL.PLANETOFF.png differ diff --git a/assets/images/faction/MEDAL.PLANETSILVER.png b/assets/images/faction/MEDAL.PLANETSILVER.png new file mode 100644 index 00000000..2d4bfcf2 Binary files /dev/null and b/assets/images/faction/MEDAL.PLANETSILVER.png differ diff --git a/assets/images/faction/MEDAL.PLANTSBRONZE.png b/assets/images/faction/MEDAL.PLANTSBRONZE.png new file mode 100644 index 00000000..d20d685c Binary files /dev/null and b/assets/images/faction/MEDAL.PLANTSBRONZE.png differ diff --git a/assets/images/faction/MEDAL.PLANTSGOLD.png b/assets/images/faction/MEDAL.PLANTSGOLD.png new file mode 100644 index 00000000..01c08138 Binary files /dev/null and b/assets/images/faction/MEDAL.PLANTSGOLD.png differ diff --git a/assets/images/faction/MEDAL.PLANTSOFF.png b/assets/images/faction/MEDAL.PLANTSOFF.png new file mode 100644 index 00000000..e429300b Binary files /dev/null and b/assets/images/faction/MEDAL.PLANTSOFF.png differ diff --git a/assets/images/faction/MEDAL.PLANTSSILVER.png b/assets/images/faction/MEDAL.PLANTSSILVER.png new file mode 100644 index 00000000..66994be9 Binary files /dev/null and b/assets/images/faction/MEDAL.PLANTSSILVER.png differ diff --git a/assets/images/faction/MEDAL.SENTINELSBRONZE.png b/assets/images/faction/MEDAL.SENTINELSBRONZE.png new file mode 100644 index 00000000..289347a7 Binary files /dev/null and b/assets/images/faction/MEDAL.SENTINELSBRONZE.png differ diff --git a/assets/images/faction/MEDAL.SENTINELSGOLD.png b/assets/images/faction/MEDAL.SENTINELSGOLD.png new file mode 100644 index 00000000..1775ff2b Binary files /dev/null and b/assets/images/faction/MEDAL.SENTINELSGOLD.png differ diff --git a/assets/images/faction/MEDAL.SENTINELSOFF.png b/assets/images/faction/MEDAL.SENTINELSOFF.png new file mode 100644 index 00000000..fa0d14bd Binary files /dev/null and b/assets/images/faction/MEDAL.SENTINELSOFF.png differ diff --git a/assets/images/faction/MEDAL.SENTINELSSILVER.png b/assets/images/faction/MEDAL.SENTINELSSILVER.png new file mode 100644 index 00000000..3a0bb7c5 Binary files /dev/null and b/assets/images/faction/MEDAL.SENTINELSSILVER.png differ diff --git a/assets/images/faction/MEDAL.UNITSBRONZE.png b/assets/images/faction/MEDAL.UNITSBRONZE.png new file mode 100644 index 00000000..60399490 Binary files /dev/null and b/assets/images/faction/MEDAL.UNITSBRONZE.png differ diff --git a/assets/images/faction/MEDAL.UNITSGOLD.png b/assets/images/faction/MEDAL.UNITSGOLD.png new file mode 100644 index 00000000..89362061 Binary files /dev/null and b/assets/images/faction/MEDAL.UNITSGOLD.png differ diff --git a/assets/images/faction/MEDAL.UNITSOFF.png b/assets/images/faction/MEDAL.UNITSOFF.png new file mode 100644 index 00000000..f16e4fef Binary files /dev/null and b/assets/images/faction/MEDAL.UNITSOFF.png differ diff --git a/assets/images/faction/MEDAL.UNITSSILVER.png b/assets/images/faction/MEDAL.UNITSSILVER.png new file mode 100644 index 00000000..ff6fc32b Binary files /dev/null and b/assets/images/faction/MEDAL.UNITSSILVER.png differ diff --git a/assets/images/faction/MEDAL.VYKEENBRONZE.png b/assets/images/faction/MEDAL.VYKEENBRONZE.png new file mode 100644 index 00000000..3c36e4a0 Binary files /dev/null and b/assets/images/faction/MEDAL.VYKEENBRONZE.png differ diff --git a/assets/images/faction/MEDAL.VYKEENGOLD.png b/assets/images/faction/MEDAL.VYKEENGOLD.png new file mode 100644 index 00000000..98ce9888 Binary files /dev/null and b/assets/images/faction/MEDAL.VYKEENGOLD.png differ diff --git a/assets/images/faction/MEDAL.VYKEENOFF.png b/assets/images/faction/MEDAL.VYKEENOFF.png new file mode 100644 index 00000000..b8d30736 Binary files /dev/null and b/assets/images/faction/MEDAL.VYKEENOFF.png differ diff --git a/assets/images/faction/MEDAL.VYKEENSILVER.png b/assets/images/faction/MEDAL.VYKEENSILVER.png new file mode 100644 index 00000000..0fca9b3c Binary files /dev/null and b/assets/images/faction/MEDAL.VYKEENSILVER.png differ diff --git a/assets/images/faction/MEDAL.WARPSBRONZE.png b/assets/images/faction/MEDAL.WARPSBRONZE.png new file mode 100644 index 00000000..2bbea62d Binary files /dev/null and b/assets/images/faction/MEDAL.WARPSBRONZE.png differ diff --git a/assets/images/faction/MEDAL.WARPSGOLD.png b/assets/images/faction/MEDAL.WARPSGOLD.png new file mode 100644 index 00000000..fcc1b975 Binary files /dev/null and b/assets/images/faction/MEDAL.WARPSGOLD.png differ diff --git a/assets/images/faction/MEDAL.WARPSOFF.png b/assets/images/faction/MEDAL.WARPSOFF.png new file mode 100644 index 00000000..81b6f3f1 Binary files /dev/null and b/assets/images/faction/MEDAL.WARPSOFF.png differ diff --git a/assets/images/faction/MEDAL.WARPSSILVER.png b/assets/images/faction/MEDAL.WARPSSILVER.png new file mode 100644 index 00000000..94b17555 Binary files /dev/null and b/assets/images/faction/MEDAL.WARPSSILVER.png differ diff --git a/assets/images/faction/MEDAL.WARRIORBRONZE.png b/assets/images/faction/MEDAL.WARRIORBRONZE.png new file mode 100644 index 00000000..3d601175 Binary files /dev/null and b/assets/images/faction/MEDAL.WARRIORBRONZE.png differ diff --git a/assets/images/faction/MEDAL.WARRIORGOLD.png b/assets/images/faction/MEDAL.WARRIORGOLD.png new file mode 100644 index 00000000..e12ffedd Binary files /dev/null and b/assets/images/faction/MEDAL.WARRIORGOLD.png differ diff --git a/assets/images/faction/MEDAL.WARRIORNONE.png b/assets/images/faction/MEDAL.WARRIORNONE.png new file mode 100644 index 00000000..cd4626b2 Binary files /dev/null and b/assets/images/faction/MEDAL.WARRIORNONE.png differ diff --git a/assets/images/faction/MEDAL.WARRIORSILVER.png b/assets/images/faction/MEDAL.WARRIORSILVER.png new file mode 100644 index 00000000..9971aee9 Binary files /dev/null and b/assets/images/faction/MEDAL.WARRIORSILVER.png differ diff --git a/assets/images/faction/MEDAL.WORDSBRONZE.png b/assets/images/faction/MEDAL.WORDSBRONZE.png new file mode 100644 index 00000000..7cff22e7 Binary files /dev/null and b/assets/images/faction/MEDAL.WORDSBRONZE.png differ diff --git a/assets/images/faction/MEDAL.WORDSGOLD.png b/assets/images/faction/MEDAL.WORDSGOLD.png new file mode 100644 index 00000000..506b0ff5 Binary files /dev/null and b/assets/images/faction/MEDAL.WORDSGOLD.png differ diff --git a/assets/images/faction/MEDAL.WORDSOFF.png b/assets/images/faction/MEDAL.WORDSOFF.png new file mode 100644 index 00000000..074271c6 Binary files /dev/null and b/assets/images/faction/MEDAL.WORDSOFF.png differ diff --git a/assets/images/faction/MEDAL.WORDSSILVER.png b/assets/images/faction/MEDAL.WORDSSILVER.png new file mode 100644 index 00000000..a19f544f Binary files /dev/null and b/assets/images/faction/MEDAL.WORDSSILVER.png differ diff --git a/assets/json/de/Buildings.lang.json b/assets/json/de/Buildings.lang.json index 02932a11..b94472f9 100644 --- a/assets/json/de/Buildings.lang.json +++ b/assets/json/de/Buildings.lang.json @@ -35,9 +35,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/2.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -65,9 +65,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -95,9 +95,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -125,9 +125,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -151,9 +151,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -182,9 +182,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/8.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -209,9 +209,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -236,9 +236,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -263,9 +263,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -290,9 +290,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -317,9 +317,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -348,9 +348,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -375,9 +375,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -402,9 +402,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -433,9 +433,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -460,9 +460,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -487,9 +487,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -514,9 +514,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -545,9 +545,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -576,9 +576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -607,9 +607,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -638,9 +638,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,9 +669,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -696,9 +696,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -723,9 +723,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -750,9 +750,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -777,9 +777,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -804,9 +804,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -831,9 +831,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -858,9 +858,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -889,9 +889,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -916,9 +916,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -943,9 +943,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -974,9 +974,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1001,9 +1001,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1028,9 +1028,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1055,9 +1055,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/39.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1086,9 +1086,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/40.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1117,9 +1117,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1144,9 +1144,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1171,9 +1171,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1198,9 +1198,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/44.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1225,9 +1225,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/45.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1252,9 +1252,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1279,9 +1279,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1306,9 +1306,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1333,9 +1333,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1360,9 +1360,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1387,9 +1387,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,9 +1418,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/52.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1445,9 +1445,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/53.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1472,9 +1472,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/54.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1503,9 +1503,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/55.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1530,9 +1530,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/56.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1557,9 +1557,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1584,9 +1584,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1615,9 +1615,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/59.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1646,9 +1646,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/60.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1673,9 +1673,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/61.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1704,9 +1704,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/62.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1735,9 +1735,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/63.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1762,9 +1762,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/64.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1789,9 +1789,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/building/65.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1838,9 +1838,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/67.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1865,9 +1865,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/68.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1892,9 +1892,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/69.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1919,9 +1919,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/70.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1946,9 +1946,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/71.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1973,9 +1973,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/72.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2004,9 +2004,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/73.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2035,9 +2035,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/building/74.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2066,9 +2066,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/75.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2092,9 +2092,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/76.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2118,9 +2118,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/77.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2149,9 +2149,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/78.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2176,9 +2176,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/79.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2206,9 +2206,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/80.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2236,9 +2236,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/81.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2262,9 +2262,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/82.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2289,9 +2289,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/83.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2316,9 +2316,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/84.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2342,9 +2342,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/85.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2372,9 +2372,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/86.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2398,9 +2398,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/87.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2424,9 +2424,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/88.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2450,9 +2450,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/89.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2476,9 +2476,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/90.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2502,9 +2502,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/91.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2528,9 +2528,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/92.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2554,9 +2554,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/93.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2580,9 +2580,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/94.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2610,9 +2610,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/95.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2636,9 +2636,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/96.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2666,9 +2666,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/97.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2696,9 +2696,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/98.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2726,9 +2726,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/106.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2753,9 +2753,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/118.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2788,9 +2788,9 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/building/129.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2820,9 +2820,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/130.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2852,9 +2852,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/131.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2883,9 +2883,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/132.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2915,9 +2915,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/133.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2946,9 +2946,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/134.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2973,9 +2973,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/135.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3008,9 +3008,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/136.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3036,9 +3036,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/137.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3068,9 +3068,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/138.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3099,9 +3099,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/139.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3130,9 +3130,9 @@ "Colour": "095C77", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/140.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3182,9 +3182,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/142.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3209,9 +3209,9 @@ "Colour": "2C7C9F", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/145.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3239,9 +3239,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/146.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3269,9 +3269,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/147.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3299,9 +3299,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/150.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3325,9 +3325,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/151.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3351,9 +3351,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/152.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3381,9 +3381,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/153.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3411,9 +3411,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/154.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3441,9 +3441,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/155.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3493,9 +3493,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/157.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3519,9 +3519,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/158.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3549,9 +3549,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/159.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3576,9 +3576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/161.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3603,9 +3603,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/162.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3630,9 +3630,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/163.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3657,9 +3657,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/164.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3684,9 +3684,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/165.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3711,9 +3711,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/166.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3738,9 +3738,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/167.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3765,9 +3765,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/168.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3792,9 +3792,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/169.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3819,9 +3819,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/170.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3846,9 +3846,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/171.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3873,9 +3873,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/building/172.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 6, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3900,9 +3900,9 @@ "Colour": "2C7C9F", "Power": -30.0, "CdnUrl": "https://cdn.nmsassistant.com/building/173.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 6, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3926,9 +3926,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/174.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3961,9 +3961,9 @@ "Colour": "2C7C9F", "Power": -2.0, "CdnUrl": "https://cdn.nmsassistant.com/building/175.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3992,9 +3992,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/176.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4027,9 +4027,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/177.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4062,9 +4062,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/178.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4097,9 +4097,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/179.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4132,9 +4132,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/180.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4167,9 +4167,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/181.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4193,9 +4193,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/182.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4219,9 +4219,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/204.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4245,9 +4245,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/205.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4271,9 +4271,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/206.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4298,9 +4298,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/207.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4333,9 +4333,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/213.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4360,9 +4360,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/214.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4390,9 +4390,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/215.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4416,9 +4416,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/219.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4442,9 +4442,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/220.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4468,9 +4468,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/221.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4494,9 +4494,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/222.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4524,9 +4524,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/223.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4550,9 +4550,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/224.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4580,9 +4580,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/225.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4610,9 +4610,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/226.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4636,9 +4636,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/227.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4666,9 +4666,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/228.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4692,9 +4692,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/229.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4718,9 +4718,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/230.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4744,9 +4744,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/231.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4770,9 +4770,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/232.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4796,9 +4796,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/233.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4826,9 +4826,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/234.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4856,9 +4856,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/235.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4886,9 +4886,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/236.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4916,9 +4916,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/237.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4946,9 +4946,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/238.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4977,9 +4977,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/239.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5008,9 +5008,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/240.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5039,9 +5039,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/241.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5069,9 +5069,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/242.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5099,9 +5099,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/243.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5129,9 +5129,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/244.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5159,9 +5159,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/245.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5189,9 +5189,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/246.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5219,9 +5219,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/247.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5245,9 +5245,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/248.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5271,9 +5271,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/249.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5301,9 +5301,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/250.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5327,9 +5327,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/253.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5353,9 +5353,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/254.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5379,9 +5379,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/255.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5405,9 +5405,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/256.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5431,9 +5431,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/257.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5457,9 +5457,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/258.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5483,9 +5483,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/259.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5509,9 +5509,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/260.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5535,9 +5535,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/261.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5561,9 +5561,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/266.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5587,9 +5587,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5614,9 +5614,9 @@ "MaxStackSize": 5.0, "Colour": "FFFFFF", "CdnUrl": "https://cdn.nmsassistant.com/building/272.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5636,9 +5636,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/273.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5667,9 +5667,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/274.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5698,9 +5698,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/275.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5729,9 +5729,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/276.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5760,9 +5760,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/277.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5791,9 +5791,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/278.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5822,9 +5822,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/279.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5853,9 +5853,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/280.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5884,9 +5884,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/281.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5915,9 +5915,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/282.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5946,9 +5946,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/283.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5977,9 +5977,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/284.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6008,9 +6008,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/285.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6039,9 +6039,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/286.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6070,9 +6070,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/287.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6101,9 +6101,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/288.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6132,9 +6132,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/289.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6163,9 +6164,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/290.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6194,9 +6195,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/291.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6225,9 +6226,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/292.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6256,9 +6258,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/293.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6287,9 +6289,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/294.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6314,9 +6316,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/295.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6341,9 +6344,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/296.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6368,9 +6372,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/297.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6395,9 +6400,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/298.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6422,9 +6428,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/299.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6449,9 +6455,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/300.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6476,9 +6482,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/301.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6507,9 +6513,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/302.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6538,9 +6545,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/303.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6569,9 +6576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/304.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6596,9 +6603,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/305.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6623,9 +6630,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/306.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6650,9 +6657,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/307.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6677,9 +6684,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/308.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6704,9 +6711,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/309.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6732,9 +6739,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/310.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6763,9 +6770,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/311.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6790,9 +6797,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/312.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6817,9 +6824,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/313.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6844,9 +6851,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/314.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6871,9 +6878,9 @@ "MaxStackSize": 20.0, "Colour": "262626", "CdnUrl": "https://cdn.nmsassistant.com/building/315.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6893,9 +6900,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/316.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6928,9 +6935,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/317.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6963,9 +6970,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/318.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6990,9 +6997,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/319.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7017,9 +7024,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/320.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7044,9 +7051,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/321.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7072,9 +7079,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/322.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7099,9 +7106,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/324.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7130,9 +7137,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/325.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7158,9 +7165,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/326.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7184,9 +7191,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7206,9 +7213,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/328.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7237,9 +7244,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/329.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7265,9 +7272,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/330.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7291,9 +7298,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7313,9 +7320,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/332.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7344,9 +7351,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/336.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7371,9 +7378,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/337.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7398,9 +7405,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/338.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7425,9 +7432,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/339.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7452,9 +7459,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/340.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7479,9 +7486,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/341.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7506,9 +7513,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/342.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7533,9 +7540,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/343.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7560,9 +7567,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/344.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7587,9 +7594,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/345.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7614,9 +7621,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/346.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7641,9 +7648,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/347.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7668,9 +7675,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/348.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7695,9 +7702,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/359.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7721,9 +7728,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/360.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7756,9 +7763,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/361.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7778,9 +7785,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/362.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7809,9 +7816,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/363.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7831,9 +7838,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/364.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7853,9 +7860,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/365.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7875,9 +7882,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/366.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7897,9 +7905,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/367.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7919,9 +7928,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/368.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7941,9 +7951,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/369.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7968,9 +7979,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/370.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7995,9 +8006,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/371.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8022,9 +8033,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/372.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8049,9 +8060,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/373.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8076,9 +8087,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/374.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8103,9 +8114,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/375.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8130,9 +8141,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/376.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8157,9 +8168,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/377.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8184,9 +8195,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/378.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8211,9 +8222,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/379.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8238,9 +8249,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/380.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8265,9 +8276,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/381.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8292,9 +8303,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/382.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8319,9 +8330,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/383.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8346,9 +8357,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/384.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8373,9 +8384,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/385.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8400,9 +8411,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/386.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8427,9 +8438,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/387.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8454,9 +8465,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/388.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8481,9 +8492,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/389.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8503,9 +8514,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/390.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8525,9 +8536,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/391.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8547,9 +8558,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/392.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8569,9 +8580,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/393.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8591,9 +8602,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/394.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8612,9 +8623,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/395.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 15, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -8647,9 +8658,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/396.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -8680,9 +8691,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8709,9 +8720,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8738,9 +8749,9 @@ "BaseValueUnits": 300.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8767,9 +8778,9 @@ "BaseValueUnits": 300.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8792,9 +8803,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8817,9 +8828,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8842,9 +8853,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8867,9 +8878,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8892,9 +8903,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8917,9 +8928,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8942,9 +8953,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8967,9 +8978,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8992,9 +9003,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9017,9 +9028,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9047,9 +9058,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9073,9 +9085,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9099,9 +9111,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9125,9 +9137,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9151,9 +9163,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9172,9 +9184,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9193,9 +9205,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9219,9 +9231,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9249,9 +9261,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9275,9 +9287,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9301,9 +9313,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9327,9 +9339,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9348,9 +9361,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9374,9 +9388,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9400,9 +9415,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9426,9 +9442,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9452,9 +9469,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9478,9 +9496,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9504,9 +9523,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9530,9 +9549,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9560,9 +9579,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9590,9 +9609,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9616,9 +9635,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9642,9 +9661,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9668,9 +9687,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9694,10 +9713,10 @@ "CurrencyType": "None", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9718,9 +9737,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9744,9 +9763,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9770,9 +9789,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9796,9 +9815,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9822,9 +9841,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9848,9 +9867,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9874,9 +9893,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9900,9 +9919,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9926,9 +9945,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9952,9 +9971,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9978,9 +9997,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10004,9 +10023,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10030,9 +10049,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10056,9 +10075,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10083,9 +10102,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10109,9 +10128,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10135,9 +10154,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10161,9 +10180,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10187,9 +10206,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10213,9 +10232,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10239,9 +10258,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10265,9 +10284,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10291,9 +10310,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10317,9 +10336,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10343,9 +10362,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10369,9 +10388,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10395,9 +10414,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10421,9 +10440,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10447,9 +10466,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10473,9 +10492,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10499,9 +10518,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10525,9 +10544,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10551,9 +10570,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10577,9 +10596,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10603,9 +10622,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10629,9 +10648,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10655,9 +10674,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10681,9 +10700,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10707,9 +10726,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10733,9 +10752,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10759,9 +10778,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10785,9 +10804,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10811,9 +10830,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10837,9 +10856,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10863,9 +10882,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10889,9 +10908,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10915,9 +10934,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10941,9 +10960,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10967,9 +10986,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10993,9 +11012,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11019,9 +11038,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11045,9 +11064,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11071,9 +11090,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11097,9 +11116,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11123,9 +11142,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11149,9 +11168,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11175,9 +11194,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11201,9 +11220,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11227,9 +11246,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11253,9 +11272,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11279,9 +11298,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11305,9 +11324,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11331,9 +11350,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11357,9 +11376,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11383,9 +11402,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11409,9 +11428,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11435,9 +11454,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11461,9 +11480,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11487,9 +11506,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11513,9 +11532,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11539,9 +11558,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11565,9 +11584,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11591,9 +11610,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11617,9 +11636,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11643,9 +11662,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11669,9 +11688,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11695,9 +11714,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11721,9 +11740,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11747,9 +11766,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11773,9 +11792,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11799,9 +11818,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11825,9 +11844,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11851,9 +11870,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11877,9 +11896,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11903,9 +11922,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11929,9 +11948,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11955,9 +11974,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11981,9 +12000,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12007,9 +12026,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12033,9 +12052,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12059,9 +12078,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12085,9 +12104,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12111,9 +12130,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12137,9 +12156,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12163,9 +12182,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12189,9 +12208,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12215,9 +12234,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12241,9 +12260,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12267,9 +12286,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12293,9 +12312,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12319,9 +12338,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12345,9 +12364,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12371,9 +12390,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12397,9 +12416,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12423,9 +12442,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12449,9 +12468,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12475,9 +12494,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12501,9 +12520,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12527,9 +12546,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12553,9 +12572,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12579,9 +12598,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12605,9 +12624,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12635,9 +12654,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12665,9 +12684,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12695,9 +12714,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12725,9 +12744,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12755,9 +12774,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12785,9 +12804,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12811,9 +12830,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12837,9 +12856,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12863,9 +12882,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12889,9 +12908,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12915,9 +12934,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12945,9 +12964,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12975,9 +12994,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13005,9 +13024,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13035,9 +13054,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13065,9 +13084,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13095,9 +13114,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13125,9 +13144,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13155,9 +13174,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13185,9 +13204,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13215,9 +13234,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13245,9 +13264,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13271,9 +13290,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13301,9 +13320,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13327,9 +13346,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13357,9 +13376,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13387,9 +13406,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13417,9 +13436,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13443,9 +13462,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13469,9 +13488,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13495,9 +13514,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13521,9 +13540,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13547,9 +13566,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13578,9 +13597,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13604,9 +13623,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13630,9 +13649,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13656,9 +13675,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13682,9 +13701,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13708,9 +13727,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13734,9 +13753,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13760,9 +13779,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13786,9 +13805,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13812,9 +13831,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13838,9 +13857,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13864,9 +13883,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13894,9 +13913,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13924,9 +13943,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13954,9 +13973,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13984,9 +14003,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14014,9 +14033,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14044,9 +14063,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14070,9 +14089,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14096,9 +14115,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14122,9 +14141,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14148,9 +14167,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14178,9 +14197,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14208,9 +14227,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14238,9 +14257,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14268,9 +14287,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14298,9 +14317,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14328,9 +14347,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14358,9 +14377,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14388,9 +14407,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14418,9 +14437,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14448,9 +14467,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14478,9 +14497,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14508,9 +14527,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14538,9 +14557,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14568,9 +14587,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14594,9 +14613,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14624,9 +14643,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14650,9 +14669,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14676,9 +14695,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14706,9 +14725,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14736,9 +14755,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14762,9 +14781,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14788,9 +14807,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14814,9 +14833,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14840,9 +14859,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14866,9 +14885,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14896,9 +14915,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14922,9 +14941,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14948,9 +14967,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14974,9 +14993,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15000,9 +15019,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15026,9 +15045,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15052,9 +15071,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15078,9 +15097,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15104,9 +15123,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15130,9 +15149,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15156,9 +15175,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15182,9 +15201,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15212,9 +15231,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15242,9 +15261,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15272,9 +15291,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15302,9 +15321,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15332,9 +15351,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15362,9 +15381,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15388,9 +15407,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15414,9 +15433,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15440,9 +15459,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15466,9 +15485,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15496,9 +15515,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15526,9 +15545,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15556,9 +15575,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15582,9 +15601,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15608,9 +15627,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15638,9 +15657,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15664,9 +15683,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15690,9 +15709,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15716,9 +15735,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15742,9 +15761,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15768,9 +15787,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15794,9 +15813,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15820,9 +15839,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15846,9 +15865,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15872,9 +15891,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15898,9 +15917,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15924,9 +15943,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15950,9 +15969,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15980,9 +15999,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16010,9 +16029,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16040,9 +16059,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16066,9 +16085,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16092,9 +16111,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16118,9 +16137,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16144,9 +16163,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16170,9 +16189,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16200,9 +16219,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16226,9 +16245,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16252,9 +16271,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16278,9 +16297,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16304,9 +16323,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16338,9 +16358,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16364,9 +16385,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16385,9 +16406,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16406,9 +16427,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16426,9 +16447,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16452,9 +16473,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16477,9 +16498,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16506,9 +16527,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16535,9 +16556,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16565,9 +16586,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -10.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16590,9 +16611,9 @@ "BaseValueUnits": 2.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16615,9 +16636,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16640,9 +16661,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16665,9 +16686,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16691,9 +16712,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16717,9 +16738,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16742,9 +16763,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16767,9 +16788,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16792,9 +16813,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16817,9 +16838,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16842,9 +16863,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16867,9 +16888,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16892,9 +16913,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16917,9 +16938,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16942,9 +16963,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16967,9 +16988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16992,9 +17013,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17017,9 +17038,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17042,9 +17063,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17067,9 +17088,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17092,9 +17113,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17117,9 +17138,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17142,9 +17163,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17167,9 +17188,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17192,9 +17213,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17217,9 +17238,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17242,9 +17263,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17267,9 +17288,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17292,9 +17313,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17318,9 +17339,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17344,9 +17365,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17370,9 +17391,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17396,9 +17417,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17417,9 +17439,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17443,9 +17466,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17469,9 +17493,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17495,9 +17520,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17521,9 +17546,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17547,9 +17572,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/de/ConstructedTechnology.lang.json b/assets/json/de/ConstructedTechnology.lang.json index 9c29e014..047f3706 100644 --- a/assets/json/de/ConstructedTechnology.lang.json +++ b/assets/json/de/ConstructedTechnology.lang.json @@ -9,9 +9,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/1.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -35,9 +35,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/2.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -70,9 +70,9 @@ "Colour": "2C7C9F", "Power": -15.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -101,9 +101,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -136,9 +136,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -170,9 +170,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -200,9 +200,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/7.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -230,9 +230,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/8.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -264,9 +264,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 20, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -299,9 +299,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -333,9 +333,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -367,9 +367,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -397,9 +397,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -427,9 +427,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -457,9 +457,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -492,9 +492,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -518,9 +518,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -553,9 +553,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -588,9 +588,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -622,9 +622,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -652,9 +652,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -678,9 +678,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -712,9 +712,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -746,9 +746,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -780,9 +780,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -814,9 +814,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -848,9 +848,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -882,9 +882,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -912,9 +912,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -942,9 +942,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -972,9 +972,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1002,9 +1002,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1033,9 +1033,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1068,9 +1068,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1103,9 +1103,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1137,9 +1137,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1167,9 +1167,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/39.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1193,9 +1193,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/40.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1227,9 +1227,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1261,9 +1261,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1296,9 +1296,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1331,9 +1331,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/44.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1366,9 +1366,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/45.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1402,9 +1402,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1434,9 +1434,9 @@ "Colour": "2C7C9F", "Power": 100.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1465,9 +1465,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1492,9 +1492,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1524,9 +1524,9 @@ "Colour": "2C7C9F", "Power": 50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1560,9 +1560,9 @@ "Colour": "2C7C9F", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1596,9 +1596,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/52.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1627,9 +1627,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/53.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1649,9 +1649,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/54.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1671,9 +1671,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/55.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1702,9 +1702,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/56.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1733,9 +1733,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1764,9 +1764,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1791,9 +1791,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/59.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1818,9 +1818,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/60.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1849,9 +1849,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/61.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1880,9 +1880,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/62.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1914,9 +1914,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/63.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1948,10 +1948,10 @@ "CurrencyType": "None", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1970,9 +1970,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2000,9 +2000,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2030,9 +2030,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2060,9 +2060,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2090,9 +2090,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2120,9 +2120,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2150,9 +2150,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2180,9 +2180,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2210,9 +2210,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2240,9 +2240,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2269,9 +2269,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2298,9 +2298,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2327,9 +2327,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2356,9 +2356,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2385,9 +2385,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2414,9 +2414,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2443,9 +2443,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2472,9 +2472,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2501,9 +2501,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2530,9 +2530,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/de/Cooking.lang.json b/assets/json/de/Cooking.lang.json index a5cecbbd..fd6568af 100644 --- a/assets/json/de/Cooking.lang.json +++ b/assets/json/de/Cooking.lang.json @@ -11,13 +11,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/1.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -40,13 +40,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/2.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -69,13 +69,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/3.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -98,13 +98,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/4.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -127,13 +127,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/5.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -156,13 +156,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/6.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -185,13 +185,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/7.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -214,13 +214,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/8.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -243,13 +243,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/9.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -272,13 +272,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/10.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -301,13 +301,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/11.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -330,13 +330,13 @@ "Colour": "007951", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/12.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -359,12 +359,12 @@ "Colour": "007953", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/13.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,12 +387,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/14.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -415,12 +415,12 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/15.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -443,12 +443,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/16.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,13 +471,13 @@ "Colour": "DB2400", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/17.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -500,12 +500,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/18.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -528,12 +528,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/19.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -556,12 +556,12 @@ "Colour": "007951", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/20.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -584,12 +584,12 @@ "Colour": "007951", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/21.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -612,12 +612,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/22.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -640,13 +640,13 @@ "Colour": "79502E", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/23.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,12 +669,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/24.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -697,12 +697,12 @@ "Colour": "007953", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/25.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -725,13 +725,13 @@ "Colour": "79502E", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/26.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -754,12 +754,12 @@ "Colour": "007952", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/27.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -782,13 +782,13 @@ "Colour": "7B0000", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/28.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -811,13 +811,13 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/29.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -840,12 +840,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/30.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -868,12 +868,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/31.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -896,12 +896,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/32.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -924,12 +924,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/33.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -952,12 +952,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/34.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -980,12 +980,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/35.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1008,12 +1008,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/36.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1036,12 +1036,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/37.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1064,12 +1064,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/38.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1092,12 +1092,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/39.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1120,14 +1120,14 @@ "Colour": "7B0000", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/40.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1150,12 +1150,12 @@ "Colour": "DEDCD1", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/41.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1178,12 +1178,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/42.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1206,12 +1206,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/43.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1234,12 +1234,12 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/44.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1262,12 +1262,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/45.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1290,12 +1290,12 @@ "Colour": "DEDCD1", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/46.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1318,13 +1318,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/47.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1347,12 +1347,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/48.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1375,13 +1375,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/49.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1404,13 +1404,13 @@ "Colour": "095C77", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/50.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1433,13 +1433,13 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/51.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1462,13 +1462,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/52.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1491,13 +1491,13 @@ "Colour": "DB2400", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/53.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1520,13 +1520,13 @@ "Colour": "007953", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/54.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1549,13 +1549,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/55.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1578,13 +1578,13 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/56.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1607,13 +1607,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/57.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1636,13 +1636,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/58.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1665,13 +1665,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/59.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1694,13 +1694,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/60.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1723,12 +1723,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/61.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1751,12 +1751,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/62.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1779,12 +1779,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/63.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1807,12 +1807,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/64.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1835,13 +1835,13 @@ "Colour": "007953", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/65.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1864,12 +1864,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/66.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1892,12 +1892,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/67.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1920,12 +1920,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/68.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1948,12 +1948,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/69.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1976,13 +1976,13 @@ "Colour": "BB3830", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/70.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2005,12 +2005,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/71.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2033,12 +2033,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/72.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2061,12 +2061,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/73.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2089,12 +2089,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/74.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2117,12 +2117,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/75.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2145,12 +2145,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/76.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2173,13 +2173,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/77.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2202,13 +2202,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/78.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2231,13 +2231,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/79.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2260,13 +2260,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/80.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2289,13 +2289,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/81.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2318,13 +2318,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/82.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2347,13 +2347,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/83.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2376,13 +2376,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/84.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2405,13 +2405,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/85.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2434,13 +2434,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/86.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2463,13 +2463,13 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/87.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2492,13 +2492,13 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/88.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2521,13 +2521,13 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/89.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2550,13 +2550,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/90.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2579,13 +2579,13 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/91.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2608,13 +2608,13 @@ "Colour": "79502E", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/92.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2637,12 +2637,12 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/93.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2665,13 +2665,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/94.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2694,13 +2694,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/95.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2723,12 +2723,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/96.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2751,12 +2751,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/97.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2779,12 +2779,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/98.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2807,13 +2807,13 @@ "Colour": "79502E", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/99.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2836,13 +2836,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/100.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2865,12 +2865,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/101.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2893,12 +2893,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/102.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2921,12 +2921,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/103.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2949,12 +2949,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/104.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2977,13 +2977,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/105.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3006,12 +3006,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/106.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3034,13 +3034,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/107.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3063,12 +3063,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/108.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3091,12 +3091,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/109.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3119,12 +3119,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/110.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3147,12 +3147,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/111.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3175,13 +3175,13 @@ "Colour": "095C77", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/112.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3204,13 +3204,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/113.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3233,12 +3233,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/114.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3261,13 +3261,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/115.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3290,12 +3290,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/116.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3318,13 +3318,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/117.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3347,12 +3347,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/118.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3373,12 +3373,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/119.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3399,12 +3399,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/120.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3425,11 +3425,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/121.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3450,13 +3451,13 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/122.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3482,11 +3483,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/123.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3507,11 +3509,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/124.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3532,11 +3535,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/125.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3557,11 +3561,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/126.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3582,12 +3587,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/127.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3610,12 +3615,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/128.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3638,13 +3643,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/129.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3667,12 +3672,12 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/130.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,12 +3700,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/131.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3723,12 +3728,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/132.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3751,12 +3756,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/133.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3779,12 +3784,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/134.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3807,12 +3812,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/135.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3835,12 +3840,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/136.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3863,12 +3868,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/137.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3891,12 +3896,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/138.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3919,12 +3924,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/139.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3947,12 +3952,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/140.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3975,12 +3980,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/141.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4003,12 +4008,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/142.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4031,12 +4036,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/143.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4059,12 +4064,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/144.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4087,12 +4092,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/145.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4115,12 +4120,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/146.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4143,12 +4148,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/147.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4171,12 +4176,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/148.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4199,12 +4204,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/149.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4227,12 +4232,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/150.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4255,12 +4260,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/151.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4283,12 +4288,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/152.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4311,12 +4316,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/153.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4339,13 +4344,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/154.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4368,12 +4373,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/155.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4396,12 +4401,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/156.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4424,12 +4429,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/157.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4452,12 +4457,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/158.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4480,12 +4485,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/159.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4508,12 +4513,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/160.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4536,13 +4541,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/161.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4565,12 +4570,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/162.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4593,12 +4598,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/163.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4621,12 +4626,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/164.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4649,12 +4654,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/165.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4677,12 +4682,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/166.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4705,12 +4710,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/167.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4733,12 +4738,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/168.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4761,12 +4766,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/169.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4789,12 +4794,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/170.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4817,12 +4822,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/171.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4845,12 +4850,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/172.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4873,12 +4878,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/173.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4901,12 +4906,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/174.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4929,12 +4934,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/175.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4957,12 +4962,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/176.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4985,12 +4990,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/177.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5013,12 +5018,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/178.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5041,12 +5046,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/179.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5068,12 +5073,12 @@ "MaxStackSize": 50.0, "Colour": "6AD01E", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5095,12 +5100,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5123,12 +5128,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/182.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5151,13 +5156,13 @@ "Colour": "D35300", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/183.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5180,12 +5185,12 @@ "Colour": "6AD01E", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/184.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5208,12 +5213,12 @@ "Colour": "F26D15", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/185.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5236,12 +5241,12 @@ "Colour": "6AD01E", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/186.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5264,13 +5269,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/187.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5293,13 +5298,13 @@ "Colour": "6AD01E", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/188.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5322,13 +5327,13 @@ "Colour": "6AD01E", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/189.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5351,12 +5356,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/190.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5379,12 +5384,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/191.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5407,12 +5412,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/192.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5435,12 +5440,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/193.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5463,12 +5468,12 @@ "Colour": "8A7F72", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/194.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5491,12 +5496,12 @@ "Colour": "1EA3EE", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/195.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5519,12 +5524,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/196.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5547,12 +5552,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/197.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5575,12 +5580,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/198.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5603,12 +5608,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/199.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5631,12 +5636,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/200.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5659,12 +5664,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/201.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5687,12 +5692,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/202.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5715,12 +5720,12 @@ "Colour": "8A7F72", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/203.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5742,12 +5747,12 @@ "MaxStackSize": 50.0, "Colour": "6AD01E", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5770,12 +5775,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/205.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5798,12 +5803,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/206.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5825,12 +5830,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5853,12 +5858,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/208.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5881,12 +5886,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/209.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5909,12 +5914,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/210.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5937,12 +5942,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/211.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5965,12 +5970,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/212.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5993,12 +5998,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/213.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6021,12 +6026,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/214.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6049,12 +6054,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/215.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6077,12 +6082,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/216.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6105,12 +6110,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/217.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6133,12 +6138,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/218.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6161,12 +6166,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/219.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6189,12 +6194,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/220.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6217,12 +6222,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/221.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6245,12 +6250,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/222.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6273,12 +6278,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/223.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6301,12 +6306,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/224.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6329,12 +6334,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/225.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6357,12 +6362,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/226.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6385,12 +6390,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/227.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6413,12 +6418,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/228.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6441,12 +6446,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/229.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6469,12 +6474,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/230.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6497,12 +6502,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/231.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6525,12 +6530,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/232.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6553,12 +6558,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/233.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6581,12 +6586,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/234.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6609,12 +6614,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/235.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6637,12 +6642,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/236.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6665,12 +6670,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/237.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6693,12 +6698,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/238.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6721,12 +6726,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/239.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6749,12 +6754,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/240.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6777,12 +6782,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/241.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6805,12 +6810,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/242.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6833,12 +6838,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/243.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6861,12 +6866,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/244.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6889,12 +6894,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/245.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6917,12 +6922,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/246.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6945,12 +6950,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/247.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6973,12 +6978,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/248.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7001,12 +7006,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/249.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7029,12 +7034,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/250.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7057,12 +7062,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/251.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7084,12 +7089,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7111,12 +7116,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7138,12 +7143,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7165,12 +7170,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7192,12 +7197,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7219,12 +7224,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7246,12 +7251,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7273,12 +7278,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7300,12 +7305,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7327,13 +7332,13 @@ "MaxStackSize": 50.0, "Colour": "DEDCD1", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7355,13 +7360,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7383,13 +7388,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7411,13 +7416,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7439,12 +7444,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7466,12 +7471,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7493,12 +7498,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7520,12 +7525,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7547,12 +7552,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7574,12 +7579,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7601,13 +7606,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7629,13 +7634,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7657,13 +7662,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7685,13 +7690,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7713,13 +7718,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7741,13 +7746,13 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7769,12 +7774,12 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7796,12 +7801,12 @@ "MaxStackSize": 50.0, "Colour": "DEDCD1", "CookingValue": 0.9, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7823,12 +7828,12 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7850,12 +7855,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7877,13 +7882,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/de/Curiosity.lang.json b/assets/json/de/Curiosity.lang.json index 89c8fa16..14e67f7a 100644 --- a/assets/json/de/Curiosity.lang.json +++ b/assets/json/de/Curiosity.lang.json @@ -10,11 +10,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -34,12 +34,12 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -59,9 +59,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -94,11 +94,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -123,11 +123,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -156,11 +156,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -189,11 +189,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -222,11 +222,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/8.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -255,11 +255,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/9.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -288,11 +288,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/10.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -321,11 +321,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -354,11 +354,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/12.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,11 +387,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/13.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -420,11 +420,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/14.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -445,14 +445,14 @@ "Colour": "CCCCCC", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/curiosities/15.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -472,11 +472,11 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/16.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -496,12 +496,12 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -522,13 +522,13 @@ "Colour": "CCCCCC", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/curiosities/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -548,12 +548,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -573,10 +573,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -609,12 +609,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/21.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -634,10 +634,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/22.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -657,11 +657,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -681,11 +681,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/24.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -705,9 +705,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -727,9 +727,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -749,11 +749,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -773,11 +773,12 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/28.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -799,11 +800,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/29.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -825,12 +826,12 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -852,11 +853,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/31.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -878,12 +879,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/32.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -903,9 +904,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -925,9 +926,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -947,9 +948,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -969,10 +970,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/36.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -992,9 +993,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1014,9 +1015,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1036,10 +1037,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/39.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1059,10 +1060,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/40.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1082,9 +1083,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1113,9 +1114,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1144,9 +1145,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1175,10 +1176,10 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/44.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1198,10 +1199,10 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/45.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1221,9 +1222,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1242,9 +1243,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1263,9 +1264,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1284,9 +1285,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1305,9 +1306,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1326,10 +1327,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1350,10 +1351,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1374,10 +1375,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1396,10 +1397,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,10 +1419,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1442,10 +1443,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1464,10 +1465,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1486,10 +1487,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1510,10 +1511,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1532,10 +1533,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1554,10 +1555,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1578,10 +1579,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1600,10 +1601,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1622,9 +1623,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "DEDCD1", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 5000, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1642,9 +1644,9 @@ "BaseValueUnits": 256000.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/de/Factions.lang.json b/assets/json/de/Factions.lang.json new file mode 100644 index 00000000..ebc34810 --- /dev/null +++ b/assets/json/de/Factions.lang.json @@ -0,0 +1,1527 @@ +{ + "Milestone": "MEILENSTEINE", + "Category": "KATEGORIEN", + "Categories": [ + { + "Id": "journey", + "Name": "Reisemeilensteine", + "Description": "Eine unendliche Reise: Erkunde ein grenzenloses Universum und überlebe.", + "Missions": [], + "Additional": [ + "NavigateToJourneyPage" + ] + } + ], + "Lifeform": "LEBENSFORMEN", + "Lifeforms": [ + { + "Id": "gek", + "Name": "Die Gek", + "Description": "Diese kleinen reptilienartigen Lebensformen mit Schnäbeln sind die führenden Händler der Galaxie. Sie können durch die Freisetzung von Pheromonen kommunizieren und so die komplexesten Konzepte und Gefühle durch Gerüche übermitteln.\n\nSie stammen vom Planeten Balaron und werden von anderen empfindsamen Lebensformen aufgrund der Taten des Gek-Erstgebrüteten, der eroberte und mordete und so ein mächtiges Imperium erschuf, misstrauisch behandelt.", + "Missions": [ + { + "Name": "Ansehen", + "Icon": "faction/MEDAL.GEKGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "Rivale", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "Konkurrent", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "Kunde", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "Klient", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "Geschätzter Kunde", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "Kollege", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Partner", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Freund", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Bester Freund", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Meistbegünstigt", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.GEKGOLD.png", + "Name": "Handelsfürst", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Missionen abgeschlossen", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Gesammelte Worte", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "SCHWÄTZER", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ANFÄNGER", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "SCHÜLER", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "VERSTÄNDLICH", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "GELEHRTER", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "FLIESSEND", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "ÜBERSETZER", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "LINGUIST", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "POLYGLOTT", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "UNIVERSALÜBERSETZER", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "BABELFISCH", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "Systeme besucht", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + }, + { + "Id": "vykeen", + "Name": "Die Vy‘keen", + "Description": "Die Vy‘keen sind ein kriegerisches Volk aus dem Dryn’dargh-System, das die Wächter um jeden Preis besiegen will. Sie werden vom Vy‘keen-Oberkommando kontrolliert und bekämpfen die Wächter in der gesamten Galaxie.\n\nTrotz ihres brutalen Aussehens sind die Vy‘keen einem strengen Ehrenkodex verpflichtet. Sie schätzen Loyalität, Opfer und einen guten Tod weit mehr als materielle Waren oder Wissen und haben geschworen, dem Reisenden nach Möglichkeit zu helfen.", + "Missions": [ + { + "Name": "Ansehen", + "Icon": "faction/MEDAL.VYKEENGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "Feind", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "Kritiker", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "Neutral", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "Komplize", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "Verbündeter", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "Enger Verbündeter", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Kamerad", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Lehrer", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Adjutant", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Kommandant", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.VYKEENGOLD.png", + "Name": "Templer", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Missionen abgeschlossen", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Gesammelte Worte", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "SCHWÄTZER", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ANFÄNGER", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "SCHÜLER", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "VERSTÄNDLICH", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "GELEHRTER", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "FLIESSEND", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "ÜBERSETZER", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "LINGUIST", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "POLYGLOTT", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "UNIVERSALÜBERSETZER", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "BABELFISCH", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "Systeme besucht", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + }, + { + "Id": "explorer", + "Name": "Die Korvax", + "Description": "Korvax-Entitäten sind anorganische Lebensformen, die in metallischen Gehäusen leben, welche von Generation zu Generation weitergegeben werden. Sie glauben, dass sie durch die Mathematik die Ebene des Atlas erreichen können und dass dieser Weg über das Studium der Wächter führt.\n\nJeder Korvax ist eine reine Seele, ein Tropfen im großen Ganzen der Konvergenz. Die Hüllen, die sie bewohnen, spielen im Gegensatz zu ihrer Verbindung zu diesem Gruppenbewusstsein nur eine untergeordnete Rolle.\n\nDie Korvax wurden einst vom Gek-Erstgebrüteten versklavt und viele begegnen den Gek immer noch mit Misstrauen.", + "Missions": [ + { + "Name": "Ansehen", + "Icon": "faction/MEDAL.KORVAXGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "Ärgernis", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "Irritation", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "Nicht studiert", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "Interessenfokus", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "Testobjekt", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "Forschungsfokus", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Prüfungskandidat", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Bedeutend", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Retter", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Singularität", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.KORVAXGOLD.png", + "Name": "Reisender des Atlas", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Missionen abgeschlossen", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Gesammelte Worte", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "SCHWÄTZER", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ANFÄNGER", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "SCHÜLER", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "VERSTÄNDLICH", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "GELEHRTER", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "FLIESSEND", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "ÜBERSETZER", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "LINGUIST", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "POLYGLOTT", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "UNIVERSALÜBERSETZER", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "BABELFISCH", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "Systeme besucht", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + } + ], + "Guild": "GILDEN", + "Guilds": [ + { + "Id": "traGuild", + "Name": "Händlergilde", + "Description": "Eine gemeinschaftliche Organisation, die Handelsunternehmen und individuelle Händler in der gesamten Galaxie repräsentiert. Sie hilft ihren Mitgliedern, die Arbeit von angeheuerten Piloten zu überwachen und zu koordinieren.\n\nDie Händlergilde wird von den Gek dominiert, ist aber kein exklusiver Club. Alle Lebensformen sind willkommen, solange sie über die nötigen Kapitalrücklagen verfügen ...", + "Missions": [ + { + "Name": "Ansehen", + "Icon": "faction/MEDAL.MERCHGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "Verhasst", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "Feindlich", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "Unbekannt", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "Eingeweihter", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "Lehrling", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "Geselle", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Mitarbeiter", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Vorgesetzter", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Meister", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Ältester", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.MERCHGOLD.png", + "Name": "Erhaben", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Missionen abgeschlossen", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Erhaltene Units", + "Icon": "faction/MEDAL.UNITSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.UNITSOFF.png", + "Name": "NEUES GESCHÄFT", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "WELTRAUM-TRUCKER", + "RequiredProgress": 75000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "HÄNDLER", + "RequiredProgress": 100000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "GELDMACHER", + "RequiredProgress": 150000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "KAUFMANN", + "RequiredProgress": 250000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "GESCHÄFTSTÜCHTIG", + "RequiredProgress": 500000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "ENTREPRENEUR", + "RequiredProgress": 750000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "INVESTOR", + "RequiredProgress": 1000000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "KAPITALIST", + "RequiredProgress": 1250000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "TYCOON", + "RequiredProgress": 1500000 + }, + { + "Icon": "faction/MEDAL.UNITSGOLD.png", + "Name": "MAGNAT", + "RequiredProgress": 2000000 + } + ] + }, + { + "Name": "Pflanzen angebaut", + "Icon": "faction/MEDAL.PLANTSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANTSOFF.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.PLANTSGOLD.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 80 + } + ] + } + ] + }, + { + "Id": "warGuild", + "Name": "Söldnergilde", + "Description": "Eine lose Gemeinschaft von Söldnerorganisationen in der gesamten Galaxie. Zu den Mitgliedern der Gilde gehören einige rivalisierende Fraktionen, die sich bekämpfen würden, wenn sie die Möglichkeit dazu hätten.\n\nPiraten, Ordnungshüter, verdeckt ermittelnde Polizei, Kulte, Schurken und Kreuzfahrer – die Söldnergilde bewahrt den galaktischen Frieden, indem sie sicherstellt, dass die richtigen bewaffneten Opportunisten die richtigen Aufträge bekommen.", + "Missions": [ + { + "Name": "Ansehen", + "Icon": "faction/MEDAL.WARRIORGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "Verhasst", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "Feindlich", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "Unbekannt", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "Eingeweihter", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "Lehrling", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "Geselle", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Mitarbeiter", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Vorgesetzter", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Meister", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Ältester", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.WARRIORGOLD.png", + "Name": "Erhaben", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Missionen abgeschlossen", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Wächter zerstört", + "Icon": "faction/MEDAL.SENTINELSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.SENTINELSOFF.png", + "Name": "UNGESTÖRT", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "NEULING", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "QUÄLGEIST", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "SCHLÄGER", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "STÖRENFRIED", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "KÄMPFER", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "BEDROHUNG", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "BERÜCHTIGT", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "GEFÄHRLICH", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "EXPERTE", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.SENTINELSGOLD.png", + "Name": "LEGENDE", + "RequiredProgress": 80 + } + ] + }, + { + "Name": "Zerstörte Schiffe", + "Icon": "faction/MEDAL.PIRATESGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PIRATESOFF.png", + "Name": "UNGETESTET", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "NEULING", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "QUÄLGEIST", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "SCHLÄGER", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "STÖRENFRIED", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "KÄMPFER", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "BEDROHUNG", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "BERÜCHTIGT", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "GEFÄHRLICH", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "EXPERTE", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.PIRATESGOLD.png", + "Name": "LEGENDE", + "RequiredProgress": 80 + } + ] + } + ] + }, + { + "Id": "traGuild", + "Name": "Entdeckergilde", + "Description": "Die Entdeckergilde ist eine einvernehmliche Vereinigung von Wissenschaftlern und Entdeckern, die dafür sorgt, dass jene, die Daten brauchen, mit jenen, die bereit sind, sie zu sammeln, in Kontakt kommen.\n\nZu den Mitgliedern gehören wissenschaftliche Institute, geographische Gesellschaften und Technologieunternehmen sowie einzelne Entdecker. Die Gilde stellt ihren Mitgliedern gebündelte Ressourcen, Labore und Vorträge zur Verfügung und verleiht einmal jährlich Orden.", + "Missions": [ + { + "Name": "Ansehen", + "Icon": "faction/MEDAL.EXPLORERGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "Verhasst", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "Feindlich", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "Unbekannt", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "Eingeweihter", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "Lehrling", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "Geselle", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Mitarbeiter", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Vorgesetzter", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Meister", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Ältester", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.EXPLORERGOLD.png", + "Name": "Erhaben", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Missionen abgeschlossen", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Seltene Kreaturen gescannt", + "Icon": "faction/MEDAL.CREATURESGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.CREATUREOFF.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 25 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 35 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 45 + }, + { + "Icon": "faction/MEDAL.CREATURESGOLD.png", + "Name": "Insgesamt: %AMOUNT%", + "RequiredProgress": 50 + } + ] + }, + { + "Name": "Weltraumerkundung", + "Icon": "faction/MEDAL.WARPSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WARPSOFF.png", + "Name": "STERNENGUCKER", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "VORHUT", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "KUNDSCHAFTER", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "WARP-AKTIVIERT", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "ERKUNDER", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "VAGABUND", + "RequiredProgress": 25 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "REISENDER", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "PIONIER", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "FORSCHER", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "AUFSEHER", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.WARPSGOLD.png", + "Name": "ENTDECKER", + "RequiredProgress": 75 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/assets/json/de/Others.lang.json b/assets/json/de/Others.lang.json index 36972b4a..7d71bf73 100644 --- a/assets/json/de/Others.lang.json +++ b/assets/json/de/Others.lang.json @@ -9,10 +9,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -34,10 +34,10 @@ "MaxStackSize": 20.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/2.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -59,11 +59,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/other/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -83,11 +83,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/other/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -107,10 +107,10 @@ "MaxStackSize": 20.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/other/5.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -130,10 +130,10 @@ "MaxStackSize": 20.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/6.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -153,10 +153,10 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/7.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -176,10 +176,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -198,9 +199,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -219,9 +220,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -240,9 +241,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -261,9 +263,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -282,9 +284,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -303,9 +305,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -324,9 +327,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -345,9 +349,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -366,9 +371,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,9 +393,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -408,9 +414,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -429,9 +435,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -450,9 +457,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,9 +479,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -492,9 +501,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -513,9 +522,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -534,9 +544,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -555,9 +565,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -576,9 +586,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -597,9 +607,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -618,9 +629,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -639,9 +651,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -660,9 +672,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -681,9 +694,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -702,9 +715,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -723,9 +736,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -744,9 +757,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -765,9 +778,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -786,9 +799,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -807,10 +820,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -829,9 +842,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -850,10 +863,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -872,9 +885,9 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -893,9 +906,9 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -914,9 +927,9 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -935,9 +948,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -956,9 +969,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -977,9 +990,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1003,9 +1016,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1029,9 +1042,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1055,9 +1068,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1081,9 +1094,10 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1107,9 +1121,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1133,9 +1147,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1154,9 +1168,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1175,9 +1189,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1196,9 +1210,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1217,9 +1231,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1238,9 +1252,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1259,9 +1273,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1280,9 +1294,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1301,9 +1315,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1322,9 +1336,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1343,9 +1357,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1364,9 +1378,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1385,9 +1399,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1406,9 +1420,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1427,9 +1441,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1448,9 +1462,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1469,9 +1483,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1490,9 +1504,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1511,9 +1525,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1532,9 +1546,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1553,9 +1567,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1574,9 +1588,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1595,9 +1609,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1616,9 +1630,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1637,9 +1651,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1658,9 +1672,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1679,9 +1693,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1700,9 +1714,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1730,9 +1744,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1756,9 +1770,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1782,9 +1796,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1808,9 +1822,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1834,9 +1848,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1860,9 +1874,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1886,9 +1900,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1912,9 +1926,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1938,9 +1952,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1964,9 +1978,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1985,9 +1999,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2006,9 +2020,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2027,9 +2041,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2047,9 +2061,9 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "311A49", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2070,9 +2084,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2096,9 +2110,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2122,9 +2136,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2148,9 +2162,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2174,9 +2188,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2200,9 +2214,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2221,9 +2235,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2242,9 +2256,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2263,9 +2277,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2284,9 +2298,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2305,9 +2319,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2326,9 +2340,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2347,9 +2361,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2368,9 +2382,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2389,9 +2403,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2410,9 +2424,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2431,9 +2445,10 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2452,9 +2467,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2473,10 +2488,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2495,9 +2510,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2516,9 +2532,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2537,9 +2554,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2558,9 +2576,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2579,9 +2598,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2605,9 +2625,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2626,9 +2647,11 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2647,9 +2670,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2668,9 +2693,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2689,9 +2716,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2710,9 +2739,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2736,9 +2766,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2757,9 +2787,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2778,9 +2808,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2799,9 +2829,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2820,9 +2850,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2841,9 +2871,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2862,9 +2892,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2883,9 +2913,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2904,9 +2934,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2925,9 +2955,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2946,9 +2976,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2967,9 +2997,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2987,7 +3017,10 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [ + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3005,7 +3038,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3023,7 +3056,9 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [ + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3041,7 +3076,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3059,7 +3094,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3077,7 +3112,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3095,9 +3130,9 @@ "BaseValueUnits": 80.0, "CurrencyType": "Quicksilver", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3117,9 +3152,9 @@ "BaseValueUnits": 3200.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3138,9 +3173,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3159,9 +3195,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3180,9 +3217,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3218,9 +3256,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3239,9 +3278,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3265,9 +3305,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3286,9 +3327,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3307,9 +3349,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3328,9 +3371,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3349,9 +3393,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3370,9 +3415,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3391,9 +3437,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3412,9 +3459,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3433,9 +3481,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3454,9 +3503,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3475,9 +3525,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3496,9 +3547,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3517,9 +3569,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3538,9 +3591,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3559,9 +3613,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3580,9 +3635,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3601,9 +3657,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3622,9 +3679,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3643,9 +3701,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3669,9 +3727,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,9 +3753,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3721,9 +3779,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3747,9 +3805,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3773,9 +3831,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3799,9 +3857,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3825,9 +3883,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3851,9 +3909,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3877,9 +3935,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3903,9 +3961,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3929,9 +3987,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3955,9 +4013,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3981,9 +4039,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4002,10 +4060,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4024,10 +4082,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4046,9 +4104,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4067,9 +4126,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4088,9 +4148,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4109,9 +4170,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4135,9 +4197,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4156,9 +4219,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4177,9 +4241,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4198,9 +4263,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4224,9 +4290,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4260,9 +4327,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4281,9 +4348,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4302,9 +4369,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4323,9 +4390,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4344,9 +4411,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4365,10 +4432,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4389,10 +4456,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4413,10 +4480,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4437,10 +4504,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4461,10 +4528,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4485,9 +4552,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4506,9 +4574,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4527,9 +4596,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4548,9 +4618,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4574,9 +4645,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4595,9 +4667,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/de/Products.lang.json b/assets/json/de/Products.lang.json index d7e19f50..ba59ad7c 100644 --- a/assets/json/de/Products.lang.json +++ b/assets/json/de/Products.lang.json @@ -10,11 +10,11 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -43,10 +43,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -76,13 +76,13 @@ "Colour": "F3A923", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/products/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -107,10 +107,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/4.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -130,11 +131,11 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -159,10 +160,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -187,10 +188,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -219,10 +220,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -242,10 +244,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/9.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -265,10 +268,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/10.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -288,13 +292,13 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -319,10 +323,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/12.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -351,10 +355,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/13.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -383,10 +387,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/14.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -415,10 +419,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/15.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -447,10 +451,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/16.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -479,13 +483,13 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 0, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -514,12 +518,12 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -548,14 +552,14 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -584,13 +588,13 @@ "MaxStackSize": 100.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -619,10 +623,11 @@ "MaxStackSize": 100.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/21.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -642,11 +647,11 @@ "MaxStackSize": 50.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/22.png", - "Usages": { - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -675,14 +680,14 @@ "MaxStackSize": 100.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -711,10 +716,11 @@ "MaxStackSize": 100.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/24.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -734,10 +740,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/25.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -766,10 +772,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/26.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -798,10 +804,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -830,13 +836,13 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/28.png", - "Usages": { - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -865,12 +871,12 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/29.png", - "Usages": { - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -903,11 +909,11 @@ "MaxStackSize": 5000.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/products/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "CraftingOutputAmount": 1250, "BlueprintCost": 1, "BlueprintCostType": "None", @@ -933,9 +939,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -955,9 +962,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -977,9 +985,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -999,9 +1008,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -1021,9 +1031,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -1043,9 +1054,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1065,11 +1077,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/49.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1098,10 +1110,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/51.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -1130,10 +1142,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/52.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1162,10 +1174,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/53.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -1194,11 +1206,11 @@ "MaxStackSize": 25.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/54.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1223,11 +1235,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/55.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1252,10 +1264,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/56.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1284,11 +1296,11 @@ "MaxStackSize": 20.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/57.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1317,10 +1329,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/58.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1349,12 +1361,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/59.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1383,12 +1395,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/60.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1417,12 +1429,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/61.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1451,11 +1463,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/62.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1484,10 +1496,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/63.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1516,11 +1528,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/64.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1549,11 +1561,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/65.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1582,10 +1594,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/66.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1614,11 +1626,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/67.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1647,10 +1659,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/68.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1679,10 +1691,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/69.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1711,10 +1723,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/70.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1743,13 +1755,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/71.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1778,13 +1790,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/72.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1813,13 +1825,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/73.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1848,13 +1860,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/74.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1883,13 +1895,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/75.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1918,13 +1930,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/76.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1953,12 +1965,12 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/77.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1991,12 +2003,12 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/78.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2029,9 +2041,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/79.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2064,9 +2076,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/80.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2099,10 +2111,10 @@ "MaxStackSize": 20.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/81.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2122,9 +2134,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/82.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2144,9 +2156,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/83.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2166,9 +2178,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/84.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2188,9 +2200,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/85.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2210,9 +2222,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/86.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2232,9 +2244,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/87.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2254,9 +2266,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/88.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2276,9 +2288,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/89.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2298,9 +2310,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/90.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2333,9 +2345,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/91.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2368,9 +2380,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/92.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2403,9 +2415,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/93.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2434,9 +2446,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/94.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2455,9 +2467,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2476,9 +2488,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2497,9 +2509,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2519,10 +2531,10 @@ "MaxStackSize": 150.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/98.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2541,10 +2553,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2675,9 +2687,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2696,9 +2708,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2717,9 +2729,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2738,10 +2750,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2762,10 +2774,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2786,10 +2798,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2810,10 +2822,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2845,10 +2857,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2880,10 +2892,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2911,10 +2923,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2946,10 +2958,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2981,11 +2993,11 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3006,11 +3018,11 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3030,10 +3042,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3051,10 +3063,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3072,10 +3084,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3093,10 +3105,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3114,10 +3126,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3135,10 +3147,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3156,10 +3168,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3177,10 +3189,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3198,10 +3210,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3219,10 +3231,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3240,10 +3252,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3261,10 +3273,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3282,10 +3294,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3303,10 +3315,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3324,10 +3336,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3345,10 +3357,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3366,10 +3378,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3387,10 +3399,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3408,10 +3420,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3429,10 +3441,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3450,10 +3462,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3471,10 +3483,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3492,10 +3504,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3513,10 +3525,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3534,10 +3546,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3555,10 +3567,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3576,10 +3588,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3597,10 +3609,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3619,10 +3631,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3643,11 +3655,11 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3666,10 +3678,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3689,10 +3701,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3710,10 +3722,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3731,10 +3743,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3752,10 +3764,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3773,10 +3785,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3796,10 +3808,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3819,11 +3831,11 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3841,11 +3853,11 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3863,12 +3875,12 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3886,10 +3898,10 @@ "BaseValueUnits": 3200.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3922,10 +3934,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3943,10 +3955,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3964,10 +3976,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3985,10 +3997,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4006,10 +4018,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4027,10 +4039,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4048,10 +4060,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/de/RawMaterials.lang.json b/assets/json/de/RawMaterials.lang.json index 9136986e..8a5286ae 100644 --- a/assets/json/de/RawMaterials.lang.json +++ b/assets/json/de/RawMaterials.lang.json @@ -12,15 +12,15 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -42,15 +42,15 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -71,14 +71,14 @@ "MaxStackSize": 9999.0, "Colour": "BB3830", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -99,12 +99,12 @@ "MaxStackSize": 9999.0, "Colour": "DEDCD1", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -125,14 +125,14 @@ "MaxStackSize": 9999.0, "Colour": "355A7D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -153,13 +153,13 @@ "MaxStackSize": 9999.0, "Colour": "355A7D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -180,13 +180,13 @@ "MaxStackSize": 9999.0, "Colour": "DEDCD1", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -207,13 +207,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/8.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -234,13 +234,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/9.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -261,13 +261,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/10.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -288,12 +288,12 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -314,14 +314,14 @@ "MaxStackSize": 9999.0, "Colour": "F26D15", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/12.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -342,14 +342,14 @@ "MaxStackSize": 9999.0, "Colour": "F26D15", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/13.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -370,13 +370,13 @@ "MaxStackSize": 9999.0, "Colour": "005C83", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/14.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -397,13 +397,13 @@ "MaxStackSize": 9999.0, "Colour": "005C83", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/15.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -425,14 +425,14 @@ "Colour": "1E8A42", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/16.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -453,13 +453,13 @@ "MaxStackSize": 9999.0, "Colour": "1E8A42", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -480,12 +480,12 @@ "MaxStackSize": 9999.0, "Colour": "1E8A42", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -506,13 +506,13 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -533,13 +533,13 @@ "MaxStackSize": 9999.0, "Colour": "7B0000", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -560,13 +560,13 @@ "MaxStackSize": 9999.0, "Colour": "36611C", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/21.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -587,13 +587,13 @@ "MaxStackSize": 9999.0, "Colour": "01387D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/22.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -615,15 +615,15 @@ "Colour": "260000", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -644,13 +644,13 @@ "MaxStackSize": 9999.0, "Colour": "4E404F", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/24.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -671,14 +671,14 @@ "MaxStackSize": 9999.0, "Colour": "E57002", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/25.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -699,14 +699,14 @@ "MaxStackSize": 9999.0, "Colour": "00A64D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/26.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -727,14 +727,14 @@ "MaxStackSize": 9999.0, "Colour": "FFAD00", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/27.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -755,14 +755,14 @@ "MaxStackSize": 9999.0, "Colour": "1E4FD0", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/28.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -783,14 +783,14 @@ "MaxStackSize": 9999.0, "Colour": "DB2400", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/29.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -812,15 +812,15 @@ "Colour": "512741", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -841,13 +841,13 @@ "MaxStackSize": 9999.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/31.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -868,14 +868,14 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/32.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -896,14 +896,14 @@ "MaxStackSize": 9999.0, "Colour": "AA6E06", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/33.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -924,13 +924,13 @@ "MaxStackSize": 9999.0, "Colour": "507575", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/34.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -951,13 +951,13 @@ "MaxStackSize": 9999.0, "Colour": "265E3A", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/35.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -978,13 +978,13 @@ "MaxStackSize": 9999.0, "Colour": "4C3780", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/36.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1005,13 +1005,13 @@ "MaxStackSize": 9999.0, "Colour": "DE921F", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/37.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1032,12 +1032,12 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/38.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1058,11 +1058,11 @@ "MaxStackSize": 9999.0, "Colour": "7B0000", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/39.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1083,11 +1083,11 @@ "MaxStackSize": 9999.0, "Colour": "36611C", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/40.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1108,11 +1108,11 @@ "MaxStackSize": 9999.0, "Colour": "01387D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/41.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1134,14 +1134,14 @@ "Colour": "00A64D", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/42.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1163,14 +1163,14 @@ "Colour": "1E4FD0", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/43.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1192,14 +1192,14 @@ "Colour": "C5871D", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/44.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1221,14 +1221,14 @@ "Colour": "239626", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/45.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1250,14 +1250,14 @@ "Colour": "B94318", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/46.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1279,14 +1279,14 @@ "Colour": "208DAB", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/47.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1308,13 +1308,13 @@ "Colour": "5B6F35", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/48.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1336,13 +1336,13 @@ "Colour": "005C83", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/49.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1364,14 +1364,14 @@ "Colour": "79502E", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/50.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1392,12 +1392,12 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/51.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,13 +1418,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/52.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1445,12 +1445,12 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/53.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1471,13 +1471,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/54.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1498,13 +1498,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/55.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1525,11 +1525,11 @@ "MaxStackSize": 9999.0, "Colour": "1E354E", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/56.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1550,9 +1550,9 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1573,9 +1573,9 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1596,10 +1596,10 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/59.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1620,10 +1620,10 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/60.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1643,11 +1643,11 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "1A2733", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1667,10 +1667,10 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "DEDCD1", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1690,9 +1690,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1712,9 +1712,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1734,9 +1734,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1756,9 +1756,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1778,9 +1778,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1800,9 +1800,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1822,11 +1822,11 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "512741", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/de/Technology.lang.json b/assets/json/de/Technology.lang.json index d43e06d2..2c14dcf8 100644 --- a/assets/json/de/Technology.lang.json +++ b/assets/json/de/Technology.lang.json @@ -8,10 +8,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -34,9 +34,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -63,10 +63,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -89,9 +89,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -114,9 +114,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -139,9 +139,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -168,9 +168,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 200, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -197,10 +197,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -231,10 +231,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -265,10 +265,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -299,10 +299,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -333,9 +333,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -366,9 +366,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -395,9 +395,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -424,9 +424,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -457,9 +457,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -486,9 +486,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 350, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -519,9 +519,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 240, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -552,9 +552,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -577,9 +577,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 310, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -610,9 +610,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 580, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -643,9 +643,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -672,10 +672,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -702,9 +702,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -731,10 +731,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -761,9 +761,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -794,9 +794,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -827,9 +827,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -856,10 +856,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -886,9 +886,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -915,9 +915,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -944,9 +944,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 200, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -973,10 +973,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1003,9 +1003,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 85, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1036,9 +1036,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 100, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1065,9 +1065,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 50, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1094,9 +1094,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1123,9 +1123,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1152,9 +1152,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1181,9 +1181,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1210,9 +1210,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1239,9 +1239,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1268,9 +1268,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1297,9 +1297,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1326,9 +1326,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 75, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1359,9 +1359,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1388,9 +1388,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1417,10 +1417,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1451,9 +1451,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1476,9 +1476,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1505,9 +1505,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1530,9 +1530,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1559,9 +1559,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1592,9 +1592,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1621,9 +1621,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1646,9 +1646,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1671,9 +1671,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1700,9 +1700,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 320, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1733,9 +1733,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 50, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1762,9 +1762,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1791,9 +1791,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1820,10 +1820,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1846,9 +1846,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 75, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1879,9 +1879,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1912,9 +1912,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1941,9 +1941,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1970,9 +1970,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1995,9 +1995,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2020,10 +2020,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2054,10 +2054,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2084,10 +2084,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2118,9 +2118,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2147,9 +2147,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2176,9 +2176,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2205,9 +2205,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2234,9 +2234,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2263,9 +2263,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2288,9 +2288,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2313,9 +2313,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2346,9 +2346,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2371,9 +2371,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2404,9 +2404,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2437,9 +2437,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2466,9 +2466,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2499,9 +2499,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2532,9 +2532,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2565,9 +2565,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2594,9 +2594,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 320, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2627,9 +2627,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2660,9 +2660,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2693,9 +2693,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2722,9 +2722,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2751,10 +2751,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2781,9 +2781,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2814,9 +2814,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 450, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2847,9 +2847,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2880,9 +2880,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 350, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2913,9 +2913,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2938,9 +2938,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2963,9 +2963,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2988,9 +2988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3017,9 +3017,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3042,9 +3042,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3067,9 +3067,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3092,9 +3092,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3121,9 +3121,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3146,9 +3146,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3171,9 +3171,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3196,9 +3196,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3221,9 +3221,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3246,9 +3246,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3275,9 +3275,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3300,9 +3300,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3325,9 +3325,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3350,9 +3350,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3375,9 +3375,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3404,9 +3404,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3429,9 +3429,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3458,9 +3458,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3487,9 +3487,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3516,9 +3516,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3545,9 +3545,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3570,9 +3570,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3595,9 +3595,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3620,9 +3620,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3645,9 +3645,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3670,9 +3670,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,9 +3695,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3728,9 +3728,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3761,9 +3761,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3794,9 +3794,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3827,9 +3827,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3860,9 +3860,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3893,9 +3893,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3926,9 +3926,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 360, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3955,9 +3955,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3988,9 +3988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4021,9 +4021,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 240, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4054,9 +4054,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4087,9 +4087,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4116,9 +4116,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4145,9 +4145,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4170,9 +4170,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4199,9 +4199,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4232,9 +4232,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4265,9 +4265,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4294,9 +4294,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4327,9 +4327,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4356,9 +4356,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4385,9 +4385,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4418,9 +4418,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4451,10 +4451,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4481,10 +4481,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4511,10 +4511,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4541,10 +4541,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4571,9 +4571,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4600,9 +4600,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4629,9 +4629,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4662,9 +4662,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4691,10 +4691,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4721,9 +4721,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4754,9 +4754,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4787,9 +4787,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4820,9 +4820,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4853,9 +4853,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4886,9 +4886,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4919,9 +4919,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4952,9 +4952,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4985,9 +4985,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5018,9 +5018,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5051,9 +5051,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5084,9 +5084,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5113,9 +5113,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5146,9 +5146,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5179,9 +5179,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5212,9 +5212,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5241,9 +5241,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5274,9 +5274,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5303,10 +5303,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5333,10 +5333,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5363,10 +5363,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5397,10 +5397,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5427,9 +5427,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5460,9 +5460,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5493,9 +5493,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5522,9 +5522,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5551,9 +5551,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5576,9 +5576,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5605,9 +5605,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5630,9 +5630,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5659,9 +5659,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5684,9 +5684,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5713,9 +5713,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5742,9 +5742,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5775,9 +5775,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5800,9 +5800,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5833,10 +5833,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5867,9 +5867,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5900,9 +5900,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5933,10 +5933,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5967,9 +5967,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6000,9 +6000,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6033,9 +6033,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 480, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6066,9 +6066,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6099,9 +6099,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6132,9 +6132,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6161,9 +6161,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 480, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/de/TradeItems.lang.json b/assets/json/de/TradeItems.lang.json index 4004f103..1bcf0ad0 100644 --- a/assets/json/de/TradeItems.lang.json +++ b/assets/json/de/TradeItems.lang.json @@ -10,9 +10,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/1.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -32,10 +32,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/2.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -55,10 +55,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/3.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -78,9 +78,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -100,9 +100,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -122,9 +122,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -144,9 +144,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/7.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -166,10 +166,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/8.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -189,10 +189,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/9.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -212,9 +212,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -234,9 +234,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -256,9 +256,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -278,9 +278,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -300,9 +300,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -322,9 +322,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -344,10 +344,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/16.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -367,10 +367,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/17.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -390,10 +390,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/18.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -413,10 +413,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/19.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -436,10 +436,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/20.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -459,9 +459,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -481,10 +481,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/22.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -504,9 +504,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -526,9 +526,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -548,9 +548,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -570,10 +570,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/26.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -593,9 +593,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -615,10 +615,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/28.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -638,9 +638,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -660,9 +660,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -682,9 +682,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -704,9 +704,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -726,9 +726,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -748,9 +748,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -770,9 +770,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/de/UpgradeModules.lang.json b/assets/json/de/UpgradeModules.lang.json index 7057b2ce..0d7210df 100644 --- a/assets/json/de/UpgradeModules.lang.json +++ b/assets/json/de/UpgradeModules.lang.json @@ -9,10 +9,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/1.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -31,10 +31,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/2.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -53,10 +53,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/3.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -75,10 +75,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/4.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -97,10 +97,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/5.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -119,10 +119,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/6.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -141,10 +141,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/7.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -163,10 +163,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -185,10 +185,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/9.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -207,10 +207,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/10.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -229,10 +229,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/11.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -251,10 +251,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/12.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -273,10 +273,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/13.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -295,10 +295,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/14.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -317,10 +317,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/15.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -339,10 +339,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/16.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -361,10 +361,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/17.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -383,10 +383,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/18.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -405,10 +405,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/19.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -427,10 +427,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/20.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -449,10 +449,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/21.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,10 +471,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/22.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -493,10 +493,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/23.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -515,10 +515,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/24.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -537,10 +537,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/25.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -559,10 +559,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/26.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -581,10 +581,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -603,10 +603,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/28.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -625,10 +625,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/29.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -647,10 +647,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/30.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,10 +669,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/31.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -691,10 +691,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/32.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -713,10 +713,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/33.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -735,10 +735,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/34.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -757,10 +757,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/35.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -779,10 +779,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/36.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -801,10 +801,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/37.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -823,10 +823,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/38.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -845,10 +845,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/39.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -867,10 +867,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/40.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -889,10 +889,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/41.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -911,10 +911,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/42.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -933,10 +933,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/43.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -955,10 +955,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/44.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -977,10 +977,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/45.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -999,10 +999,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/46.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1021,10 +1021,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/47.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1043,10 +1043,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/48.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1065,10 +1065,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/49.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1087,10 +1087,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/50.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1109,10 +1109,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/51.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1131,10 +1131,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/52.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1153,10 +1153,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/53.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1175,10 +1175,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/54.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1197,10 +1197,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/55.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1219,10 +1219,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/56.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1241,10 +1241,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/57.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1263,10 +1263,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/58.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1285,10 +1285,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/59.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1307,10 +1307,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/60.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1329,10 +1329,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/61.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1351,10 +1351,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/62.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1373,10 +1373,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/63.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1395,10 +1395,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/64.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1417,10 +1417,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/65.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1439,10 +1439,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/66.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1461,10 +1461,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/67.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1483,10 +1483,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/68.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1505,10 +1505,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/69.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1527,10 +1527,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/70.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1549,10 +1549,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/71.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1571,10 +1571,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/72.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1593,10 +1593,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/73.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1615,10 +1615,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/74.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1637,10 +1637,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/75.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1659,10 +1659,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/76.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1681,10 +1681,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/77.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1703,10 +1703,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/78.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1725,10 +1725,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/79.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1747,10 +1747,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/80.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1769,10 +1769,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/81.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1791,10 +1791,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/82.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1813,10 +1813,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/83.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1835,10 +1835,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/84.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1857,10 +1857,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/85.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1879,10 +1879,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/86.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1901,10 +1901,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/87.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1923,10 +1923,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/88.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1945,10 +1945,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/89.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1967,10 +1967,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/90.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1989,10 +1989,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/91.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2011,10 +2011,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/92.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2033,10 +2033,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/93.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2055,10 +2055,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/94.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2077,10 +2077,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/95.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2099,10 +2099,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/96.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2121,10 +2121,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/97.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2143,10 +2143,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/98.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2165,10 +2165,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/99.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2187,10 +2187,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/100.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2209,10 +2209,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/101.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2231,10 +2231,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/102.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2253,10 +2253,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/103.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2275,10 +2275,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/104.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2297,10 +2297,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/105.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2319,10 +2319,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/106.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2341,10 +2341,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/107.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2363,10 +2363,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/108.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2385,10 +2385,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/109.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2407,10 +2407,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/110.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2429,10 +2429,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/111.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2451,10 +2451,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/112.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2473,10 +2473,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/113.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2495,10 +2495,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/114.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2517,10 +2517,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/115.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2539,10 +2539,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/116.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2561,10 +2561,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/117.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2583,10 +2583,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/118.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2605,10 +2605,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/119.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2627,10 +2627,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/120.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2649,10 +2649,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/121.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2671,10 +2671,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/122.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2693,10 +2693,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/123.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2715,10 +2715,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/124.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2737,10 +2737,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/125.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2759,10 +2759,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/126.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2781,10 +2781,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/127.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2803,10 +2803,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/128.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2825,10 +2825,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/129.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2847,10 +2847,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/130.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2869,10 +2869,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/131.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2891,10 +2891,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/132.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2913,10 +2913,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/133.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2935,10 +2935,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/134.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2957,10 +2957,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/135.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2979,10 +2979,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/136.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3001,10 +3001,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/137.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3023,10 +3023,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/138.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3044,10 +3044,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3065,10 +3065,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3086,10 +3086,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3107,10 +3107,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3128,10 +3128,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3149,10 +3149,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3170,10 +3170,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3191,10 +3191,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3212,10 +3212,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3233,10 +3233,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3254,10 +3254,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3275,10 +3275,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3296,10 +3296,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3317,10 +3317,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3338,10 +3338,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3359,10 +3359,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3380,10 +3380,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3401,10 +3401,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3422,10 +3422,10 @@ "BaseValueUnits": 600.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3443,10 +3443,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3464,10 +3464,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3485,10 +3485,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3506,10 +3506,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3527,10 +3527,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3548,10 +3548,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3569,10 +3569,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3590,10 +3590,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3611,10 +3611,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3632,10 +3632,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3653,10 +3653,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3674,10 +3674,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,10 +3695,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3716,10 +3716,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3737,10 +3737,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/en/Factions.lang.json b/assets/json/en/Factions.lang.json index e84e4cba..651edddd 100644 --- a/assets/json/en/Factions.lang.json +++ b/assets/json/en/Factions.lang.json @@ -1,1484 +1,1558 @@ -[ - { - "Id": "gek", - "Name": "The Gek", - "Description": "Small in stature, these beaked, reptilian lifeforms are the galaxy's foremost merchants. They are able to communicate via carefully released pheromones, conveying complex concepts and feelings via scent.\n\nHailing from the planet of Balaron, they are viewed with suspicion by other sentient lifeforms due to the actions of the Gek First Spawn, who conquered and slaughtered their way to a mighty empire.", - "Missions": [ - { - "Name": "Standing", - "Tiers": [ - { - "Icon": "faction/MEDAL.GEKNONE.png", - "Name": "Rival", - "RequiredProgress": -5 - }, - { - "Icon": "faction/MEDAL.GEKNONE.png", - "Name": "Competitor", - "RequiredProgress": -2 - }, - { - "Icon": "faction/MEDAL.GEKNONE.png", - "Name": "Customer", - "RequiredProgress": 0 - }, - { - "Icon": "faction/MEDAL.GEKBRONZE.png", - "Name": "Client", - "RequiredProgress": 3 - }, - { - "Icon": "faction/MEDAL.GEKBRONZE.png", - "Name": "Valued Customer", - "RequiredProgress": 8 - }, - { - "Icon": "faction/MEDAL.GEKBRONZE.png", - "Name": "Colleague", - "RequiredProgress": 14 - }, - { - "Icon": "faction/MEDAL.GEKSILVER.png", - "Name": "Partner", - "RequiredProgress": 21 - }, - { - "Icon": "faction/MEDAL.GEKSILVER.png", - "Name": "Friend", - "RequiredProgress": 30 - }, - { - "Icon": "faction/MEDAL.GEKSILVER.png", - "Name": "Best Friend", - "RequiredProgress": 40 - }, - { - "Icon": "faction/MEDAL.GEKSILVER.png", - "Name": "Most Favoured", - "RequiredProgress": 60 - }, - { - "Icon": "faction/MEDAL.GEKGOLD.png", - "Name": "Trade Lord", - "RequiredProgress": 100 - } - ] - }, - { - "Name": "Missions Completed", - "Tiers": [ - { - "Icon": "faction/MEDAL.MEDALOFF.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 0 - }, - { - "Icon": "faction/MEDAL.MEDALBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 3 - }, - { - "Icon": "faction/MEDAL.MEDALBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 5 - }, - { - "Icon": "faction/MEDAL.MEDALBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 8 - }, - { - "Icon": "faction/MEDAL.MEDALBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 12 - }, - { - "Icon": "faction/MEDAL.MEDALBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 15 - }, - { - "Icon": "faction/MEDAL.MEDALSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 20 - }, - { - "Icon": "faction/MEDAL.MEDALSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 30 - }, - { - "Icon": "faction/MEDAL.MEDALSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 40 - }, - { - "Icon": "faction/MEDAL.MEDALSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 50 - }, - { - "Icon": "faction/MEDAL.MEDALGOLD.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 60 - } - ] - }, - { - "Name": "Words Collected", - "Tiers": [ - { - "Icon": "faction/MEDAL.WORDSOFF.png", - "Name": "BABBLER", - "RequiredProgress": 0 - }, - { - "Icon": "faction/MEDAL.WORDSBRONZE.png", - "Name": "BEGINNER", - "RequiredProgress": 5 - }, - { - "Icon": "faction/MEDAL.WORDSBRONZE.png", - "Name": "STUDENT", - "RequiredProgress": 8 - }, - { - "Icon": "faction/MEDAL.WORDSBRONZE.png", - "Name": "COMPREHENDED", - "RequiredProgress": 10 - }, - { - "Icon": "faction/MEDAL.WORDSBRONZE.png", - "Name": "SCHOLAR", - "RequiredProgress": 15 - }, - { - "Icon": "faction/MEDAL.WORDSBRONZE.png", - "Name": "FLUENT", - "RequiredProgress": 20 - }, - { - "Icon": "faction/MEDAL.WORDSSILVER.png", - "Name": "INTERPRETER", - "RequiredProgress": 30 - }, - { - "Icon": "faction/MEDAL.WORDSSILVER.png", - "Name": "LINGUIST", - "RequiredProgress": 50 - }, - { - "Icon": "faction/MEDAL.WORDSSILVER.png", - "Name": "POLYGLOT", - "RequiredProgress": 80 - }, - { - "Icon": "faction/MEDAL.WORDSSILVER.png", - "Name": "UNIVERSAL TRANSLATOR", - "RequiredProgress": 100 - }, - { - "Icon": "faction/MEDAL.WORDSGOLD.png", - "Name": "BABELFISH", - "RequiredProgress": 150 - } - ] - }, - { - "Name": "Systems Visited", - "Tiers": [ - { - "Icon": "faction/MEDAL.PLANETOFF.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 0 - }, - { - "Icon": "faction/MEDAL.PLANETBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 3 - }, - { - "Icon": "faction/MEDAL.PLANETBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 5 - }, - { - "Icon": "faction/MEDAL.PLANETBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 8 - }, - { - "Icon": "faction/MEDAL.PLANETBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 12 - }, - { - "Icon": "faction/MEDAL.PLANETBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 15 - }, - { - "Icon": "faction/MEDAL.PLANETSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 20 - }, - { - "Icon": "faction/MEDAL.PLANETSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 30 - }, - { - "Icon": "faction/MEDAL.PLANETSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 40 - }, - { - "Icon": "faction/MEDAL.PLANETSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 50 - }, - { - "Icon": "faction/MEDAL.PLANETGOLD.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 60 - } - ] - } - ] - }, - { - "Id": "vykeen", - "Name": "The Vy'keen", - "Description": "The Vy'keen are warlike beings from the Dryn'dargh system, obsessed with the defeat of the Sentinels. Controlled by the Vy'keen High Command, they fight the Sentinel menace across the galaxy.\n\nDespite their aggressive appearances, the Vy'keen are bound by a strict code of honour. They value loyalty, sacrifice and a good death above material goods or knowledge, and are sworn to aid the Traveller whenever possible.", - "Missions": [ - { - "Name": "Standing", - "Tiers": [ - { - "Icon": "faction/MEDAL.VYKEENOFF.png", - "Name": "Enemy", - "RequiredProgress": -5 - }, - { - "Icon": "faction/MEDAL.VYKEENOFF.png", - "Name": "Detractor", - "RequiredProgress": -2 - }, - { - "Icon": "faction/MEDAL.VYKEENOFF.png", - "Name": "Neutral", - "RequiredProgress": 0 - }, - { - "Icon": "faction/MEDAL.VYKEENBRONZE.png", - "Name": "Accomplice", - "RequiredProgress": 3 - }, - { - "Icon": "faction/MEDAL.VYKEENBRONZE.png", - "Name": "Ally", - "RequiredProgress": 8 - }, - { - "Icon": "faction/MEDAL.VYKEENBRONZE.png", - "Name": "Close Ally", - "RequiredProgress": 14 - }, - { - "Icon": "faction/MEDAL.VYKEENSILVER.png", - "Name": "Comrade", - "RequiredProgress": 21 - }, - { - "Icon": "faction/MEDAL.VYKEENSILVER.png", - "Name": "Preceptor", - "RequiredProgress": 30 - }, - { - "Icon": "faction/MEDAL.VYKEENSILVER.png", - "Name": "Adjutant", - "RequiredProgress": 40 - }, - { - "Icon": "faction/MEDAL.VYKEENSILVER.png", - "Name": "Commandant", - "RequiredProgress": 60 - }, - { - "Icon": "faction/MEDAL.VYKEENGOLD.png", - "Name": "Templar", - "RequiredProgress": 100 - } - ] - }, - { - "Name": "Missions Completed", - "Tiers": [ - { - "Icon": "faction/MEDAL.MEDALOFF.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 0 - }, - { - "Icon": "faction/MEDAL.MEDALBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 3 - }, - { - "Icon": "faction/MEDAL.MEDALBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 5 - }, - { - "Icon": "faction/MEDAL.MEDALBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 8 - }, - { - "Icon": "faction/MEDAL.MEDALBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 12 - }, - { - "Icon": "faction/MEDAL.MEDALBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 15 - }, - { - "Icon": "faction/MEDAL.MEDALSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 20 - }, - { - "Icon": "faction/MEDAL.MEDALSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 30 - }, - { - "Icon": "faction/MEDAL.MEDALSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 40 - }, - { - "Icon": "faction/MEDAL.MEDALSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 50 - }, - { - "Icon": "faction/MEDAL.MEDALGOLD.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 60 - } - ] - }, - { - "Name": "Words Collected", - "Tiers": [ - { - "Icon": "faction/MEDAL.WORDSOFF.png", - "Name": "BABBLER", - "RequiredProgress": 0 - }, - { - "Icon": "faction/MEDAL.WORDSBRONZE.png", - "Name": "BEGINNER", - "RequiredProgress": 5 - }, - { - "Icon": "faction/MEDAL.WORDSBRONZE.png", - "Name": "STUDENT", - "RequiredProgress": 8 - }, - { - "Icon": "faction/MEDAL.WORDSBRONZE.png", - "Name": "COMPREHENDED", - "RequiredProgress": 10 - }, - { - "Icon": "faction/MEDAL.WORDSBRONZE.png", - "Name": "SCHOLAR", - "RequiredProgress": 15 - }, - { - "Icon": "faction/MEDAL.WORDSBRONZE.png", - "Name": "FLUENT", - "RequiredProgress": 20 - }, - { - "Icon": "faction/MEDAL.WORDSSILVER.png", - "Name": "INTERPRETER", - "RequiredProgress": 30 - }, - { - "Icon": "faction/MEDAL.WORDSSILVER.png", - "Name": "LINGUIST", - "RequiredProgress": 50 - }, - { - "Icon": "faction/MEDAL.WORDSSILVER.png", - "Name": "POLYGLOT", - "RequiredProgress": 80 - }, - { - "Icon": "faction/MEDAL.WORDSSILVER.png", - "Name": "UNIVERSAL TRANSLATOR", - "RequiredProgress": 100 - }, - { - "Icon": "faction/MEDAL.WORDSGOLD.png", - "Name": "BABELFISH", - "RequiredProgress": 150 - } - ] - }, - { - "Name": "Systems Visited", - "Tiers": [ - { - "Icon": "faction/MEDAL.PLANETOFF.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 0 - }, - { - "Icon": "faction/MEDAL.PLANETBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 3 - }, - { - "Icon": "faction/MEDAL.PLANETBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 5 - }, - { - "Icon": "faction/MEDAL.PLANETBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 8 - }, - { - "Icon": "faction/MEDAL.PLANETBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 12 - }, - { - "Icon": "faction/MEDAL.PLANETBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 15 - }, - { - "Icon": "faction/MEDAL.PLANETSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 20 - }, - { - "Icon": "faction/MEDAL.PLANETSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 30 - }, - { - "Icon": "faction/MEDAL.PLANETSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 40 - }, - { - "Icon": "faction/MEDAL.PLANETSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 50 - }, - { - "Icon": "faction/MEDAL.PLANETGOLD.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 60 - } - ] - } - ] - }, - { - "Id": "explorer", - "Name": "The Korvax", - "Description": "Korvax entities are inorganic lifeforms that inhabit metallic casings passed down from generation to generation. They believe that through mathematical study they can be raised to the level of the Atlas, and that the path to this is through the study of the Sentinels.\n\nEach Korvax is a pure mind, a drop in their great collective Convergence. The shell they inhabit is of little significance compared to their connection to this group consciousness.\n\nThe Korvax were enslaved by the Gek First Spawn, and many still view the Gek with deep suspicion.", - "Missions": [ - { - "Name": "Standing", - "Tiers": [ - { - "Icon": "faction/MEDAL.KORVAXNONE.png", - "Name": "Annoyance", - "RequiredProgress": -5 - }, - { - "Icon": "faction/MEDAL.KORVAXNONE.png", - "Name": "Irritation", - "RequiredProgress": -2 - }, - { - "Icon": "faction/MEDAL.KORVAXNONE.png", - "Name": "Unstudied", - "RequiredProgress": 0 - }, - { - "Icon": "faction/MEDAL.KORVAXBRONZE.png", - "Name": "Point of Interest", - "RequiredProgress": 3 - }, - { - "Icon": "faction/MEDAL.KORVAXBRONZE.png", - "Name": "Test Subject", - "RequiredProgress": 8 - }, - { - "Icon": "faction/MEDAL.KORVAXBRONZE.png", - "Name": "Research Focus", - "RequiredProgress": 14 - }, - { - "Icon": "faction/MEDAL.KORVAXSILVER.png", - "Name": "Trial Candidate", - "RequiredProgress": 21 - }, - { - "Icon": "faction/MEDAL.KORVAXSILVER.png", - "Name": "Significance", - "RequiredProgress": 30 - }, - { - "Icon": "faction/MEDAL.KORVAXSILVER.png", - "Name": "Saviour", - "RequiredProgress": 40 - }, - { - "Icon": "faction/MEDAL.KORVAXSILVER.png", - "Name": "Singularity", - "RequiredProgress": 60 - }, - { - "Icon": "faction/MEDAL.KORVAXGOLD.png", - "Name": "Traveller of the Atlas", - "RequiredProgress": 100 - } - ] - }, - { - "Name": "Missions Completed", - "Tiers": [ - { - "Icon": "faction/MEDAL.MEDALOFF.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 0 - }, - { - "Icon": "faction/MEDAL.MEDALBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 3 - }, - { - "Icon": "faction/MEDAL.MEDALBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 5 - }, - { - "Icon": "faction/MEDAL.MEDALBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 8 - }, - { - "Icon": "faction/MEDAL.MEDALBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 12 - }, - { - "Icon": "faction/MEDAL.MEDALBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 15 - }, - { - "Icon": "faction/MEDAL.MEDALSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 20 - }, - { - "Icon": "faction/MEDAL.MEDALSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 30 - }, - { - "Icon": "faction/MEDAL.MEDALSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 40 - }, - { - "Icon": "faction/MEDAL.MEDALSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 50 - }, - { - "Icon": "faction/MEDAL.MEDALGOLD.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 60 - } - ] - }, - { - "Name": "Words Collected", - "Tiers": [ - { - "Icon": "faction/MEDAL.WORDSOFF.png", - "Name": "BABBLER", - "RequiredProgress": 0 - }, - { - "Icon": "faction/MEDAL.WORDSBRONZE.png", - "Name": "BEGINNER", - "RequiredProgress": 5 - }, - { - "Icon": "faction/MEDAL.WORDSBRONZE.png", - "Name": "STUDENT", - "RequiredProgress": 8 - }, - { - "Icon": "faction/MEDAL.WORDSBRONZE.png", - "Name": "COMPREHENDED", - "RequiredProgress": 10 - }, - { - "Icon": "faction/MEDAL.WORDSBRONZE.png", - "Name": "SCHOLAR", - "RequiredProgress": 15 - }, - { - "Icon": "faction/MEDAL.WORDSBRONZE.png", - "Name": "FLUENT", - "RequiredProgress": 20 - }, - { - "Icon": "faction/MEDAL.WORDSSILVER.png", - "Name": "INTERPRETER", - "RequiredProgress": 30 - }, - { - "Icon": "faction/MEDAL.WORDSSILVER.png", - "Name": "LINGUIST", - "RequiredProgress": 50 - }, - { - "Icon": "faction/MEDAL.WORDSSILVER.png", - "Name": "POLYGLOT", - "RequiredProgress": 80 - }, - { - "Icon": "faction/MEDAL.WORDSSILVER.png", - "Name": "UNIVERSAL TRANSLATOR", - "RequiredProgress": 100 - }, - { - "Icon": "faction/MEDAL.WORDSGOLD.png", - "Name": "BABELFISH", - "RequiredProgress": 150 - } - ] - }, - { - "Name": "Systems Visited", - "Tiers": [ - { - "Icon": "faction/MEDAL.PLANETOFF.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 0 - }, - { - "Icon": "faction/MEDAL.PLANETBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 3 - }, - { - "Icon": "faction/MEDAL.PLANETBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 5 - }, - { - "Icon": "faction/MEDAL.PLANETBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 8 - }, - { - "Icon": "faction/MEDAL.PLANETBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 12 - }, - { - "Icon": "faction/MEDAL.PLANETBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 15 - }, - { - "Icon": "faction/MEDAL.PLANETSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 20 - }, - { - "Icon": "faction/MEDAL.PLANETSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 30 - }, - { - "Icon": "faction/MEDAL.PLANETSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 40 - }, - { - "Icon": "faction/MEDAL.PLANETSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 50 - }, - { - "Icon": "faction/MEDAL.PLANETGOLD.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 60 - } - ] - } - ] - }, - { - "Id": "traGuild", - "Name": "Merchants Guild", - "Description": "A collective organisation representing trading companies and individual merchants across the galaxy. They help control and commission work for pilots-for-hire on behalf of their members.\n\nThe Merchants Guild is naturally dominated by the Gek, but it is not an exclusive club. All lifeforms are welcome under its umbrella, as long as they have the requisite capital reserves...", - "Missions": [ - { - "Name": "Standing", - "Tiers": [ - { - "Icon": "faction/MEDAL.MERCHNONE.png", - "Name": "Hated", - "RequiredProgress": -5 - }, - { - "Icon": "faction/MEDAL.MERCHNONE.png", - "Name": "Hostile", - "RequiredProgress": -2 - }, - { - "Icon": "faction/MEDAL.MERCHNONE.png", - "Name": "Unknown", - "RequiredProgress": 0 - }, - { - "Icon": "faction/MEDAL.MERCHBRONZE.png", - "Name": "Initiate", - "RequiredProgress": 3 - }, - { - "Icon": "faction/MEDAL.MERCHBRONZE.png", - "Name": "Apprentice", - "RequiredProgress": 8 - }, - { - "Icon": "faction/MEDAL.MERCHBRONZE.png", - "Name": "Journeyman", - "RequiredProgress": 14 - }, - { - "Icon": "faction/MEDAL.MERCHSILVER.png", - "Name": "Associate", - "RequiredProgress": 21 - }, - { - "Icon": "faction/MEDAL.MERCHSILVER.png", - "Name": "Senior", - "RequiredProgress": 30 - }, - { - "Icon": "faction/MEDAL.MERCHSILVER.png", - "Name": "Master", - "RequiredProgress": 40 - }, - { - "Icon": "faction/MEDAL.MERCHSILVER.png", - "Name": "Elder", - "RequiredProgress": 60 - }, - { - "Icon": "faction/MEDAL.MERCHGOLD.png", - "Name": "Exalted", - "RequiredProgress": 100 - } - ] - }, - { - "Name": "Missions Completed", - "Tiers": [ - { - "Icon": "faction/MEDAL.MEDALOFF.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 0 - }, - { - "Icon": "faction/MEDAL.MEDALBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 3 - }, - { - "Icon": "faction/MEDAL.MEDALBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 5 - }, - { - "Icon": "faction/MEDAL.MEDALBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 8 - }, - { - "Icon": "faction/MEDAL.MEDALBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 12 - }, - { - "Icon": "faction/MEDAL.MEDALBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 15 - }, - { - "Icon": "faction/MEDAL.MEDALSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 20 - }, - { - "Icon": "faction/MEDAL.MEDALSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 30 - }, - { - "Icon": "faction/MEDAL.MEDALSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 40 - }, - { - "Icon": "faction/MEDAL.MEDALSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 50 - }, - { - "Icon": "faction/MEDAL.MEDALGOLD.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 60 - } - ] - }, - { - "Name": "Units Accrued", - "Tiers": [ - { - "Icon": "faction/MEDAL.UNITSOFF.png", - "Name": "NEW BUSINESS", - "RequiredProgress": 0 - }, - { - "Icon": "faction/MEDAL.UNITSBRONZE.png", - "Name": "SPACE TRUCKER", - "RequiredProgress": 75000 - }, - { - "Icon": "faction/MEDAL.UNITSBRONZE.png", - "Name": "TRADER", - "RequiredProgress": 100000 - }, - { - "Icon": "faction/MEDAL.UNITSBRONZE.png", - "Name": "MONEYMAKER", - "RequiredProgress": 150000 - }, - { - "Icon": "faction/MEDAL.UNITSBRONZE.png", - "Name": "MERCHANT", - "RequiredProgress": 250000 - }, - { - "Icon": "faction/MEDAL.UNITSBRONZE.png", - "Name": "ENTERPRISING", - "RequiredProgress": 500000 - }, - { - "Icon": "faction/MEDAL.UNITSSILVER.png", - "Name": "ENTREPRENEUR", - "RequiredProgress": 750000 - }, - { - "Icon": "faction/MEDAL.UNITSSILVER.png", - "Name": "INVESTOR", - "RequiredProgress": 1000000 - }, - { - "Icon": "faction/MEDAL.UNITSSILVER.png", - "Name": "CAPITALIST", - "RequiredProgress": 1250000 - }, - { - "Icon": "faction/MEDAL.UNITSSILVER.png", - "Name": "TYCOON", - "RequiredProgress": 1500000 - }, - { - "Icon": "faction/MEDAL.UNITSGOLD.png", - "Name": "MAGNATE", - "RequiredProgress": 2000000 - } - ] - }, - { - "Name": "Plants Farmed", - "Tiers": [ - { - "Icon": "faction/MEDAL.PLANTSOFF.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 0 - }, - { - "Icon": "faction/MEDAL.PLANTSBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 5 - }, - { - "Icon": "faction/MEDAL.PLANTSBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 10 - }, - { - "Icon": "faction/MEDAL.PLANTSBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 15 - }, - { - "Icon": "faction/MEDAL.PLANTSBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 20 - }, - { - "Icon": "faction/MEDAL.PLANTSBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 30 - }, - { - "Icon": "faction/MEDAL.PLANTSSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 40 - }, - { - "Icon": "faction/MEDAL.PLANTSSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 50 - }, - { - "Icon": "faction/MEDAL.PLANTSSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 60 - }, - { - "Icon": "faction/MEDAL.PLANTSSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 70 - }, - { - "Icon": "faction/MEDAL.PLANTSGOLD.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 80 - } - ] - } - ] - }, - { - "Id": "warGuild", - "Name": "Mercenaries Guild", - "Description": "A loose collective of mercenary organisations across the galaxy. The guild hosts a range of competing factions, many of whom would fight each other given the chance.\n\nPirates, vigilantes, undercover law enforcement, cults, rogues and crusaders - the Mercenaries Guild keeps galactic peace by ensuring the right jobs are given to the right group of armed opportunists.", - "Missions": [ - { - "Name": "Standing", - "Tiers": [ - { - "Icon": "faction/MEDAL.WARRIORNONE.png", - "Name": "Hated", - "RequiredProgress": -5 - }, - { - "Icon": "faction/MEDAL.WARRIORNONE.png", - "Name": "Hostile", - "RequiredProgress": -2 - }, - { - "Icon": "faction/MEDAL.WARRIORNONE.png", - "Name": "Unknown", - "RequiredProgress": 0 - }, - { - "Icon": "faction/MEDAL.WARRIORBRONZE.png", - "Name": "Initiate", - "RequiredProgress": 3 - }, - { - "Icon": "faction/MEDAL.WARRIORBRONZE.png", - "Name": "Apprentice", - "RequiredProgress": 8 - }, - { - "Icon": "faction/MEDAL.WARRIORBRONZE.png", - "Name": "Journeyman", - "RequiredProgress": 14 - }, - { - "Icon": "faction/MEDAL.WARRIORSILVER.png", - "Name": "Associate", - "RequiredProgress": 21 - }, - { - "Icon": "faction/MEDAL.WARRIORSILVER.png", - "Name": "Senior", - "RequiredProgress": 30 - }, - { - "Icon": "faction/MEDAL.WARRIORSILVER.png", - "Name": "Master", - "RequiredProgress": 40 - }, - { - "Icon": "faction/MEDAL.WARRIORSILVER.png", - "Name": "Elder", - "RequiredProgress": 60 - }, - { - "Icon": "faction/MEDAL.WARRIORGOLD.png", - "Name": "Exalted", - "RequiredProgress": 100 - } - ] - }, - { - "Name": "Missions Completed", - "Tiers": [ - { - "Icon": "faction/MEDAL.MEDALOFF.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 0 - }, - { - "Icon": "faction/MEDAL.MEDALBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 3 - }, - { - "Icon": "faction/MEDAL.MEDALBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 5 - }, - { - "Icon": "faction/MEDAL.MEDALBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 8 - }, - { - "Icon": "faction/MEDAL.MEDALBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 12 - }, - { - "Icon": "faction/MEDAL.MEDALBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 15 - }, - { - "Icon": "faction/MEDAL.MEDALSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 20 - }, - { - "Icon": "faction/MEDAL.MEDALSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 30 - }, - { - "Icon": "faction/MEDAL.MEDALSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 40 - }, - { - "Icon": "faction/MEDAL.MEDALSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 50 - }, - { - "Icon": "faction/MEDAL.MEDALGOLD.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 60 - } - ] - }, - { - "Name": "Sentinels Destroyed", - "Tiers": [ - { - "Icon": "faction/MEDAL.SENTINELSOFF.png", - "Name": "UNTROUBLED", - "RequiredProgress": 0 - }, - { - "Icon": "faction/MEDAL.SENTINELSBRONZE.png", - "Name": "NOVICE", - "RequiredProgress": 5 - }, - { - "Icon": "faction/MEDAL.SENTINELSBRONZE.png", - "Name": "NUISANCE", - "RequiredProgress": 10 - }, - { - "Icon": "faction/MEDAL.SENTINELSBRONZE.png", - "Name": "SCRAPPER", - "RequiredProgress": 15 - }, - { - "Icon": "faction/MEDAL.SENTINELSBRONZE.png", - "Name": "TROUBLEMAKER", - "RequiredProgress": 20 - }, - { - "Icon": "faction/MEDAL.SENTINELSBRONZE.png", - "Name": "FIGHTER", - "RequiredProgress": 30 - }, - { - "Icon": "faction/MEDAL.SENTINELSSILVER.png", - "Name": "MENACE", - "RequiredProgress": 40 - }, - { - "Icon": "faction/MEDAL.SENTINELSSILVER.png", - "Name": "NOTORIOUS", - "RequiredProgress": 50 - }, - { - "Icon": "faction/MEDAL.SENTINELSSILVER.png", - "Name": "DANGEROUS", - "RequiredProgress": 60 - }, - { - "Icon": "faction/MEDAL.SENTINELSSILVER.png", - "Name": "EXPERT", - "RequiredProgress": 70 - }, - { - "Icon": "faction/MEDAL.SENTINELSGOLD.png", - "Name": "LEGEND", - "RequiredProgress": 80 - } - ] - }, - { - "Name": "Ships Destroyed", - "Tiers": [ - { - "Icon": "faction/MEDAL.PIRATESOFF.png", - "Name": "UNTESTED", - "RequiredProgress": 0 - }, - { - "Icon": "faction/MEDAL.PIRATESBRONZE.png", - "Name": "NOVICE", - "RequiredProgress": 5 - }, - { - "Icon": "faction/MEDAL.PIRATESBRONZE.png", - "Name": "NUISANCE", - "RequiredProgress": 10 - }, - { - "Icon": "faction/MEDAL.PIRATESBRONZE.png", - "Name": "SCRAPPER", - "RequiredProgress": 15 - }, - { - "Icon": "faction/MEDAL.PIRATESBRONZE.png", - "Name": "TROUBLEMAKER", - "RequiredProgress": 20 - }, - { - "Icon": "faction/MEDAL.PIRATESBRONZE.png", - "Name": "FIGHTER", - "RequiredProgress": 30 - }, - { - "Icon": "faction/MEDAL.PIRATESSILVER.png", - "Name": "MENACE", - "RequiredProgress": 40 - }, - { - "Icon": "faction/MEDAL.PIRATESSILVER.png", - "Name": "NOTORIOUS", - "RequiredProgress": 50 - }, - { - "Icon": "faction/MEDAL.PIRATESSILVER.png", - "Name": "DANGEROUS", - "RequiredProgress": 60 - }, - { - "Icon": "faction/MEDAL.PIRATESSILVER.png", - "Name": "EXPERT", - "RequiredProgress": 70 - }, - { - "Icon": "faction/MEDAL.PIRATESGOLD.png", - "Name": "LEGEND", - "RequiredProgress": 80 - } - ] - } - ] - }, - { - "Id": "traGuild", - "Name": "Explorers Guild", - "Description": "A mutual association of researchers and explorers, the Explorers Guild serves to match up those who need data with those who would collect it.\n\nMembership is largely split between scientific institutions, geographical societies, and technology companies, with the occasional individual explorer. The Guild offers pooled resources, shared labs, lecture series and yearly medals.", - "Missions": [ - { - "Name": "Standing", - "Tiers": [ - { - "Icon": "faction/MEDAL.EXPLORERNONE.png", - "Name": "Hated", - "RequiredProgress": -5 - }, - { - "Icon": "faction/MEDAL.EXPLORERNONE.png", - "Name": "Hostile", - "RequiredProgress": -2 - }, - { - "Icon": "faction/MEDAL.EXPLORERNONE.png", - "Name": "Unknown", - "RequiredProgress": 0 - }, - { - "Icon": "faction/MEDAL.EXPLORERBRONZE.png", - "Name": "Initiate", - "RequiredProgress": 3 - }, - { - "Icon": "faction/MEDAL.EXPLORERBRONZE.png", - "Name": "Apprentice", - "RequiredProgress": 8 - }, - { - "Icon": "faction/MEDAL.EXPLORERBRONZE.png", - "Name": "Journeyman", - "RequiredProgress": 14 - }, - { - "Icon": "faction/MEDAL.EXPLORERSILVER.png", - "Name": "Associate", - "RequiredProgress": 21 - }, - { - "Icon": "faction/MEDAL.EXPLORERSILVER.png", - "Name": "Senior", - "RequiredProgress": 30 - }, - { - "Icon": "faction/MEDAL.EXPLORERSILVER.png", - "Name": "Master", - "RequiredProgress": 40 - }, - { - "Icon": "faction/MEDAL.EXPLORERSILVER.png", - "Name": "Elder", - "RequiredProgress": 60 - }, - { - "Icon": "faction/MEDAL.EXPLORERGOLD.png", - "Name": "Exalted", - "RequiredProgress": 100 - } - ] - }, - { - "Name": "Missions Completed", - "Tiers": [ - { - "Icon": "faction/MEDAL.MEDALOFF.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 0 - }, - { - "Icon": "faction/MEDAL.MEDALBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 3 - }, - { - "Icon": "faction/MEDAL.MEDALBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 5 - }, - { - "Icon": "faction/MEDAL.MEDALBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 8 - }, - { - "Icon": "faction/MEDAL.MEDALBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 12 - }, - { - "Icon": "faction/MEDAL.MEDALBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 15 - }, - { - "Icon": "faction/MEDAL.MEDALSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 20 - }, - { - "Icon": "faction/MEDAL.MEDALSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 30 - }, - { - "Icon": "faction/MEDAL.MEDALSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 40 - }, - { - "Icon": "faction/MEDAL.MEDALSILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 50 - }, - { - "Icon": "faction/MEDAL.MEDALGOLD.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 60 - } - ] - }, - { - "Name": "Rare Creatures Scanned", - "Tiers": [ - { - "Icon": "faction/MEDAL.CREATUREOFF.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 0 - }, - { - "Icon": "faction/MEDAL.CREATUREBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 3 - }, - { - "Icon": "faction/MEDAL.CREATUREBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 10 - }, - { - "Icon": "faction/MEDAL.CREATUREBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 15 - }, - { - "Icon": "faction/MEDAL.CREATUREBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 20 - }, - { - "Icon": "faction/MEDAL.CREATUREBRONZE.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 25 - }, - { - "Icon": "faction/MEDAL.CREATURESILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 30 - }, - { - "Icon": "faction/MEDAL.CREATURESILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 35 - }, - { - "Icon": "faction/MEDAL.CREATURESILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 40 - }, - { - "Icon": "faction/MEDAL.CREATURESILVER.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 45 - }, - { - "Icon": "faction/MEDAL.CREATURESGOLD.png", - "Name": "Total: %AMOUNT%", - "RequiredProgress": 50 - } - ] - }, - { - "Name": "Space Exploration", - "Tiers": [ - { - "Icon": "faction/MEDAL.WARPSOFF.png", - "Name": "STARGAZER", - "RequiredProgress": 0 - }, - { - "Icon": "faction/MEDAL.WARPSBRONZE.png", - "Name": "TRAILBLAZER", - "RequiredProgress": 5 - }, - { - "Icon": "faction/MEDAL.WARPSBRONZE.png", - "Name": "SCOUT", - "RequiredProgress": 10 - }, - { - "Icon": "faction/MEDAL.WARPSBRONZE.png", - "Name": "WARP ENGAGED", - "RequiredProgress": 15 - }, - { - "Icon": "faction/MEDAL.WARPSBRONZE.png", - "Name": "SURVEYOR", - "RequiredProgress": 20 - }, - { - "Icon": "faction/MEDAL.WARPSBRONZE.png", - "Name": "ROVER", - "RequiredProgress": 25 - }, - { - "Icon": "faction/MEDAL.WARPSSILVER.png", - "Name": "VOYAGER", - "RequiredProgress": 30 - }, - { - "Icon": "faction/MEDAL.WARPSSILVER.png", - "Name": "PIONEER", - "RequiredProgress": 40 - }, - { - "Icon": "faction/MEDAL.WARPSSILVER.png", - "Name": "EXPLORER", - "RequiredProgress": 50 - }, - { - "Icon": "faction/MEDAL.WARPSSILVER.png", - "Name": "OVERSEER", - "RequiredProgress": 60 - }, - { - "Icon": "faction/MEDAL.WARPSGOLD.png", - "Name": "DISCOVERER", - "RequiredProgress": 75 - } - ] - } - ] - } -] \ No newline at end of file +{ + "Milestone": "MILESTONES", + "Category": "CATEGORIES", + "Categories": [ + { + "Id": "journey", + "Icon": "faction/JOURNEY.ON.png", + "Name": "Journey Milestones", + "Description": "An infinite journey: explore and survive in a boundless universe", + "Missions": [], + "Additional": [ + "NavigateToJourneyPage" + ] + } + ], + "Lifeform": "LIFEFORMS", + "Lifeforms": [ + { + "Id": "gek", + "Icon": "faction/FACTIONS.GEK.ON.png", + "Name": "The Gek", + "Description": "Small in stature, these beaked, reptilian lifeforms are the galaxy's foremost merchants. They are able to communicate via carefully released pheromones, conveying complex concepts and feelings via scent.\n\nHailing from the planet of Balaron, they are viewed with suspicion by other sentient lifeforms due to the actions of the Gek First Spawn, who conquered and slaughtered their way to a mighty empire.", + "Missions": [ + { + "Id": "gek-TRA_STANDING", + "Name": "Standing", + "Icon": "faction/MEDAL.GEKGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "Rival", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "Competitor", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "Customer", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "Client", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "Valued Customer", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "Colleague", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Partner", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Friend", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Best Friend", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Most Favoured", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.GEKGOLD.png", + "Name": "Trade Lord", + "RequiredProgress": 100 + } + ] + }, + { + "Id": "gek-TDONE_MISSIONS", + "Name": "Missions Completed", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Id": "gek-WORDS_LEARNT", + "Name": "Words Collected", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "BABBLER", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "BEGINNER", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "STUDENT", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "COMPREHENDED", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "SCHOLAR", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "FLUENT", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "INTERPRETER", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "LINGUIST", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "POLYGLOT", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "UNIVERSAL TRANSLATOR", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "BABELFISH", + "RequiredProgress": 150 + } + ] + }, + { + "Id": "gek-TSEEN_SYSTEMS", + "Name": "Systems Visited", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + }, + { + "Id": "vykeen", + "Icon": "faction/FACTIONS.VYKEEN.ON.png", + "Name": "The Vy'keen", + "Description": "The Vy'keen are warlike beings from the Dryn'dargh system, obsessed with the defeat of the Sentinels. Controlled by the Vy'keen High Command, they fight the Sentinel menace across the galaxy.\n\nDespite their aggressive appearances, the Vy'keen are bound by a strict code of honour. They value loyalty, sacrifice and a good death above material goods or knowledge, and are sworn to aid the Traveller whenever possible.", + "Missions": [ + { + "Id": "vykeen-WAR_STANDING", + "Name": "Standing", + "Icon": "faction/MEDAL.VYKEENGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "Enemy", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "Detractor", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "Neutral", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "Accomplice", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "Ally", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "Close Ally", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Comrade", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Preceptor", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Adjutant", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Commandant", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.VYKEENGOLD.png", + "Name": "Templar", + "RequiredProgress": 100 + } + ] + }, + { + "Id": "vykeen-WDONE_MISSIONS", + "Name": "Missions Completed", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Id": "vykeen-WORDS_LEARNT", + "Name": "Words Collected", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "BABBLER", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "BEGINNER", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "STUDENT", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "COMPREHENDED", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "SCHOLAR", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "FLUENT", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "INTERPRETER", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "LINGUIST", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "POLYGLOT", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "UNIVERSAL TRANSLATOR", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "BABELFISH", + "RequiredProgress": 150 + } + ] + }, + { + "Id": "vykeen-WSEEN_SYSTEMS", + "Name": "Systems Visited", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + }, + { + "Id": "explorer", + "Icon": "faction/FACTIONS.KORVAX.ON.png", + "Name": "The Korvax", + "Description": "Korvax entities are inorganic lifeforms that inhabit metallic casings passed down from generation to generation. They believe that through mathematical study they can be raised to the level of the Atlas, and that the path to this is through the study of the Sentinels.\n\nEach Korvax is a pure mind, a drop in their great collective Convergence. The shell they inhabit is of little significance compared to their connection to this group consciousness.\n\nThe Korvax were enslaved by the Gek First Spawn, and many still view the Gek with deep suspicion.", + "Missions": [ + { + "Id": "explorer-EXP_STANDING", + "Name": "Standing", + "Icon": "faction/MEDAL.KORVAXGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "Annoyance", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "Irritation", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "Unstudied", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "Point of Interest", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "Test Subject", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "Research Focus", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Trial Candidate", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Significance", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Saviour", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Singularity", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.KORVAXGOLD.png", + "Name": "Traveller of the Atlas", + "RequiredProgress": 100 + } + ] + }, + { + "Id": "explorer-EDONE_MISSIONS", + "Name": "Missions Completed", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Id": "explorer-WORDS_LEARNT", + "Name": "Words Collected", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "BABBLER", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "BEGINNER", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "STUDENT", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "COMPREHENDED", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "SCHOLAR", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "FLUENT", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "INTERPRETER", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "LINGUIST", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "POLYGLOT", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "UNIVERSAL TRANSLATOR", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "BABELFISH", + "RequiredProgress": 150 + } + ] + }, + { + "Id": "explorer-ESEEN_SYSTEMS", + "Name": "Systems Visited", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + } + ], + "Guild": "GUILDS", + "Guilds": [ + { + "Id": "traGuild", + "Icon": "faction/FACTIONS.TRADEGUILD.ON.png", + "Name": "Merchants Guild", + "Description": "A collective organisation representing trading companies and individual merchants across the galaxy. They help control and commission work for pilots-for-hire on behalf of their members.\n\nThe Merchants Guild is naturally dominated by the Gek, but it is not an exclusive club. All lifeforms are welcome under its umbrella, as long as they have the requisite capital reserves...", + "Missions": [ + { + "Id": "traGuild-TGUILD_STAND", + "Name": "Standing", + "Icon": "faction/MEDAL.MERCHGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "Hated", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "Hostile", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "Unknown", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "Initiate", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "Apprentice", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "Journeyman", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Associate", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Senior", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Master", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Elder", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.MERCHGOLD.png", + "Name": "Exalted", + "RequiredProgress": 100 + } + ] + }, + { + "Id": "traGuild-TGDONE_MISSIONS", + "Name": "Missions Completed", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Id": "traGuild-MONEY", + "Name": "Units Accrued", + "Icon": "faction/MEDAL.UNITSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.UNITSOFF.png", + "Name": "NEW BUSINESS", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "SPACE TRUCKER", + "RequiredProgress": 75000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "TRADER", + "RequiredProgress": 100000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "MONEYMAKER", + "RequiredProgress": 150000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "MERCHANT", + "RequiredProgress": 250000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "ENTERPRISING", + "RequiredProgress": 500000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "ENTREPRENEUR", + "RequiredProgress": 750000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "INVESTOR", + "RequiredProgress": 1000000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "CAPITALIST", + "RequiredProgress": 1250000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "TYCOON", + "RequiredProgress": 1500000 + }, + { + "Icon": "faction/MEDAL.UNITSGOLD.png", + "Name": "MAGNATE", + "RequiredProgress": 2000000 + } + ] + }, + { + "Id": "traGuild-PLANTS_PLANTED", + "Name": "Plants Farmed", + "Icon": "faction/MEDAL.PLANTSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANTSOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.PLANTSGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 80 + } + ] + } + ] + }, + { + "Id": "warGuild", + "Icon": "faction/FACTIONS.VYKEEN.ON.png", + "Name": "Mercenaries Guild", + "Description": "A loose collective of mercenary organisations across the galaxy. The guild hosts a range of competing factions, many of whom would fight each other given the chance.\n\nPirates, vigilantes, undercover law enforcement, cults, rogues and crusaders - the Mercenaries Guild keeps galactic peace by ensuring the right jobs are given to the right group of armed opportunists.", + "Missions": [ + { + "Id": "warGuild-WGUILD_STAND", + "Name": "Standing", + "Icon": "faction/MEDAL.WARRIORGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "Hated", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "Hostile", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "Unknown", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "Initiate", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "Apprentice", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "Journeyman", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Associate", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Senior", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Master", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Elder", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.WARRIORGOLD.png", + "Name": "Exalted", + "RequiredProgress": 100 + } + ] + }, + { + "Id": "warGuild-EDONE_MISSIONS", + "Name": "Missions Completed", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Id": "warGuild-SENTINEL_KILLS", + "Name": "Sentinels Destroyed", + "Icon": "faction/MEDAL.SENTINELSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.SENTINELSOFF.png", + "Name": "UNTROUBLED", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "NOVICE", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "NUISANCE", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "SCRAPPER", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "TROUBLEMAKER", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "FIGHTER", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "MENACE", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "NOTORIOUS", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "DANGEROUS", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "EXPERT", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.SENTINELSGOLD.png", + "Name": "LEGEND", + "RequiredProgress": 80 + } + ] + }, + { + "Id": "warGuild-PIRATES_KILLED", + "Name": "Ships Destroyed", + "Icon": "faction/MEDAL.PIRATESGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PIRATESOFF.png", + "Name": "UNTESTED", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "NOVICE", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "NUISANCE", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "SCRAPPER", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "TROUBLEMAKER", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "FIGHTER", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "MENACE", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "NOTORIOUS", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "DANGEROUS", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "EXPERT", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.PIRATESGOLD.png", + "Name": "LEGEND", + "RequiredProgress": 80 + } + ] + } + ] + }, + { + "Id": "traGuild", + "Icon": "faction/FACTIONS.EXPLORERGUILD.ON.png", + "Name": "Explorers Guild", + "Description": "A mutual association of researchers and explorers, the Explorers Guild serves to match up those who need data with those who would collect it.\n\nMembership is largely split between scientific institutions, geographical societies, and technology companies, with the occasional individual explorer. The Guild offers pooled resources, shared labs, lecture series and yearly medals.", + "Missions": [ + { + "Id": "traGuild-EGUILD_STAND", + "Name": "Standing", + "Icon": "faction/MEDAL.EXPLORERGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "Hated", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "Hostile", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "Unknown", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "Initiate", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "Apprentice", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "Journeyman", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Associate", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Senior", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Master", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Elder", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.EXPLORERGOLD.png", + "Name": "Exalted", + "RequiredProgress": 100 + } + ] + }, + { + "Id": "traGuild-EGDONE_MISSIONS", + "Name": "Missions Completed", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Id": "traGuild-RARE_SCANNED", + "Name": "Rare Creatures Scanned", + "Icon": "faction/MEDAL.CREATURESGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.CREATUREOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 25 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 35 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 45 + }, + { + "Icon": "faction/MEDAL.CREATURESGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + } + ] + }, + { + "Id": "traGuild-DIST_WARP", + "Name": "Space Exploration", + "Icon": "faction/MEDAL.WARPSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WARPSOFF.png", + "Name": "STARGAZER", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "TRAILBLAZER", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "SCOUT", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "WARP ENGAGED", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "SURVEYOR", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "ROVER", + "RequiredProgress": 25 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "VOYAGER", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "PIONEER", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "EXPLORER", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "OVERSEER", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.WARPSGOLD.png", + "Name": "DISCOVERER", + "RequiredProgress": 75 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/assets/json/es-la/Buildings.lang.json b/assets/json/es-la/Buildings.lang.json index 3aa4235c..da2c2c12 100644 --- a/assets/json/es-la/Buildings.lang.json +++ b/assets/json/es-la/Buildings.lang.json @@ -35,9 +35,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/2.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -65,9 +65,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -95,9 +95,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -125,9 +125,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -151,9 +151,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -182,9 +182,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/8.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -209,9 +209,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -236,9 +236,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -263,9 +263,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -290,9 +290,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -317,9 +317,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -348,9 +348,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -375,9 +375,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -402,9 +402,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -433,9 +433,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -460,9 +460,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -487,9 +487,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -514,9 +514,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -545,9 +545,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -576,9 +576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -607,9 +607,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -638,9 +638,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,9 +669,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -696,9 +696,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -723,9 +723,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -750,9 +750,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -777,9 +777,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -804,9 +804,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -831,9 +831,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -858,9 +858,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -889,9 +889,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -916,9 +916,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -943,9 +943,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -974,9 +974,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1001,9 +1001,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1028,9 +1028,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1055,9 +1055,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/39.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1086,9 +1086,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/40.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1117,9 +1117,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1144,9 +1144,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1171,9 +1171,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1198,9 +1198,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/44.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1225,9 +1225,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/45.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1252,9 +1252,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1279,9 +1279,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1306,9 +1306,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1333,9 +1333,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1360,9 +1360,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1387,9 +1387,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,9 +1418,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/52.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1445,9 +1445,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/53.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1472,9 +1472,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/54.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1503,9 +1503,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/55.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1530,9 +1530,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/56.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1557,9 +1557,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1584,9 +1584,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1615,9 +1615,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/59.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1646,9 +1646,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/60.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1673,9 +1673,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/61.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1704,9 +1704,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/62.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1735,9 +1735,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/63.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1762,9 +1762,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/64.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1789,9 +1789,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/building/65.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1838,9 +1838,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/67.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1865,9 +1865,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/68.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1892,9 +1892,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/69.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1919,9 +1919,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/70.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1946,9 +1946,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/71.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1973,9 +1973,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/72.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2004,9 +2004,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/73.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2035,9 +2035,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/building/74.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2066,9 +2066,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/75.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2092,9 +2092,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/76.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2118,9 +2118,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/77.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2149,9 +2149,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/78.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2176,9 +2176,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/79.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2206,9 +2206,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/80.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2236,9 +2236,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/81.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2262,9 +2262,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/82.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2289,9 +2289,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/83.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2316,9 +2316,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/84.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2342,9 +2342,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/85.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2372,9 +2372,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/86.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2398,9 +2398,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/87.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2424,9 +2424,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/88.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2450,9 +2450,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/89.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2476,9 +2476,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/90.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2502,9 +2502,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/91.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2528,9 +2528,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/92.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2554,9 +2554,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/93.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2580,9 +2580,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/94.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2610,9 +2610,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/95.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2636,9 +2636,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/96.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2666,9 +2666,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/97.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2696,9 +2696,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/98.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2726,9 +2726,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/106.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2753,9 +2753,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/118.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2788,9 +2788,9 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/building/129.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2820,9 +2820,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/130.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2852,9 +2852,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/131.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2883,9 +2883,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/132.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2915,9 +2915,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/133.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2946,9 +2946,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/134.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2973,9 +2973,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/135.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3008,9 +3008,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/136.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3036,9 +3036,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/137.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3068,9 +3068,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/138.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3099,9 +3099,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/139.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3130,9 +3130,9 @@ "Colour": "095C77", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/140.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3182,9 +3182,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/142.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3209,9 +3209,9 @@ "Colour": "2C7C9F", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/145.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3239,9 +3239,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/146.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3269,9 +3269,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/147.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3299,9 +3299,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/150.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3325,9 +3325,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/151.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3351,9 +3351,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/152.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3381,9 +3381,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/153.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3411,9 +3411,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/154.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3441,9 +3441,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/155.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3493,9 +3493,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/157.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3519,9 +3519,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/158.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3549,9 +3549,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/159.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3576,9 +3576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/161.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3603,9 +3603,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/162.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3630,9 +3630,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/163.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3657,9 +3657,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/164.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3684,9 +3684,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/165.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3711,9 +3711,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/166.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3738,9 +3738,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/167.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3765,9 +3765,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/168.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3792,9 +3792,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/169.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3819,9 +3819,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/170.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3846,9 +3846,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/171.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3873,9 +3873,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/building/172.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 6, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3900,9 +3900,9 @@ "Colour": "2C7C9F", "Power": -30.0, "CdnUrl": "https://cdn.nmsassistant.com/building/173.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 6, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3926,9 +3926,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/174.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3961,9 +3961,9 @@ "Colour": "2C7C9F", "Power": -2.0, "CdnUrl": "https://cdn.nmsassistant.com/building/175.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3992,9 +3992,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/176.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4027,9 +4027,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/177.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4062,9 +4062,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/178.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4097,9 +4097,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/179.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4132,9 +4132,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/180.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4167,9 +4167,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/181.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4193,9 +4193,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/182.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4219,9 +4219,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/204.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4245,9 +4245,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/205.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4271,9 +4271,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/206.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4298,9 +4298,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/207.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4333,9 +4333,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/213.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4360,9 +4360,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/214.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4390,9 +4390,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/215.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4416,9 +4416,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/219.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4442,9 +4442,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/220.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4468,9 +4468,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/221.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4494,9 +4494,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/222.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4524,9 +4524,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/223.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4550,9 +4550,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/224.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4580,9 +4580,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/225.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4610,9 +4610,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/226.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4636,9 +4636,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/227.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4666,9 +4666,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/228.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4692,9 +4692,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/229.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4718,9 +4718,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/230.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4744,9 +4744,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/231.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4770,9 +4770,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/232.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4796,9 +4796,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/233.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4826,9 +4826,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/234.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4856,9 +4856,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/235.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4886,9 +4886,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/236.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4916,9 +4916,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/237.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4946,9 +4946,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/238.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4977,9 +4977,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/239.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5008,9 +5008,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/240.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5039,9 +5039,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/241.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5069,9 +5069,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/242.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5099,9 +5099,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/243.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5129,9 +5129,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/244.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5159,9 +5159,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/245.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5189,9 +5189,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/246.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5219,9 +5219,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/247.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5245,9 +5245,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/248.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5271,9 +5271,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/249.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5301,9 +5301,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/250.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5327,9 +5327,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/253.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5353,9 +5353,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/254.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5379,9 +5379,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/255.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5405,9 +5405,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/256.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5431,9 +5431,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/257.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5457,9 +5457,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/258.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5483,9 +5483,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/259.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5509,9 +5509,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/260.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5535,9 +5535,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/261.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5561,9 +5561,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/266.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5587,9 +5587,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5614,9 +5614,9 @@ "MaxStackSize": 5.0, "Colour": "FFFFFF", "CdnUrl": "https://cdn.nmsassistant.com/building/272.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5636,9 +5636,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/273.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5667,9 +5667,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/274.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5698,9 +5698,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/275.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5729,9 +5729,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/276.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5760,9 +5760,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/277.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5791,9 +5791,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/278.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5822,9 +5822,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/279.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5853,9 +5853,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/280.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5884,9 +5884,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/281.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5915,9 +5915,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/282.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5946,9 +5946,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/283.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5977,9 +5977,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/284.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6008,9 +6008,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/285.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6039,9 +6039,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/286.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6070,9 +6070,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/287.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6101,9 +6101,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/288.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6132,9 +6132,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/289.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6163,9 +6164,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/290.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6194,9 +6195,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/291.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6225,9 +6226,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/292.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6256,9 +6258,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/293.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6287,9 +6289,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/294.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6314,9 +6316,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/295.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6341,9 +6344,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/296.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6368,9 +6372,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/297.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6395,9 +6400,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/298.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6422,9 +6428,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/299.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6449,9 +6455,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/300.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6476,9 +6482,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/301.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6507,9 +6513,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/302.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6538,9 +6545,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/303.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6569,9 +6576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/304.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6596,9 +6603,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/305.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6623,9 +6630,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/306.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6650,9 +6657,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/307.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6677,9 +6684,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/308.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6704,9 +6711,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/309.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6732,9 +6739,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/310.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6763,9 +6770,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/311.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6790,9 +6797,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/312.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6817,9 +6824,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/313.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6844,9 +6851,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/314.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6871,9 +6878,9 @@ "MaxStackSize": 20.0, "Colour": "262626", "CdnUrl": "https://cdn.nmsassistant.com/building/315.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6893,9 +6900,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/316.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6928,9 +6935,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/317.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6963,9 +6970,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/318.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6990,9 +6997,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/319.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7017,9 +7024,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/320.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7044,9 +7051,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/321.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7072,9 +7079,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/322.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7099,9 +7106,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/324.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7130,9 +7137,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/325.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7158,9 +7165,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/326.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7184,9 +7191,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7206,9 +7213,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/328.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7237,9 +7244,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/329.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7265,9 +7272,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/330.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7291,9 +7298,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7313,9 +7320,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/332.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7344,9 +7351,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/336.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7371,9 +7378,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/337.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7398,9 +7405,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/338.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7425,9 +7432,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/339.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7452,9 +7459,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/340.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7479,9 +7486,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/341.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7506,9 +7513,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/342.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7533,9 +7540,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/343.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7560,9 +7567,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/344.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7587,9 +7594,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/345.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7614,9 +7621,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/346.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7641,9 +7648,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/347.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7668,9 +7675,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/348.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7695,9 +7702,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/359.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7721,9 +7728,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/360.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7756,9 +7763,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/361.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7778,9 +7785,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/362.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7809,9 +7816,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/363.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7831,9 +7838,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/364.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7853,9 +7860,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/365.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7875,9 +7882,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/366.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7897,9 +7905,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/367.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7919,9 +7928,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/368.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7941,9 +7951,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/369.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7968,9 +7979,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/370.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7995,9 +8006,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/371.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8022,9 +8033,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/372.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8049,9 +8060,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/373.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8076,9 +8087,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/374.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8103,9 +8114,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/375.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8130,9 +8141,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/376.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8157,9 +8168,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/377.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8184,9 +8195,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/378.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8211,9 +8222,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/379.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8238,9 +8249,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/380.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8265,9 +8276,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/381.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8292,9 +8303,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/382.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8319,9 +8330,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/383.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8346,9 +8357,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/384.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8373,9 +8384,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/385.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8400,9 +8411,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/386.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8427,9 +8438,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/387.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8454,9 +8465,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/388.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8481,9 +8492,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/389.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8503,9 +8514,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/390.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8525,9 +8536,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/391.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8547,9 +8558,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/392.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8569,9 +8580,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/393.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8591,9 +8602,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/394.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8612,9 +8623,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/395.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 15, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -8647,9 +8658,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/396.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -8680,9 +8691,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8709,9 +8720,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8738,9 +8749,9 @@ "BaseValueUnits": 300.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8767,9 +8778,9 @@ "BaseValueUnits": 300.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8792,9 +8803,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8817,9 +8828,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8842,9 +8853,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8867,9 +8878,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8892,9 +8903,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8917,9 +8928,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8942,9 +8953,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8967,9 +8978,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8992,9 +9003,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9017,9 +9028,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9047,9 +9058,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9073,9 +9085,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9099,9 +9111,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9125,9 +9137,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9151,9 +9163,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9172,9 +9184,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9193,9 +9205,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9219,9 +9231,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9249,9 +9261,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9275,9 +9287,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9301,9 +9313,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9327,9 +9339,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9348,9 +9361,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9374,9 +9388,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9400,9 +9415,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9426,9 +9442,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9452,9 +9469,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9478,9 +9496,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9504,9 +9523,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9530,9 +9549,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9560,9 +9579,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9590,9 +9609,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9616,9 +9635,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9642,9 +9661,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9668,9 +9687,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9694,10 +9713,10 @@ "CurrencyType": "None", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9718,9 +9737,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9744,9 +9763,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9770,9 +9789,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9796,9 +9815,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9822,9 +9841,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9848,9 +9867,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9874,9 +9893,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9900,9 +9919,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9926,9 +9945,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9952,9 +9971,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9978,9 +9997,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10004,9 +10023,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10030,9 +10049,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10056,9 +10075,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10083,9 +10102,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10109,9 +10128,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10135,9 +10154,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10161,9 +10180,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10187,9 +10206,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10213,9 +10232,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10239,9 +10258,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10265,9 +10284,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10291,9 +10310,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10317,9 +10336,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10343,9 +10362,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10369,9 +10388,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10395,9 +10414,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10421,9 +10440,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10447,9 +10466,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10473,9 +10492,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10499,9 +10518,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10525,9 +10544,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10551,9 +10570,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10577,9 +10596,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10603,9 +10622,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10629,9 +10648,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10655,9 +10674,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10681,9 +10700,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10707,9 +10726,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10733,9 +10752,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10759,9 +10778,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10785,9 +10804,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10811,9 +10830,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10837,9 +10856,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10863,9 +10882,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10889,9 +10908,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10915,9 +10934,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10941,9 +10960,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10967,9 +10986,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10993,9 +11012,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11019,9 +11038,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11045,9 +11064,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11071,9 +11090,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11097,9 +11116,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11123,9 +11142,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11149,9 +11168,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11175,9 +11194,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11201,9 +11220,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11227,9 +11246,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11253,9 +11272,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11279,9 +11298,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11305,9 +11324,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11331,9 +11350,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11357,9 +11376,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11383,9 +11402,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11409,9 +11428,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11435,9 +11454,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11461,9 +11480,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11487,9 +11506,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11513,9 +11532,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11539,9 +11558,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11565,9 +11584,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11591,9 +11610,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11617,9 +11636,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11643,9 +11662,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11669,9 +11688,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11695,9 +11714,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11721,9 +11740,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11747,9 +11766,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11773,9 +11792,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11799,9 +11818,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11825,9 +11844,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11851,9 +11870,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11877,9 +11896,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11903,9 +11922,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11929,9 +11948,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11955,9 +11974,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11981,9 +12000,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12007,9 +12026,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12033,9 +12052,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12059,9 +12078,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12085,9 +12104,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12111,9 +12130,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12137,9 +12156,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12163,9 +12182,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12189,9 +12208,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12215,9 +12234,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12241,9 +12260,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12267,9 +12286,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12293,9 +12312,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12319,9 +12338,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12345,9 +12364,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12371,9 +12390,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12397,9 +12416,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12423,9 +12442,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12449,9 +12468,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12475,9 +12494,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12501,9 +12520,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12527,9 +12546,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12553,9 +12572,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12579,9 +12598,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12605,9 +12624,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12635,9 +12654,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12665,9 +12684,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12695,9 +12714,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12725,9 +12744,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12755,9 +12774,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12785,9 +12804,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12811,9 +12830,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12837,9 +12856,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12863,9 +12882,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12889,9 +12908,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12915,9 +12934,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12945,9 +12964,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12975,9 +12994,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13005,9 +13024,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13035,9 +13054,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13065,9 +13084,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13095,9 +13114,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13125,9 +13144,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13155,9 +13174,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13185,9 +13204,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13215,9 +13234,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13245,9 +13264,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13271,9 +13290,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13301,9 +13320,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13327,9 +13346,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13357,9 +13376,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13387,9 +13406,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13417,9 +13436,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13443,9 +13462,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13469,9 +13488,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13495,9 +13514,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13521,9 +13540,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13547,9 +13566,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13578,9 +13597,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13604,9 +13623,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13630,9 +13649,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13656,9 +13675,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13682,9 +13701,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13708,9 +13727,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13734,9 +13753,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13760,9 +13779,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13786,9 +13805,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13812,9 +13831,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13838,9 +13857,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13864,9 +13883,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13894,9 +13913,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13924,9 +13943,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13954,9 +13973,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13984,9 +14003,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14014,9 +14033,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14044,9 +14063,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14070,9 +14089,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14096,9 +14115,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14122,9 +14141,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14148,9 +14167,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14178,9 +14197,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14208,9 +14227,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14238,9 +14257,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14268,9 +14287,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14298,9 +14317,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14328,9 +14347,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14358,9 +14377,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14388,9 +14407,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14418,9 +14437,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14448,9 +14467,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14478,9 +14497,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14508,9 +14527,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14538,9 +14557,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14568,9 +14587,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14594,9 +14613,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14624,9 +14643,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14650,9 +14669,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14676,9 +14695,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14706,9 +14725,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14736,9 +14755,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14762,9 +14781,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14788,9 +14807,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14814,9 +14833,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14840,9 +14859,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14866,9 +14885,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14896,9 +14915,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14922,9 +14941,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14948,9 +14967,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14974,9 +14993,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15000,9 +15019,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15026,9 +15045,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15052,9 +15071,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15078,9 +15097,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15104,9 +15123,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15130,9 +15149,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15156,9 +15175,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15182,9 +15201,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15212,9 +15231,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15242,9 +15261,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15272,9 +15291,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15302,9 +15321,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15332,9 +15351,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15362,9 +15381,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15388,9 +15407,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15414,9 +15433,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15440,9 +15459,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15466,9 +15485,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15496,9 +15515,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15526,9 +15545,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15556,9 +15575,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15582,9 +15601,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15608,9 +15627,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15638,9 +15657,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15664,9 +15683,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15690,9 +15709,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15716,9 +15735,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15742,9 +15761,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15768,9 +15787,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15794,9 +15813,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15820,9 +15839,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15846,9 +15865,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15872,9 +15891,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15898,9 +15917,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15924,9 +15943,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15950,9 +15969,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15980,9 +15999,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16010,9 +16029,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16040,9 +16059,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16066,9 +16085,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16092,9 +16111,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16118,9 +16137,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16144,9 +16163,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16170,9 +16189,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16200,9 +16219,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16226,9 +16245,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16252,9 +16271,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16278,9 +16297,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16304,9 +16323,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16338,9 +16358,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16364,9 +16385,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16385,9 +16406,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16406,9 +16427,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16426,9 +16447,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16452,9 +16473,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16477,9 +16498,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16506,9 +16527,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16535,9 +16556,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16565,9 +16586,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -10.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16590,9 +16611,9 @@ "BaseValueUnits": 2.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16615,9 +16636,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16640,9 +16661,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16665,9 +16686,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16691,9 +16712,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16717,9 +16738,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16742,9 +16763,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16767,9 +16788,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16792,9 +16813,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16817,9 +16838,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16842,9 +16863,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16867,9 +16888,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16892,9 +16913,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16917,9 +16938,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16942,9 +16963,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16967,9 +16988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16992,9 +17013,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17017,9 +17038,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17042,9 +17063,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17067,9 +17088,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17092,9 +17113,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17117,9 +17138,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17142,9 +17163,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17167,9 +17188,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17192,9 +17213,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17217,9 +17238,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17242,9 +17263,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17267,9 +17288,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17292,9 +17313,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17318,9 +17339,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17344,9 +17365,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17370,9 +17391,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17396,9 +17417,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17417,9 +17439,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17443,9 +17466,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17469,9 +17493,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17495,9 +17520,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17521,9 +17546,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17547,9 +17572,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/es-la/ConstructedTechnology.lang.json b/assets/json/es-la/ConstructedTechnology.lang.json index 1b77b6d7..93c60cc2 100644 --- a/assets/json/es-la/ConstructedTechnology.lang.json +++ b/assets/json/es-la/ConstructedTechnology.lang.json @@ -9,9 +9,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/1.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -35,9 +35,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/2.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -70,9 +70,9 @@ "Colour": "2C7C9F", "Power": -15.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -101,9 +101,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -136,9 +136,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -170,9 +170,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -200,9 +200,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/7.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -230,9 +230,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/8.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -264,9 +264,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 20, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -299,9 +299,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -333,9 +333,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -367,9 +367,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -397,9 +397,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -427,9 +427,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -457,9 +457,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -492,9 +492,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -518,9 +518,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -553,9 +553,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -588,9 +588,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -622,9 +622,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -652,9 +652,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -678,9 +678,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -712,9 +712,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -746,9 +746,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -780,9 +780,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -814,9 +814,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -848,9 +848,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -882,9 +882,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -912,9 +912,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -942,9 +942,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -972,9 +972,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1002,9 +1002,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1033,9 +1033,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1068,9 +1068,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1103,9 +1103,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1137,9 +1137,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1167,9 +1167,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/39.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1193,9 +1193,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/40.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1227,9 +1227,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1261,9 +1261,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1296,9 +1296,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1331,9 +1331,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/44.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1366,9 +1366,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/45.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1402,9 +1402,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1434,9 +1434,9 @@ "Colour": "2C7C9F", "Power": 100.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1465,9 +1465,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1492,9 +1492,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1524,9 +1524,9 @@ "Colour": "2C7C9F", "Power": 50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1560,9 +1560,9 @@ "Colour": "2C7C9F", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1596,9 +1596,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/52.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1627,9 +1627,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/53.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1649,9 +1649,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/54.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1671,9 +1671,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/55.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1702,9 +1702,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/56.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1733,9 +1733,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1764,9 +1764,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1791,9 +1791,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/59.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1818,9 +1818,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/60.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1849,9 +1849,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/61.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1880,9 +1880,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/62.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1914,9 +1914,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/63.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1948,10 +1948,10 @@ "CurrencyType": "None", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1970,9 +1970,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2000,9 +2000,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2030,9 +2030,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2060,9 +2060,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2090,9 +2090,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2120,9 +2120,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2150,9 +2150,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2180,9 +2180,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2210,9 +2210,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2240,9 +2240,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2269,9 +2269,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2298,9 +2298,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2327,9 +2327,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2356,9 +2356,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2385,9 +2385,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2414,9 +2414,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2443,9 +2443,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2472,9 +2472,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2501,9 +2501,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2530,9 +2530,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/es-la/Cooking.lang.json b/assets/json/es-la/Cooking.lang.json index d30de2ff..4f04f8d8 100644 --- a/assets/json/es-la/Cooking.lang.json +++ b/assets/json/es-la/Cooking.lang.json @@ -11,13 +11,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/1.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -40,13 +40,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/2.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -69,13 +69,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/3.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -98,13 +98,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/4.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -127,13 +127,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/5.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -156,13 +156,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/6.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -185,13 +185,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/7.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -214,13 +214,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/8.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -243,13 +243,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/9.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -272,13 +272,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/10.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -301,13 +301,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/11.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -330,13 +330,13 @@ "Colour": "007951", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/12.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -359,12 +359,12 @@ "Colour": "007953", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/13.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,12 +387,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/14.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -415,12 +415,12 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/15.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -443,12 +443,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/16.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,13 +471,13 @@ "Colour": "DB2400", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/17.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -500,12 +500,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/18.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -528,12 +528,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/19.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -556,12 +556,12 @@ "Colour": "007951", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/20.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -584,12 +584,12 @@ "Colour": "007951", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/21.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -612,12 +612,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/22.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -640,13 +640,13 @@ "Colour": "79502E", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/23.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,12 +669,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/24.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -697,12 +697,12 @@ "Colour": "007953", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/25.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -725,13 +725,13 @@ "Colour": "79502E", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/26.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -754,12 +754,12 @@ "Colour": "007952", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/27.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -782,13 +782,13 @@ "Colour": "7B0000", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/28.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -811,13 +811,13 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/29.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -840,12 +840,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/30.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -868,12 +868,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/31.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -896,12 +896,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/32.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -924,12 +924,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/33.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -952,12 +952,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/34.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -980,12 +980,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/35.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1008,12 +1008,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/36.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1036,12 +1036,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/37.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1064,12 +1064,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/38.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1092,12 +1092,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/39.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1120,14 +1120,14 @@ "Colour": "7B0000", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/40.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1150,12 +1150,12 @@ "Colour": "DEDCD1", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/41.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1178,12 +1178,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/42.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1206,12 +1206,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/43.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1234,12 +1234,12 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/44.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1262,12 +1262,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/45.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1290,12 +1290,12 @@ "Colour": "DEDCD1", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/46.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1318,13 +1318,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/47.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1347,12 +1347,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/48.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1375,13 +1375,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/49.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1404,13 +1404,13 @@ "Colour": "095C77", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/50.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1433,13 +1433,13 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/51.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1462,13 +1462,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/52.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1491,13 +1491,13 @@ "Colour": "DB2400", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/53.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1520,13 +1520,13 @@ "Colour": "007953", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/54.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1549,13 +1549,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/55.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1578,13 +1578,13 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/56.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1607,13 +1607,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/57.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1636,13 +1636,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/58.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1665,13 +1665,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/59.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1694,13 +1694,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/60.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1723,12 +1723,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/61.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1751,12 +1751,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/62.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1779,12 +1779,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/63.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1807,12 +1807,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/64.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1835,13 +1835,13 @@ "Colour": "007953", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/65.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1864,12 +1864,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/66.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1892,12 +1892,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/67.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1920,12 +1920,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/68.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1948,12 +1948,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/69.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1976,13 +1976,13 @@ "Colour": "BB3830", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/70.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2005,12 +2005,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/71.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2033,12 +2033,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/72.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2061,12 +2061,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/73.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2089,12 +2089,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/74.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2117,12 +2117,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/75.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2145,12 +2145,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/76.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2173,13 +2173,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/77.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2202,13 +2202,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/78.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2231,13 +2231,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/79.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2260,13 +2260,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/80.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2289,13 +2289,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/81.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2318,13 +2318,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/82.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2347,13 +2347,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/83.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2376,13 +2376,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/84.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2405,13 +2405,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/85.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2434,13 +2434,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/86.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2463,13 +2463,13 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/87.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2492,13 +2492,13 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/88.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2521,13 +2521,13 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/89.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2550,13 +2550,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/90.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2579,13 +2579,13 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/91.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2608,13 +2608,13 @@ "Colour": "79502E", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/92.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2637,12 +2637,12 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/93.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2665,13 +2665,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/94.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2694,13 +2694,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/95.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2723,12 +2723,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/96.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2751,12 +2751,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/97.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2779,12 +2779,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/98.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2807,13 +2807,13 @@ "Colour": "79502E", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/99.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2836,13 +2836,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/100.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2865,12 +2865,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/101.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2893,12 +2893,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/102.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2921,12 +2921,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/103.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2949,12 +2949,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/104.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2977,13 +2977,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/105.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3006,12 +3006,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/106.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3034,13 +3034,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/107.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3063,12 +3063,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/108.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3091,12 +3091,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/109.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3119,12 +3119,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/110.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3147,12 +3147,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/111.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3175,13 +3175,13 @@ "Colour": "095C77", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/112.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3204,13 +3204,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/113.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3233,12 +3233,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/114.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3261,13 +3261,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/115.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3290,12 +3290,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/116.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3318,13 +3318,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/117.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3347,12 +3347,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/118.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3373,12 +3373,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/119.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3399,12 +3399,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/120.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3425,11 +3425,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/121.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3450,13 +3451,13 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/122.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3482,11 +3483,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/123.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3507,11 +3509,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/124.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3532,11 +3535,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/125.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3557,11 +3561,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/126.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3582,12 +3587,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/127.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3610,12 +3615,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/128.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3638,13 +3643,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/129.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3667,12 +3672,12 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/130.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,12 +3700,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/131.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3723,12 +3728,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/132.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3751,12 +3756,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/133.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3779,12 +3784,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/134.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3807,12 +3812,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/135.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3835,12 +3840,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/136.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3863,12 +3868,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/137.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3891,12 +3896,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/138.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3919,12 +3924,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/139.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3947,12 +3952,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/140.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3975,12 +3980,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/141.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4003,12 +4008,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/142.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4031,12 +4036,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/143.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4059,12 +4064,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/144.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4087,12 +4092,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/145.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4115,12 +4120,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/146.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4143,12 +4148,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/147.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4171,12 +4176,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/148.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4199,12 +4204,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/149.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4227,12 +4232,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/150.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4255,12 +4260,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/151.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4283,12 +4288,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/152.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4311,12 +4316,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/153.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4339,13 +4344,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/154.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4368,12 +4373,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/155.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4396,12 +4401,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/156.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4424,12 +4429,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/157.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4452,12 +4457,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/158.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4480,12 +4485,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/159.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4508,12 +4513,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/160.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4536,13 +4541,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/161.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4565,12 +4570,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/162.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4593,12 +4598,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/163.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4621,12 +4626,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/164.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4649,12 +4654,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/165.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4677,12 +4682,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/166.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4705,12 +4710,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/167.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4733,12 +4738,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/168.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4761,12 +4766,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/169.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4789,12 +4794,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/170.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4817,12 +4822,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/171.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4845,12 +4850,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/172.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4873,12 +4878,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/173.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4901,12 +4906,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/174.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4929,12 +4934,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/175.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4957,12 +4962,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/176.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4985,12 +4990,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/177.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5013,12 +5018,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/178.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5041,12 +5046,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/179.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5068,12 +5073,12 @@ "MaxStackSize": 50.0, "Colour": "6AD01E", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5095,12 +5100,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5123,12 +5128,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/182.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5151,13 +5156,13 @@ "Colour": "D35300", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/183.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5180,12 +5185,12 @@ "Colour": "6AD01E", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/184.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5208,12 +5213,12 @@ "Colour": "F26D15", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/185.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5236,12 +5241,12 @@ "Colour": "6AD01E", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/186.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5264,13 +5269,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/187.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5293,13 +5298,13 @@ "Colour": "6AD01E", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/188.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5322,13 +5327,13 @@ "Colour": "6AD01E", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/189.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5351,12 +5356,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/190.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5379,12 +5384,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/191.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5407,12 +5412,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/192.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5435,12 +5440,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/193.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5463,12 +5468,12 @@ "Colour": "8A7F72", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/194.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5491,12 +5496,12 @@ "Colour": "1EA3EE", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/195.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5519,12 +5524,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/196.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5547,12 +5552,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/197.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5575,12 +5580,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/198.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5603,12 +5608,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/199.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5631,12 +5636,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/200.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5659,12 +5664,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/201.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5687,12 +5692,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/202.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5715,12 +5720,12 @@ "Colour": "8A7F72", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/203.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5742,12 +5747,12 @@ "MaxStackSize": 50.0, "Colour": "6AD01E", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5770,12 +5775,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/205.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5798,12 +5803,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/206.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5825,12 +5830,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5853,12 +5858,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/208.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5881,12 +5886,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/209.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5909,12 +5914,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/210.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5937,12 +5942,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/211.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5965,12 +5970,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/212.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5993,12 +5998,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/213.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6021,12 +6026,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/214.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6049,12 +6054,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/215.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6077,12 +6082,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/216.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6105,12 +6110,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/217.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6133,12 +6138,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/218.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6161,12 +6166,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/219.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6189,12 +6194,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/220.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6217,12 +6222,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/221.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6245,12 +6250,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/222.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6273,12 +6278,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/223.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6301,12 +6306,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/224.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6329,12 +6334,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/225.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6357,12 +6362,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/226.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6385,12 +6390,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/227.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6413,12 +6418,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/228.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6441,12 +6446,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/229.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6469,12 +6474,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/230.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6497,12 +6502,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/231.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6525,12 +6530,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/232.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6553,12 +6558,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/233.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6581,12 +6586,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/234.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6609,12 +6614,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/235.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6637,12 +6642,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/236.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6665,12 +6670,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/237.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6693,12 +6698,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/238.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6721,12 +6726,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/239.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6749,12 +6754,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/240.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6777,12 +6782,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/241.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6805,12 +6810,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/242.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6833,12 +6838,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/243.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6861,12 +6866,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/244.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6889,12 +6894,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/245.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6917,12 +6922,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/246.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6945,12 +6950,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/247.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6973,12 +6978,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/248.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7001,12 +7006,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/249.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7029,12 +7034,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/250.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7057,12 +7062,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/251.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7084,12 +7089,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7111,12 +7116,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7138,12 +7143,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7165,12 +7170,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7192,12 +7197,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7219,12 +7224,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7246,12 +7251,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7273,12 +7278,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7300,12 +7305,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7327,13 +7332,13 @@ "MaxStackSize": 50.0, "Colour": "DEDCD1", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7355,13 +7360,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7383,13 +7388,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7411,13 +7416,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7439,12 +7444,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7466,12 +7471,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7493,12 +7498,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7520,12 +7525,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7547,12 +7552,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7574,12 +7579,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7601,13 +7606,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7629,13 +7634,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7657,13 +7662,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7685,13 +7690,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7713,13 +7718,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7741,13 +7746,13 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7769,12 +7774,12 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7796,12 +7801,12 @@ "MaxStackSize": 50.0, "Colour": "DEDCD1", "CookingValue": 0.9, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7823,12 +7828,12 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7850,12 +7855,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7877,13 +7882,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/es-la/Curiosity.lang.json b/assets/json/es-la/Curiosity.lang.json index c6f45d3b..908d9a3b 100644 --- a/assets/json/es-la/Curiosity.lang.json +++ b/assets/json/es-la/Curiosity.lang.json @@ -10,11 +10,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -34,12 +34,12 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -59,9 +59,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -94,11 +94,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -123,11 +123,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -156,11 +156,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -189,11 +189,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -222,11 +222,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/8.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -255,11 +255,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/9.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -288,11 +288,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/10.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -321,11 +321,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -354,11 +354,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/12.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,11 +387,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/13.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -420,11 +420,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/14.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -445,14 +445,14 @@ "Colour": "CCCCCC", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/curiosities/15.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -472,11 +472,11 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/16.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -496,12 +496,12 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -522,13 +522,13 @@ "Colour": "CCCCCC", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/curiosities/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -548,12 +548,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -573,10 +573,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -609,12 +609,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/21.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -634,10 +634,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/22.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -657,11 +657,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -681,11 +681,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/24.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -705,9 +705,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -727,9 +727,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -749,11 +749,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -773,11 +773,12 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/28.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -799,11 +800,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/29.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -825,12 +826,12 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -852,11 +853,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/31.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -878,12 +879,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/32.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -903,9 +904,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -925,9 +926,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -947,9 +948,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -969,10 +970,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/36.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -992,9 +993,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1014,9 +1015,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1036,10 +1037,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/39.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1059,10 +1060,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/40.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1082,9 +1083,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1113,9 +1114,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1144,9 +1145,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1175,10 +1176,10 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/44.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1198,10 +1199,10 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/45.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1221,9 +1222,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1242,9 +1243,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1263,9 +1264,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1284,9 +1285,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1305,9 +1306,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1326,10 +1327,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1350,10 +1351,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1374,10 +1375,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1396,10 +1397,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,10 +1419,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1442,10 +1443,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1464,10 +1465,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1486,10 +1487,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1510,10 +1511,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1532,10 +1533,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1554,10 +1555,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1578,10 +1579,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1600,10 +1601,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1622,9 +1623,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "DEDCD1", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 5000, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1642,9 +1644,9 @@ "BaseValueUnits": 256000.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/es-la/Factions.lang.json b/assets/json/es-la/Factions.lang.json new file mode 100644 index 00000000..4ee998b5 --- /dev/null +++ b/assets/json/es-la/Factions.lang.json @@ -0,0 +1,1527 @@ +{ + "Milestone": "LOGROS", + "Category": "CATEGORÍAS", + "Categories": [ + { + "Id": "journey", + "Name": "Logros del viaje", + "Description": "Una exploración sin límites: explora y sobrevive en un vasto universo", + "Missions": [], + "Additional": [ + "NavigateToJourneyPage" + ] + } + ], + "Lifeform": "SERES VIVOS", + "Lifeforms": [ + { + "Id": "gek", + "Name": "Los Gek", + "Description": "De corta estatura, estos seres vivos picudos y reptilianos son los líderes del comercio galáctico. Son capaces de comunicarse a través de la liberación cuidadosa de feromonas, expresando conceptos y sentimientos a través del olor.\n\nOriundos del planeta Balaron, otros seres vivos sensibles los miran con recelo debido a las acciones que llevaron a cabo con la Primera Progenie Gek: construyeron un poderoso imperio a base de conquistas y aniquilación.", + "Missions": [ + { + "Name": "Estatus", + "Icon": "faction/MEDAL.GEKGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "Rival", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "Competidor", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "Comprador", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "Cliente", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "Buen cliente", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "Colega", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Socio", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Amigo", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Mejor amigo", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Preferido", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.GEKGOLD.png", + "Name": "Señor del comercio", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Misiones completadas", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Palabras recogidas", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "BALBUCEANTE", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "PRINCIPIANTE", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ESTUDIANTE", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ENTENDIDO", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ACADÉMICO", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "FLUIDO", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "INTÉRPRETE", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "LINGÜISTA", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "POLÍGLOTA", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "TRADUCTOR UNIVERSAL", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "PEZ DE BABEL", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "Sistemas visitados", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + }, + { + "Id": "vykeen", + "Name": "Los Vy'keen", + "Description": "Los Vy'keen son unos seres belicosos, oriundos del sistema Dryn'dargh, obsesionados con derrotar a los Centinelas. Controlados por el Alto Comando Vy'keen, luchan contra la amenaza Centinela a lo largo y ancho de toda la galaxia.\n\nA pesar de su apariencia agresiva, los Vy'keen están comprometidos con un estricto código de honor. Valoran la lealtad, el sacrificio y una buena muerte sobre cualquier bien material o conocimiento. Juraron ayudar a los Viajeros siempre que sea posible.", + "Missions": [ + { + "Name": "Estatus", + "Icon": "faction/MEDAL.VYKEENGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "Enemigo", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "Detractor", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "Neutro", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "Cómplice", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "Aliado", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "Gran Aliado", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Camarada", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Preceptor", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Asistente", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Comandante", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.VYKEENGOLD.png", + "Name": "Templario", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Misiones completadas", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Palabras recogidas", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "BALBUCEANTE", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "PRINCIPIANTE", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ESTUDIANTE", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ENTENDIDO", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ACADÉMICO", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "FLUIDO", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "INTÉRPRETE", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "LINGÜISTA", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "POLÍGLOTA", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "TRADUCTOR UNIVERSAL", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "PEZ DE BABEL", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "Sistemas visitados", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + }, + { + "Id": "explorer", + "Name": "Los Korvax", + "Description": "Las entidades Korvax son seres vivos inorgánicos que habitan dentro de carcasas metálicas heredadas de generación en generación. Creen que los estudios matemáticos los llevarán a ascender al nivel del Atlas y que el camino para lograrlo es el estudio de los Centinelas.\n\nCada uno de los Korvax es una mente pura, una gota dentro de su enorme y colectiva Convergencia. La carcasa que habitan carece de importancia comparada con su conexión a esta consciencia grupal.\n\nDurante la Primera Progenie Gek, muchos Korvax fueron esclavizados, de ahí que estos últimos todavía miren a los Gek con gran desconfianza.", + "Missions": [ + { + "Name": "Estatus", + "Icon": "faction/MEDAL.KORVAXGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "Molestia", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "Irritación", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "Desconocido", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "Curiosidad", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "Biopsia", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "Teoría", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Candidato a Pruebas", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Trascendencia", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Salvador", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Singularidad", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.KORVAXGOLD.png", + "Name": "Viajero del Atlas", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Misiones completadas", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Palabras recogidas", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "BALBUCEANTE", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "PRINCIPIANTE", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ESTUDIANTE", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ENTENDIDO", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ACADÉMICO", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "FLUIDO", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "INTÉRPRETE", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "LINGÜISTA", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "POLÍGLOTA", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "TRADUCTOR UNIVERSAL", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "PEZ DE BABEL", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "Sistemas visitados", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + } + ], + "Guild": "GREMIOS", + "Guilds": [ + { + "Id": "traGuild", + "Name": "Gremio de mercaderes", + "Description": "Una organización colectiva que representa a compañías de comercio y a mercaderes individuales de toda la galaxia. Ayudan a controlar y a regular el trabajo para los pilotos de alquiler en beneficio de sus miembros.\n\nNaturalmente, los Gek dominan el gremio de mercaderes, pero no es un club exclusivo. Todos los seres vivos tienen las puertas abiertas, siempre y cuando dispongan de las suficientes reservas de capital.", + "Missions": [ + { + "Name": "Estatus", + "Icon": "faction/MEDAL.MERCHGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "Odioso", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "Hostil", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "Desconocido", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "Iniciado", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "Aprendiz", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "Oficial", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Asociado", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Sénior", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Maestro", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Anciano", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.MERCHGOLD.png", + "Name": "Eminente", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Misiones completadas", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Unidades acumuladas", + "Icon": "faction/MEDAL.UNITSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.UNITSOFF.png", + "Name": "NUEVO NEGOCIO", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "CAMIONERO ESPACIAL", + "RequiredProgress": 75000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "MERCADER", + "RequiredProgress": 100000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "FÁBRICA DE HACER DINERO", + "RequiredProgress": 150000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "COMERCIANTE", + "RequiredProgress": 250000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "EMPRESARIO", + "RequiredProgress": 500000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "EMPRENDEDOR", + "RequiredProgress": 750000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "INVERSOR", + "RequiredProgress": 1000000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "CAPITALISTA", + "RequiredProgress": 1250000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "POTENTADO", + "RequiredProgress": 1500000 + }, + { + "Icon": "faction/MEDAL.UNITSGOLD.png", + "Name": "MAGNATE", + "RequiredProgress": 2000000 + } + ] + }, + { + "Name": "Plantas cultivadas", + "Icon": "faction/MEDAL.PLANTSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANTSOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.PLANTSGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 80 + } + ] + } + ] + }, + { + "Id": "warGuild", + "Name": "Gremio de mercenarios", + "Description": "Un colectivo libertino de organizaciones de mercenarios de toda la galaxia. El gremio alberga un amplio abanico de facciones competidoras, muchas de las cuales entrarían en disputa si se les diera la oportunidad.\n\nPiratas, vigilantes, agentes de la ley encubiertos, cultos, corsarios y cruzados; el gremio de mercenarios mantiene la paz en la galaxia garantizando que los trabajos se encarguen al grupo de oportunistas armados adecuado.", + "Missions": [ + { + "Name": "Estatus", + "Icon": "faction/MEDAL.WARRIORGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "Odioso", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "Hostil", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "Desconocido", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "Iniciado", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "Aprendiz", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "Oficial", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Asociado", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Sénior", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Maestro", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Anciano", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.WARRIORGOLD.png", + "Name": "Eminente", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Misiones completadas", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Centinelas destruidos", + "Icon": "faction/MEDAL.SENTINELSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.SENTINELSOFF.png", + "Name": "SIN PROBLEMAS", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "APRENDIZ", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "MOLESTIA", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "PELEÓN", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "ALBOROTADOR", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "LUCHADOR", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "AMENAZA", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "INFAME", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "PELIGROSO", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "EXPERTO", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.SENTINELSGOLD.png", + "Name": "LEYENDA", + "RequiredProgress": 80 + } + ] + }, + { + "Name": "Naves destruidas", + "Icon": "faction/MEDAL.PIRATESGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PIRATESOFF.png", + "Name": "NO PROBADO", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "APRENDIZ", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "MOLESTIA", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "PELEÓN", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "ALBOROTADOR", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "LUCHADOR", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "AMENAZA", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "INFAME", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "PELIGROSO", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "EXPERTO", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.PIRATESGOLD.png", + "Name": "LEYENDA", + "RequiredProgress": 80 + } + ] + } + ] + }, + { + "Id": "traGuild", + "Name": "Gremio de exploradores", + "Description": "Una asociación mutua de investigadores y exploradores. El gremio de exploradores sirve para poner en contacto a aquellos que necesitan datos con aquellos que los recopilan.\n\nLa afiliación está ampliamente dividida entre instituciones científicas, sociedades geográficas, compañías de tecnología y exploradores individuales ocasionales. El gremio ofrece recursos combinados, laboratorios compartidos, ciclos de conferencias y condecoraciones anuales.", + "Missions": [ + { + "Name": "Estatus", + "Icon": "faction/MEDAL.EXPLORERGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "Odioso", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "Hostil", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "Desconocido", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "Iniciado", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "Aprendiz", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "Oficial", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Asociado", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Sénior", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Maestro", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Anciano", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.EXPLORERGOLD.png", + "Name": "Eminente", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Misiones completadas", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Criaturas raras escaneadas", + "Icon": "faction/MEDAL.CREATURESGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.CREATUREOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 25 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 35 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 45 + }, + { + "Icon": "faction/MEDAL.CREATURESGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + } + ] + }, + { + "Name": "Exploración espacial", + "Icon": "faction/MEDAL.WARPSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WARPSOFF.png", + "Name": "ASTRÓNOMO", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "VANGUARDISTA", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "BUSCADOR", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "TRANSPOSICIONADO", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "TOPÓGRAFO", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "TROTAMUNDOS", + "RequiredProgress": 25 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "NAVEGANTE", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "PIONERO", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "EXPLORADOR", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "SUPERVISOR", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.WARPSGOLD.png", + "Name": "DESCUBRIDOR", + "RequiredProgress": 75 + } + ] + } + ] + } + ] +} \ 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 8f09ba73..e33594f4 100644 --- a/assets/json/es-la/Others.lang.json +++ b/assets/json/es-la/Others.lang.json @@ -9,10 +9,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -34,10 +34,10 @@ "MaxStackSize": 20.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/2.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -59,11 +59,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/other/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -83,11 +83,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/other/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -107,10 +107,10 @@ "MaxStackSize": 20.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/other/5.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -130,10 +130,10 @@ "MaxStackSize": 20.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/6.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -153,10 +153,10 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/7.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -176,10 +176,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -198,9 +199,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -219,9 +220,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -240,9 +241,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -261,9 +263,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -282,9 +284,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -303,9 +305,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -324,9 +327,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -345,9 +349,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -366,9 +371,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,9 +393,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -408,9 +414,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -429,9 +435,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -450,9 +457,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,9 +479,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -492,9 +501,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -513,9 +522,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -534,9 +544,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -555,9 +565,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -576,9 +586,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -597,9 +607,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -618,9 +629,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -639,9 +651,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -660,9 +672,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -681,9 +694,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -702,9 +715,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -723,9 +736,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -744,9 +757,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -765,9 +778,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -786,9 +799,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -807,10 +820,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -829,9 +842,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -850,10 +863,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -872,9 +885,9 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -893,9 +906,9 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -914,9 +927,9 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -935,9 +948,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -956,9 +969,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -977,9 +990,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1003,9 +1016,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1029,9 +1042,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1055,9 +1068,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1081,9 +1094,10 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1107,9 +1121,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1133,9 +1147,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1154,9 +1168,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1175,9 +1189,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1196,9 +1210,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1217,9 +1231,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1238,9 +1252,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1259,9 +1273,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1280,9 +1294,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1301,9 +1315,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1322,9 +1336,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1343,9 +1357,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1364,9 +1378,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1385,9 +1399,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1406,9 +1420,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1427,9 +1441,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1448,9 +1462,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1469,9 +1483,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1490,9 +1504,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1511,9 +1525,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1532,9 +1546,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1553,9 +1567,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1574,9 +1588,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1595,9 +1609,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1616,9 +1630,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1637,9 +1651,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1658,9 +1672,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1679,9 +1693,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1700,9 +1714,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1730,9 +1744,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1756,9 +1770,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1782,9 +1796,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1808,9 +1822,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1834,9 +1848,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1860,9 +1874,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1886,9 +1900,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1912,9 +1926,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1938,9 +1952,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1964,9 +1978,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1985,9 +1999,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2006,9 +2020,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2027,9 +2041,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2047,9 +2061,9 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "311A49", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2070,9 +2084,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2096,9 +2110,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2122,9 +2136,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2148,9 +2162,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2174,9 +2188,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2200,9 +2214,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2221,9 +2235,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2242,9 +2256,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2263,9 +2277,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2284,9 +2298,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2305,9 +2319,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2326,9 +2340,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2347,9 +2361,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2368,9 +2382,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2389,9 +2403,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2410,9 +2424,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2431,9 +2445,10 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2452,9 +2467,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2473,10 +2488,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2495,9 +2510,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2516,9 +2532,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2537,9 +2554,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2558,9 +2576,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2579,9 +2598,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2605,9 +2625,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2626,9 +2647,11 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2647,9 +2670,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2668,9 +2693,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2689,9 +2716,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2710,9 +2739,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2736,9 +2766,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2757,9 +2787,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2778,9 +2808,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2799,9 +2829,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2820,9 +2850,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2841,9 +2871,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2862,9 +2892,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2883,9 +2913,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2904,9 +2934,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2925,9 +2955,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2946,9 +2976,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2967,9 +2997,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2987,7 +3017,10 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [ + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3005,7 +3038,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3023,7 +3056,9 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [ + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3041,7 +3076,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3059,7 +3094,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3077,7 +3112,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3095,9 +3130,9 @@ "BaseValueUnits": 80.0, "CurrencyType": "Quicksilver", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3117,9 +3152,9 @@ "BaseValueUnits": 3200.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3138,9 +3173,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3159,9 +3195,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3180,9 +3217,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3218,9 +3256,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3239,9 +3278,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3265,9 +3305,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3286,9 +3327,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3307,9 +3349,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3328,9 +3371,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3349,9 +3393,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3370,9 +3415,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3391,9 +3437,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3412,9 +3459,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3433,9 +3481,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3454,9 +3503,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3475,9 +3525,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3496,9 +3547,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3517,9 +3569,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3538,9 +3591,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3559,9 +3613,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3580,9 +3635,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3601,9 +3657,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3622,9 +3679,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3643,9 +3701,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3669,9 +3727,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,9 +3753,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3721,9 +3779,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3747,9 +3805,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3773,9 +3831,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3799,9 +3857,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3825,9 +3883,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3851,9 +3909,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3877,9 +3935,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3903,9 +3961,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3929,9 +3987,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3955,9 +4013,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3981,9 +4039,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4002,10 +4060,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4024,10 +4082,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4046,9 +4104,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4067,9 +4126,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4088,9 +4148,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4109,9 +4170,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4135,9 +4197,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4156,9 +4219,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4177,9 +4241,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4198,9 +4263,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4224,9 +4290,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4260,9 +4327,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4281,9 +4348,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4302,9 +4369,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4323,9 +4390,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4344,9 +4411,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4365,10 +4432,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4389,10 +4456,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4413,10 +4480,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4437,10 +4504,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4461,10 +4528,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4485,9 +4552,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4506,9 +4574,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4527,9 +4596,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4548,9 +4618,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4574,9 +4645,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4595,9 +4667,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/es-la/Products.lang.json b/assets/json/es-la/Products.lang.json index 896ec5e4..4636e330 100644 --- a/assets/json/es-la/Products.lang.json +++ b/assets/json/es-la/Products.lang.json @@ -10,11 +10,11 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -43,10 +43,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -76,13 +76,13 @@ "Colour": "F3A923", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/products/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -107,10 +107,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/4.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -130,11 +131,11 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -159,10 +160,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -187,10 +188,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -219,10 +220,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -242,10 +244,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/9.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -265,10 +268,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/10.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -288,13 +292,13 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -319,10 +323,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/12.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -351,10 +355,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/13.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -383,10 +387,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/14.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -415,10 +419,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/15.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -447,10 +451,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/16.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -479,13 +483,13 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 0, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -514,12 +518,12 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -548,14 +552,14 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -584,13 +588,13 @@ "MaxStackSize": 100.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -619,10 +623,11 @@ "MaxStackSize": 100.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/21.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -642,11 +647,11 @@ "MaxStackSize": 50.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/22.png", - "Usages": { - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -675,14 +680,14 @@ "MaxStackSize": 100.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -711,10 +716,11 @@ "MaxStackSize": 100.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/24.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -734,10 +740,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/25.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -766,10 +772,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/26.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -798,10 +804,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -830,13 +836,13 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/28.png", - "Usages": { - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -865,12 +871,12 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/29.png", - "Usages": { - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -903,11 +909,11 @@ "MaxStackSize": 5000.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/products/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "CraftingOutputAmount": 1250, "BlueprintCost": 1, "BlueprintCostType": "None", @@ -933,9 +939,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -955,9 +962,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -977,9 +985,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -999,9 +1008,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -1021,9 +1031,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -1043,9 +1054,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1065,11 +1077,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/49.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1098,10 +1110,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/51.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -1130,10 +1142,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/52.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1162,10 +1174,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/53.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -1194,11 +1206,11 @@ "MaxStackSize": 25.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/54.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1223,11 +1235,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/55.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1252,10 +1264,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/56.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1284,11 +1296,11 @@ "MaxStackSize": 20.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/57.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1317,10 +1329,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/58.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1349,12 +1361,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/59.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1383,12 +1395,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/60.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1417,12 +1429,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/61.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1451,11 +1463,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/62.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1484,10 +1496,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/63.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1516,11 +1528,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/64.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1549,11 +1561,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/65.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1582,10 +1594,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/66.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1614,11 +1626,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/67.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1647,10 +1659,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/68.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1679,10 +1691,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/69.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1711,10 +1723,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/70.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1743,13 +1755,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/71.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1778,13 +1790,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/72.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1813,13 +1825,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/73.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1848,13 +1860,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/74.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1883,13 +1895,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/75.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1918,13 +1930,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/76.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1953,12 +1965,12 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/77.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1991,12 +2003,12 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/78.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2029,9 +2041,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/79.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2064,9 +2076,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/80.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2099,10 +2111,10 @@ "MaxStackSize": 20.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/81.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2122,9 +2134,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/82.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2144,9 +2156,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/83.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2166,9 +2178,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/84.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2188,9 +2200,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/85.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2210,9 +2222,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/86.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2232,9 +2244,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/87.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2254,9 +2266,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/88.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2276,9 +2288,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/89.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2298,9 +2310,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/90.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2333,9 +2345,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/91.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2368,9 +2380,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/92.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2403,9 +2415,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/93.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2434,9 +2446,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/94.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2455,9 +2467,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2476,9 +2488,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2497,9 +2509,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2519,10 +2531,10 @@ "MaxStackSize": 150.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/98.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2541,10 +2553,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2675,9 +2687,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2696,9 +2708,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2717,9 +2729,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2738,10 +2750,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2762,10 +2774,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2786,10 +2798,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2810,10 +2822,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2845,10 +2857,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2880,10 +2892,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2911,10 +2923,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2946,10 +2958,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2981,11 +2993,11 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3006,11 +3018,11 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3030,10 +3042,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3051,10 +3063,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3072,10 +3084,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3093,10 +3105,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3114,10 +3126,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3135,10 +3147,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3156,10 +3168,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3177,10 +3189,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3198,10 +3210,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3219,10 +3231,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3240,10 +3252,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3261,10 +3273,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3282,10 +3294,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3303,10 +3315,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3324,10 +3336,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3345,10 +3357,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3366,10 +3378,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3387,10 +3399,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3408,10 +3420,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3429,10 +3441,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3450,10 +3462,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3471,10 +3483,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3492,10 +3504,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3513,10 +3525,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3534,10 +3546,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3555,10 +3567,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3576,10 +3588,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3597,10 +3609,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3619,10 +3631,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3643,11 +3655,11 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3666,10 +3678,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3689,10 +3701,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3710,10 +3722,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3731,10 +3743,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3752,10 +3764,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3773,10 +3785,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3796,10 +3808,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3819,11 +3831,11 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3841,11 +3853,11 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3863,12 +3875,12 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3886,10 +3898,10 @@ "BaseValueUnits": 3200.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3922,10 +3934,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3943,10 +3955,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3964,10 +3976,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3985,10 +3997,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4006,10 +4018,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4027,10 +4039,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4048,10 +4060,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/es-la/RawMaterials.lang.json b/assets/json/es-la/RawMaterials.lang.json index 49e29a72..ce10bcce 100644 --- a/assets/json/es-la/RawMaterials.lang.json +++ b/assets/json/es-la/RawMaterials.lang.json @@ -12,15 +12,15 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -42,15 +42,15 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -71,14 +71,14 @@ "MaxStackSize": 9999.0, "Colour": "BB3830", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -99,12 +99,12 @@ "MaxStackSize": 9999.0, "Colour": "DEDCD1", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -125,14 +125,14 @@ "MaxStackSize": 9999.0, "Colour": "355A7D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -153,13 +153,13 @@ "MaxStackSize": 9999.0, "Colour": "355A7D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -180,13 +180,13 @@ "MaxStackSize": 9999.0, "Colour": "DEDCD1", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -207,13 +207,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/8.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -234,13 +234,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/9.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -261,13 +261,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/10.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -288,12 +288,12 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -314,14 +314,14 @@ "MaxStackSize": 9999.0, "Colour": "F26D15", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/12.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -342,14 +342,14 @@ "MaxStackSize": 9999.0, "Colour": "F26D15", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/13.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -370,13 +370,13 @@ "MaxStackSize": 9999.0, "Colour": "005C83", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/14.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -397,13 +397,13 @@ "MaxStackSize": 9999.0, "Colour": "005C83", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/15.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -425,14 +425,14 @@ "Colour": "1E8A42", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/16.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -453,13 +453,13 @@ "MaxStackSize": 9999.0, "Colour": "1E8A42", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -480,12 +480,12 @@ "MaxStackSize": 9999.0, "Colour": "1E8A42", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -506,13 +506,13 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -533,13 +533,13 @@ "MaxStackSize": 9999.0, "Colour": "7B0000", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -560,13 +560,13 @@ "MaxStackSize": 9999.0, "Colour": "36611C", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/21.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -587,13 +587,13 @@ "MaxStackSize": 9999.0, "Colour": "01387D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/22.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -615,15 +615,15 @@ "Colour": "260000", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -644,13 +644,13 @@ "MaxStackSize": 9999.0, "Colour": "4E404F", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/24.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -671,14 +671,14 @@ "MaxStackSize": 9999.0, "Colour": "E57002", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/25.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -699,14 +699,14 @@ "MaxStackSize": 9999.0, "Colour": "00A64D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/26.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -727,14 +727,14 @@ "MaxStackSize": 9999.0, "Colour": "FFAD00", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/27.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -755,14 +755,14 @@ "MaxStackSize": 9999.0, "Colour": "1E4FD0", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/28.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -783,14 +783,14 @@ "MaxStackSize": 9999.0, "Colour": "DB2400", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/29.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -812,15 +812,15 @@ "Colour": "512741", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -841,13 +841,13 @@ "MaxStackSize": 9999.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/31.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -868,14 +868,14 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/32.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -896,14 +896,14 @@ "MaxStackSize": 9999.0, "Colour": "AA6E06", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/33.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -924,13 +924,13 @@ "MaxStackSize": 9999.0, "Colour": "507575", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/34.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -951,13 +951,13 @@ "MaxStackSize": 9999.0, "Colour": "265E3A", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/35.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -978,13 +978,13 @@ "MaxStackSize": 9999.0, "Colour": "4C3780", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/36.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1005,13 +1005,13 @@ "MaxStackSize": 9999.0, "Colour": "DE921F", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/37.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1032,12 +1032,12 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/38.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1058,11 +1058,11 @@ "MaxStackSize": 9999.0, "Colour": "7B0000", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/39.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1083,11 +1083,11 @@ "MaxStackSize": 9999.0, "Colour": "36611C", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/40.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1108,11 +1108,11 @@ "MaxStackSize": 9999.0, "Colour": "01387D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/41.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1134,14 +1134,14 @@ "Colour": "00A64D", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/42.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1163,14 +1163,14 @@ "Colour": "1E4FD0", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/43.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1192,14 +1192,14 @@ "Colour": "C5871D", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/44.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1221,14 +1221,14 @@ "Colour": "239626", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/45.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1250,14 +1250,14 @@ "Colour": "B94318", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/46.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1279,14 +1279,14 @@ "Colour": "208DAB", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/47.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1308,13 +1308,13 @@ "Colour": "5B6F35", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/48.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1336,13 +1336,13 @@ "Colour": "005C83", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/49.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1364,14 +1364,14 @@ "Colour": "79502E", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/50.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1392,12 +1392,12 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/51.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,13 +1418,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/52.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1445,12 +1445,12 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/53.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1471,13 +1471,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/54.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1498,13 +1498,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/55.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1525,11 +1525,11 @@ "MaxStackSize": 9999.0, "Colour": "1E354E", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/56.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1550,9 +1550,9 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1573,9 +1573,9 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1596,10 +1596,10 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/59.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1620,10 +1620,10 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/60.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1643,11 +1643,11 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "1A2733", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1667,10 +1667,10 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "DEDCD1", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1690,9 +1690,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1712,9 +1712,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1734,9 +1734,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1756,9 +1756,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1778,9 +1778,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1800,9 +1800,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1822,11 +1822,11 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "512741", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/es-la/Technology.lang.json b/assets/json/es-la/Technology.lang.json index 2f18a3e6..ee7e5454 100644 --- a/assets/json/es-la/Technology.lang.json +++ b/assets/json/es-la/Technology.lang.json @@ -8,10 +8,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -34,9 +34,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -63,10 +63,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -89,9 +89,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -114,9 +114,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -139,9 +139,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -168,9 +168,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 200, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -197,10 +197,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -231,10 +231,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -265,10 +265,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -299,10 +299,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -333,9 +333,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -366,9 +366,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -395,9 +395,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -424,9 +424,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -457,9 +457,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -486,9 +486,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 350, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -519,9 +519,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 240, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -552,9 +552,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -577,9 +577,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 310, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -610,9 +610,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 580, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -643,9 +643,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -672,10 +672,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -702,9 +702,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -731,10 +731,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -761,9 +761,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -794,9 +794,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -827,9 +827,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -856,10 +856,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -886,9 +886,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -915,9 +915,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -944,9 +944,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 200, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -973,10 +973,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1003,9 +1003,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 85, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1036,9 +1036,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 100, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1065,9 +1065,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 50, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1094,9 +1094,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1123,9 +1123,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1152,9 +1152,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1181,9 +1181,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1210,9 +1210,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1239,9 +1239,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1268,9 +1268,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1297,9 +1297,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1326,9 +1326,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 75, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1359,9 +1359,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1388,9 +1388,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1417,10 +1417,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1451,9 +1451,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1476,9 +1476,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1505,9 +1505,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1530,9 +1530,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1559,9 +1559,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1592,9 +1592,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1621,9 +1621,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1646,9 +1646,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1671,9 +1671,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1700,9 +1700,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 320, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1733,9 +1733,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 50, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1762,9 +1762,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1791,9 +1791,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1820,10 +1820,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1846,9 +1846,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 75, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1879,9 +1879,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1912,9 +1912,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1941,9 +1941,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1970,9 +1970,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1995,9 +1995,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2020,10 +2020,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2054,10 +2054,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2084,10 +2084,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2118,9 +2118,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2147,9 +2147,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2176,9 +2176,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2205,9 +2205,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2234,9 +2234,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2263,9 +2263,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2288,9 +2288,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2313,9 +2313,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2346,9 +2346,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2371,9 +2371,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2404,9 +2404,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2437,9 +2437,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2466,9 +2466,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2499,9 +2499,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2532,9 +2532,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2565,9 +2565,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2594,9 +2594,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 320, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2627,9 +2627,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2660,9 +2660,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2693,9 +2693,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2722,9 +2722,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2751,10 +2751,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2781,9 +2781,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2814,9 +2814,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 450, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2847,9 +2847,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2880,9 +2880,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 350, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2913,9 +2913,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2938,9 +2938,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2963,9 +2963,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2988,9 +2988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3017,9 +3017,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3042,9 +3042,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3067,9 +3067,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3092,9 +3092,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3121,9 +3121,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3146,9 +3146,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3171,9 +3171,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3196,9 +3196,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3221,9 +3221,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3246,9 +3246,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3275,9 +3275,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3300,9 +3300,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3325,9 +3325,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3350,9 +3350,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3375,9 +3375,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3404,9 +3404,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3429,9 +3429,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3458,9 +3458,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3487,9 +3487,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3516,9 +3516,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3545,9 +3545,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3570,9 +3570,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3595,9 +3595,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3620,9 +3620,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3645,9 +3645,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3670,9 +3670,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,9 +3695,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3728,9 +3728,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3761,9 +3761,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3794,9 +3794,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3827,9 +3827,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3860,9 +3860,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3893,9 +3893,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3926,9 +3926,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 360, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3955,9 +3955,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3988,9 +3988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4021,9 +4021,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 240, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4054,9 +4054,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4087,9 +4087,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4116,9 +4116,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4145,9 +4145,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4170,9 +4170,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4199,9 +4199,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4232,9 +4232,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4265,9 +4265,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4294,9 +4294,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4327,9 +4327,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4356,9 +4356,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4385,9 +4385,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4418,9 +4418,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4451,10 +4451,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4481,10 +4481,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4511,10 +4511,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4541,10 +4541,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4571,9 +4571,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4600,9 +4600,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4629,9 +4629,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4662,9 +4662,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4691,10 +4691,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4721,9 +4721,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4754,9 +4754,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4787,9 +4787,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4820,9 +4820,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4853,9 +4853,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4886,9 +4886,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4919,9 +4919,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4952,9 +4952,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4985,9 +4985,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5018,9 +5018,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5051,9 +5051,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5084,9 +5084,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5113,9 +5113,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5146,9 +5146,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5179,9 +5179,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5212,9 +5212,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5241,9 +5241,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5274,9 +5274,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5303,10 +5303,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5333,10 +5333,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5363,10 +5363,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5397,10 +5397,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5427,9 +5427,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5460,9 +5460,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5493,9 +5493,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5522,9 +5522,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5551,9 +5551,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5576,9 +5576,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5605,9 +5605,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5630,9 +5630,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5659,9 +5659,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5684,9 +5684,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5713,9 +5713,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5742,9 +5742,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5775,9 +5775,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5800,9 +5800,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5833,10 +5833,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5867,9 +5867,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5900,9 +5900,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5933,10 +5933,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5967,9 +5967,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6000,9 +6000,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6033,9 +6033,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 480, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6066,9 +6066,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6099,9 +6099,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6132,9 +6132,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6161,9 +6161,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 480, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/es-la/TradeItems.lang.json b/assets/json/es-la/TradeItems.lang.json index d1b637c8..d99f892b 100644 --- a/assets/json/es-la/TradeItems.lang.json +++ b/assets/json/es-la/TradeItems.lang.json @@ -10,9 +10,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/1.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -32,10 +32,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/2.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -55,10 +55,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/3.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -78,9 +78,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -100,9 +100,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -122,9 +122,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -144,9 +144,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/7.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -166,10 +166,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/8.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -189,10 +189,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/9.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -212,9 +212,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -234,9 +234,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -256,9 +256,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -278,9 +278,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -300,9 +300,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -322,9 +322,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -344,10 +344,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/16.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -367,10 +367,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/17.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -390,10 +390,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/18.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -413,10 +413,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/19.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -436,10 +436,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/20.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -459,9 +459,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -481,10 +481,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/22.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -504,9 +504,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -526,9 +526,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -548,9 +548,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -570,10 +570,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/26.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -593,9 +593,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -615,10 +615,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/28.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -638,9 +638,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -660,9 +660,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -682,9 +682,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -704,9 +704,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -726,9 +726,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -748,9 +748,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -770,9 +770,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/es-la/UpgradeModules.lang.json b/assets/json/es-la/UpgradeModules.lang.json index a10eb517..e194a9dc 100644 --- a/assets/json/es-la/UpgradeModules.lang.json +++ b/assets/json/es-la/UpgradeModules.lang.json @@ -9,10 +9,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/1.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -31,10 +31,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/2.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -53,10 +53,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/3.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -75,10 +75,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/4.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -97,10 +97,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/5.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -119,10 +119,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/6.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -141,10 +141,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/7.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -163,10 +163,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -185,10 +185,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/9.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -207,10 +207,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/10.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -229,10 +229,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/11.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -251,10 +251,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/12.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -273,10 +273,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/13.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -295,10 +295,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/14.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -317,10 +317,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/15.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -339,10 +339,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/16.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -361,10 +361,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/17.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -383,10 +383,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/18.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -405,10 +405,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/19.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -427,10 +427,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/20.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -449,10 +449,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/21.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,10 +471,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/22.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -493,10 +493,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/23.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -515,10 +515,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/24.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -537,10 +537,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/25.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -559,10 +559,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/26.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -581,10 +581,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -603,10 +603,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/28.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -625,10 +625,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/29.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -647,10 +647,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/30.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,10 +669,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/31.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -691,10 +691,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/32.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -713,10 +713,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/33.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -735,10 +735,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/34.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -757,10 +757,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/35.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -779,10 +779,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/36.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -801,10 +801,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/37.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -823,10 +823,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/38.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -845,10 +845,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/39.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -867,10 +867,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/40.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -889,10 +889,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/41.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -911,10 +911,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/42.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -933,10 +933,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/43.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -955,10 +955,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/44.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -977,10 +977,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/45.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -999,10 +999,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/46.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1021,10 +1021,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/47.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1043,10 +1043,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/48.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1065,10 +1065,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/49.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1087,10 +1087,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/50.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1109,10 +1109,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/51.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1131,10 +1131,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/52.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1153,10 +1153,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/53.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1175,10 +1175,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/54.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1197,10 +1197,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/55.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1219,10 +1219,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/56.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1241,10 +1241,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/57.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1263,10 +1263,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/58.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1285,10 +1285,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/59.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1307,10 +1307,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/60.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1329,10 +1329,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/61.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1351,10 +1351,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/62.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1373,10 +1373,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/63.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1395,10 +1395,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/64.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1417,10 +1417,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/65.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1439,10 +1439,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/66.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1461,10 +1461,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/67.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1483,10 +1483,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/68.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1505,10 +1505,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/69.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1527,10 +1527,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/70.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1549,10 +1549,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/71.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1571,10 +1571,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/72.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1593,10 +1593,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/73.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1615,10 +1615,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/74.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1637,10 +1637,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/75.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1659,10 +1659,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/76.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1681,10 +1681,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/77.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1703,10 +1703,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/78.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1725,10 +1725,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/79.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1747,10 +1747,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/80.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1769,10 +1769,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/81.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1791,10 +1791,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/82.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1813,10 +1813,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/83.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1835,10 +1835,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/84.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1857,10 +1857,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/85.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1879,10 +1879,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/86.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1901,10 +1901,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/87.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1923,10 +1923,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/88.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1945,10 +1945,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/89.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1967,10 +1967,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/90.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1989,10 +1989,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/91.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2011,10 +2011,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/92.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2033,10 +2033,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/93.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2055,10 +2055,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/94.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2077,10 +2077,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/95.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2099,10 +2099,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/96.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2121,10 +2121,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/97.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2143,10 +2143,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/98.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2165,10 +2165,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/99.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2187,10 +2187,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/100.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2209,10 +2209,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/101.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2231,10 +2231,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/102.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2253,10 +2253,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/103.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2275,10 +2275,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/104.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2297,10 +2297,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/105.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2319,10 +2319,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/106.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2341,10 +2341,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/107.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2363,10 +2363,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/108.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2385,10 +2385,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/109.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2407,10 +2407,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/110.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2429,10 +2429,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/111.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2451,10 +2451,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/112.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2473,10 +2473,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/113.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2495,10 +2495,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/114.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2517,10 +2517,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/115.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2539,10 +2539,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/116.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2561,10 +2561,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/117.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2583,10 +2583,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/118.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2605,10 +2605,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/119.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2627,10 +2627,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/120.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2649,10 +2649,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/121.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2671,10 +2671,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/122.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2693,10 +2693,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/123.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2715,10 +2715,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/124.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2737,10 +2737,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/125.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2759,10 +2759,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/126.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2781,10 +2781,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/127.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2803,10 +2803,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/128.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2825,10 +2825,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/129.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2847,10 +2847,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/130.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2869,10 +2869,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/131.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2891,10 +2891,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/132.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2913,10 +2913,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/133.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2935,10 +2935,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/134.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2957,10 +2957,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/135.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2979,10 +2979,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/136.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3001,10 +3001,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/137.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3023,10 +3023,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/138.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3044,10 +3044,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3065,10 +3065,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3086,10 +3086,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3107,10 +3107,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3128,10 +3128,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3149,10 +3149,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3170,10 +3170,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3191,10 +3191,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3212,10 +3212,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3233,10 +3233,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3254,10 +3254,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3275,10 +3275,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3296,10 +3296,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3317,10 +3317,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3338,10 +3338,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3359,10 +3359,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3380,10 +3380,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3401,10 +3401,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3422,10 +3422,10 @@ "BaseValueUnits": 600.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3443,10 +3443,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3464,10 +3464,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3485,10 +3485,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3506,10 +3506,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3527,10 +3527,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3548,10 +3548,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3569,10 +3569,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3590,10 +3590,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3611,10 +3611,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3632,10 +3632,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3653,10 +3653,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3674,10 +3674,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,10 +3695,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3716,10 +3716,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3737,10 +3737,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/es/Buildings.lang.json b/assets/json/es/Buildings.lang.json index b155cc5c..a73b98f0 100644 --- a/assets/json/es/Buildings.lang.json +++ b/assets/json/es/Buildings.lang.json @@ -35,9 +35,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/2.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -65,9 +65,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -95,9 +95,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -125,9 +125,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -151,9 +151,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -182,9 +182,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/8.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -209,9 +209,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -236,9 +236,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -263,9 +263,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -290,9 +290,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -317,9 +317,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -348,9 +348,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -375,9 +375,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -402,9 +402,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -433,9 +433,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -460,9 +460,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -487,9 +487,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -514,9 +514,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -545,9 +545,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -576,9 +576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -607,9 +607,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -638,9 +638,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,9 +669,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -696,9 +696,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -723,9 +723,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -750,9 +750,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -777,9 +777,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -804,9 +804,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -831,9 +831,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -858,9 +858,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -889,9 +889,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -916,9 +916,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -943,9 +943,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -974,9 +974,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1001,9 +1001,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1028,9 +1028,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1055,9 +1055,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/39.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1086,9 +1086,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/40.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1117,9 +1117,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1144,9 +1144,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1171,9 +1171,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1198,9 +1198,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/44.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1225,9 +1225,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/45.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1252,9 +1252,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1279,9 +1279,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1306,9 +1306,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1333,9 +1333,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1360,9 +1360,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1387,9 +1387,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,9 +1418,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/52.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1445,9 +1445,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/53.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1472,9 +1472,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/54.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1503,9 +1503,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/55.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1530,9 +1530,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/56.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1557,9 +1557,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1584,9 +1584,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1615,9 +1615,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/59.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1646,9 +1646,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/60.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1673,9 +1673,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/61.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1704,9 +1704,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/62.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1735,9 +1735,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/63.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1762,9 +1762,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/64.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1789,9 +1789,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/building/65.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1838,9 +1838,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/67.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1865,9 +1865,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/68.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1892,9 +1892,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/69.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1919,9 +1919,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/70.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1946,9 +1946,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/71.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1973,9 +1973,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/72.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2004,9 +2004,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/73.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2035,9 +2035,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/building/74.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2066,9 +2066,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/75.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2092,9 +2092,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/76.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2118,9 +2118,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/77.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2149,9 +2149,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/78.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2176,9 +2176,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/79.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2206,9 +2206,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/80.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2236,9 +2236,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/81.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2262,9 +2262,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/82.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2289,9 +2289,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/83.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2316,9 +2316,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/84.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2342,9 +2342,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/85.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2372,9 +2372,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/86.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2398,9 +2398,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/87.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2424,9 +2424,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/88.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2450,9 +2450,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/89.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2476,9 +2476,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/90.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2502,9 +2502,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/91.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2528,9 +2528,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/92.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2554,9 +2554,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/93.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2580,9 +2580,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/94.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2610,9 +2610,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/95.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2636,9 +2636,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/96.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2666,9 +2666,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/97.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2696,9 +2696,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/98.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2726,9 +2726,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/106.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2753,9 +2753,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/118.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2788,9 +2788,9 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/building/129.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2820,9 +2820,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/130.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2852,9 +2852,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/131.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2883,9 +2883,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/132.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2915,9 +2915,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/133.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2946,9 +2946,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/134.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2973,9 +2973,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/135.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3008,9 +3008,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/136.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3036,9 +3036,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/137.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3068,9 +3068,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/138.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3099,9 +3099,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/139.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3130,9 +3130,9 @@ "Colour": "095C77", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/140.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3182,9 +3182,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/142.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3209,9 +3209,9 @@ "Colour": "2C7C9F", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/145.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3239,9 +3239,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/146.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3269,9 +3269,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/147.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3299,9 +3299,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/150.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3325,9 +3325,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/151.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3351,9 +3351,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/152.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3381,9 +3381,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/153.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3411,9 +3411,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/154.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3441,9 +3441,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/155.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3493,9 +3493,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/157.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3519,9 +3519,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/158.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3549,9 +3549,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/159.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3576,9 +3576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/161.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3603,9 +3603,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/162.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3630,9 +3630,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/163.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3657,9 +3657,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/164.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3684,9 +3684,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/165.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3711,9 +3711,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/166.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3738,9 +3738,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/167.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3765,9 +3765,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/168.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3792,9 +3792,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/169.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3819,9 +3819,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/170.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3846,9 +3846,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/171.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3873,9 +3873,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/building/172.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 6, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3900,9 +3900,9 @@ "Colour": "2C7C9F", "Power": -30.0, "CdnUrl": "https://cdn.nmsassistant.com/building/173.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 6, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3926,9 +3926,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/174.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3961,9 +3961,9 @@ "Colour": "2C7C9F", "Power": -2.0, "CdnUrl": "https://cdn.nmsassistant.com/building/175.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3992,9 +3992,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/176.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4027,9 +4027,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/177.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4062,9 +4062,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/178.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4097,9 +4097,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/179.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4132,9 +4132,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/180.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4167,9 +4167,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/181.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4193,9 +4193,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/182.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4219,9 +4219,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/204.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4245,9 +4245,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/205.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4271,9 +4271,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/206.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4298,9 +4298,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/207.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4333,9 +4333,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/213.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4360,9 +4360,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/214.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4390,9 +4390,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/215.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4416,9 +4416,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/219.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4442,9 +4442,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/220.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4468,9 +4468,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/221.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4494,9 +4494,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/222.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4524,9 +4524,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/223.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4550,9 +4550,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/224.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4580,9 +4580,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/225.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4610,9 +4610,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/226.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4636,9 +4636,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/227.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4666,9 +4666,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/228.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4692,9 +4692,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/229.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4718,9 +4718,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/230.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4744,9 +4744,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/231.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4770,9 +4770,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/232.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4796,9 +4796,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/233.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4826,9 +4826,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/234.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4856,9 +4856,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/235.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4886,9 +4886,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/236.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4916,9 +4916,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/237.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4946,9 +4946,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/238.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4977,9 +4977,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/239.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5008,9 +5008,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/240.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5039,9 +5039,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/241.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5069,9 +5069,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/242.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5099,9 +5099,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/243.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5129,9 +5129,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/244.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5159,9 +5159,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/245.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5189,9 +5189,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/246.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5219,9 +5219,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/247.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5245,9 +5245,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/248.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5271,9 +5271,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/249.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5301,9 +5301,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/250.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5327,9 +5327,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/253.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5353,9 +5353,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/254.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5379,9 +5379,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/255.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5405,9 +5405,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/256.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5431,9 +5431,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/257.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5457,9 +5457,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/258.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5483,9 +5483,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/259.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5509,9 +5509,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/260.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5535,9 +5535,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/261.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5561,9 +5561,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/266.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5587,9 +5587,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5614,9 +5614,9 @@ "MaxStackSize": 5.0, "Colour": "FFFFFF", "CdnUrl": "https://cdn.nmsassistant.com/building/272.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5636,9 +5636,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/273.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5667,9 +5667,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/274.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5698,9 +5698,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/275.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5729,9 +5729,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/276.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5760,9 +5760,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/277.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5791,9 +5791,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/278.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5822,9 +5822,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/279.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5853,9 +5853,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/280.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5884,9 +5884,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/281.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5915,9 +5915,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/282.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5946,9 +5946,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/283.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5977,9 +5977,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/284.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6008,9 +6008,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/285.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6039,9 +6039,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/286.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6070,9 +6070,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/287.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6101,9 +6101,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/288.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6132,9 +6132,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/289.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6163,9 +6164,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/290.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6194,9 +6195,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/291.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6225,9 +6226,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/292.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6256,9 +6258,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/293.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6287,9 +6289,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/294.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6314,9 +6316,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/295.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6341,9 +6344,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/296.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6368,9 +6372,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/297.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6395,9 +6400,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/298.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6422,9 +6428,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/299.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6449,9 +6455,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/300.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6476,9 +6482,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/301.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6507,9 +6513,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/302.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6538,9 +6545,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/303.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6569,9 +6576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/304.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6596,9 +6603,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/305.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6623,9 +6630,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/306.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6650,9 +6657,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/307.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6677,9 +6684,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/308.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6704,9 +6711,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/309.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6732,9 +6739,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/310.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6763,9 +6770,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/311.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6790,9 +6797,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/312.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6817,9 +6824,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/313.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6844,9 +6851,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/314.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6871,9 +6878,9 @@ "MaxStackSize": 20.0, "Colour": "262626", "CdnUrl": "https://cdn.nmsassistant.com/building/315.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6893,9 +6900,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/316.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6928,9 +6935,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/317.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6963,9 +6970,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/318.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6990,9 +6997,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/319.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7017,9 +7024,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/320.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7044,9 +7051,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/321.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7072,9 +7079,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/322.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7099,9 +7106,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/324.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7130,9 +7137,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/325.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7158,9 +7165,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/326.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7184,9 +7191,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7206,9 +7213,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/328.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7237,9 +7244,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/329.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7265,9 +7272,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/330.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7291,9 +7298,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7313,9 +7320,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/332.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7344,9 +7351,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/336.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7371,9 +7378,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/337.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7398,9 +7405,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/338.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7425,9 +7432,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/339.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7452,9 +7459,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/340.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7479,9 +7486,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/341.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7506,9 +7513,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/342.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7533,9 +7540,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/343.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7560,9 +7567,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/344.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7587,9 +7594,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/345.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7614,9 +7621,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/346.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7641,9 +7648,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/347.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7668,9 +7675,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/348.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7695,9 +7702,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/359.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7721,9 +7728,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/360.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7756,9 +7763,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/361.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7778,9 +7785,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/362.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7809,9 +7816,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/363.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7831,9 +7838,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/364.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7853,9 +7860,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/365.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7875,9 +7882,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/366.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7897,9 +7905,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/367.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7919,9 +7928,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/368.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7941,9 +7951,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/369.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7968,9 +7979,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/370.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7995,9 +8006,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/371.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8022,9 +8033,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/372.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8049,9 +8060,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/373.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8076,9 +8087,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/374.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8103,9 +8114,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/375.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8130,9 +8141,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/376.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8157,9 +8168,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/377.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8184,9 +8195,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/378.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8211,9 +8222,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/379.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8238,9 +8249,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/380.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8265,9 +8276,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/381.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8292,9 +8303,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/382.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8319,9 +8330,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/383.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8346,9 +8357,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/384.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8373,9 +8384,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/385.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8400,9 +8411,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/386.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8427,9 +8438,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/387.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8454,9 +8465,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/388.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8481,9 +8492,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/389.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8503,9 +8514,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/390.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8525,9 +8536,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/391.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8547,9 +8558,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/392.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8569,9 +8580,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/393.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8591,9 +8602,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/394.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8612,9 +8623,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/395.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 15, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -8647,9 +8658,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/396.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -8680,9 +8691,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8709,9 +8720,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8738,9 +8749,9 @@ "BaseValueUnits": 300.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8767,9 +8778,9 @@ "BaseValueUnits": 300.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8792,9 +8803,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8817,9 +8828,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8842,9 +8853,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8867,9 +8878,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8892,9 +8903,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8917,9 +8928,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8942,9 +8953,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8967,9 +8978,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8992,9 +9003,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9017,9 +9028,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9047,9 +9058,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9073,9 +9085,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9099,9 +9111,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9125,9 +9137,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9151,9 +9163,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9172,9 +9184,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9193,9 +9205,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9219,9 +9231,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9249,9 +9261,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9275,9 +9287,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9301,9 +9313,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9327,9 +9339,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9348,9 +9361,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9374,9 +9388,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9400,9 +9415,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9426,9 +9442,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9452,9 +9469,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9478,9 +9496,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9504,9 +9523,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9530,9 +9549,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9560,9 +9579,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9590,9 +9609,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9616,9 +9635,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9642,9 +9661,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9668,9 +9687,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9694,10 +9713,10 @@ "CurrencyType": "None", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9718,9 +9737,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9744,9 +9763,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9770,9 +9789,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9796,9 +9815,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9822,9 +9841,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9848,9 +9867,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9874,9 +9893,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9900,9 +9919,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9926,9 +9945,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9952,9 +9971,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9978,9 +9997,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10004,9 +10023,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10030,9 +10049,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10056,9 +10075,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10083,9 +10102,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10109,9 +10128,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10135,9 +10154,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10161,9 +10180,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10187,9 +10206,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10213,9 +10232,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10239,9 +10258,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10265,9 +10284,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10291,9 +10310,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10317,9 +10336,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10343,9 +10362,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10369,9 +10388,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10395,9 +10414,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10421,9 +10440,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10447,9 +10466,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10473,9 +10492,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10499,9 +10518,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10525,9 +10544,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10551,9 +10570,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10577,9 +10596,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10603,9 +10622,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10629,9 +10648,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10655,9 +10674,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10681,9 +10700,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10707,9 +10726,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10733,9 +10752,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10759,9 +10778,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10785,9 +10804,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10811,9 +10830,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10837,9 +10856,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10863,9 +10882,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10889,9 +10908,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10915,9 +10934,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10941,9 +10960,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10967,9 +10986,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10993,9 +11012,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11019,9 +11038,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11045,9 +11064,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11071,9 +11090,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11097,9 +11116,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11123,9 +11142,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11149,9 +11168,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11175,9 +11194,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11201,9 +11220,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11227,9 +11246,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11253,9 +11272,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11279,9 +11298,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11305,9 +11324,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11331,9 +11350,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11357,9 +11376,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11383,9 +11402,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11409,9 +11428,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11435,9 +11454,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11461,9 +11480,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11487,9 +11506,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11513,9 +11532,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11539,9 +11558,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11565,9 +11584,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11591,9 +11610,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11617,9 +11636,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11643,9 +11662,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11669,9 +11688,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11695,9 +11714,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11721,9 +11740,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11747,9 +11766,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11773,9 +11792,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11799,9 +11818,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11825,9 +11844,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11851,9 +11870,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11877,9 +11896,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11903,9 +11922,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11929,9 +11948,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11955,9 +11974,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11981,9 +12000,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12007,9 +12026,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12033,9 +12052,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12059,9 +12078,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12085,9 +12104,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12111,9 +12130,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12137,9 +12156,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12163,9 +12182,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12189,9 +12208,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12215,9 +12234,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12241,9 +12260,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12267,9 +12286,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12293,9 +12312,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12319,9 +12338,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12345,9 +12364,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12371,9 +12390,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12397,9 +12416,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12423,9 +12442,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12449,9 +12468,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12475,9 +12494,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12501,9 +12520,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12527,9 +12546,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12553,9 +12572,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12579,9 +12598,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12605,9 +12624,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12635,9 +12654,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12665,9 +12684,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12695,9 +12714,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12725,9 +12744,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12755,9 +12774,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12785,9 +12804,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12811,9 +12830,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12837,9 +12856,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12863,9 +12882,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12889,9 +12908,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12915,9 +12934,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12945,9 +12964,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12975,9 +12994,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13005,9 +13024,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13035,9 +13054,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13065,9 +13084,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13095,9 +13114,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13125,9 +13144,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13155,9 +13174,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13185,9 +13204,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13215,9 +13234,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13245,9 +13264,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13271,9 +13290,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13301,9 +13320,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13327,9 +13346,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13357,9 +13376,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13387,9 +13406,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13417,9 +13436,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13443,9 +13462,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13469,9 +13488,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13495,9 +13514,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13521,9 +13540,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13547,9 +13566,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13578,9 +13597,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13604,9 +13623,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13630,9 +13649,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13656,9 +13675,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13682,9 +13701,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13708,9 +13727,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13734,9 +13753,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13760,9 +13779,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13786,9 +13805,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13812,9 +13831,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13838,9 +13857,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13864,9 +13883,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13894,9 +13913,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13924,9 +13943,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13954,9 +13973,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13984,9 +14003,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14014,9 +14033,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14044,9 +14063,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14070,9 +14089,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14096,9 +14115,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14122,9 +14141,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14148,9 +14167,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14178,9 +14197,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14208,9 +14227,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14238,9 +14257,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14268,9 +14287,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14298,9 +14317,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14328,9 +14347,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14358,9 +14377,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14388,9 +14407,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14418,9 +14437,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14448,9 +14467,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14478,9 +14497,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14508,9 +14527,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14538,9 +14557,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14568,9 +14587,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14594,9 +14613,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14624,9 +14643,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14650,9 +14669,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14676,9 +14695,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14706,9 +14725,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14736,9 +14755,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14762,9 +14781,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14788,9 +14807,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14814,9 +14833,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14840,9 +14859,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14866,9 +14885,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14896,9 +14915,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14922,9 +14941,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14948,9 +14967,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14974,9 +14993,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15000,9 +15019,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15026,9 +15045,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15052,9 +15071,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15078,9 +15097,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15104,9 +15123,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15130,9 +15149,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15156,9 +15175,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15182,9 +15201,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15212,9 +15231,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15242,9 +15261,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15272,9 +15291,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15302,9 +15321,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15332,9 +15351,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15362,9 +15381,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15388,9 +15407,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15414,9 +15433,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15440,9 +15459,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15466,9 +15485,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15496,9 +15515,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15526,9 +15545,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15556,9 +15575,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15582,9 +15601,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15608,9 +15627,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15638,9 +15657,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15664,9 +15683,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15690,9 +15709,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15716,9 +15735,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15742,9 +15761,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15768,9 +15787,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15794,9 +15813,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15820,9 +15839,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15846,9 +15865,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15872,9 +15891,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15898,9 +15917,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15924,9 +15943,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15950,9 +15969,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15980,9 +15999,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16010,9 +16029,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16040,9 +16059,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16066,9 +16085,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16092,9 +16111,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16118,9 +16137,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16144,9 +16163,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16170,9 +16189,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16200,9 +16219,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16226,9 +16245,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16252,9 +16271,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16278,9 +16297,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16304,9 +16323,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16338,9 +16358,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16364,9 +16385,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16385,9 +16406,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16406,9 +16427,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16426,9 +16447,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16452,9 +16473,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16477,9 +16498,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16506,9 +16527,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16535,9 +16556,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16565,9 +16586,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -10.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16590,9 +16611,9 @@ "BaseValueUnits": 2.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16615,9 +16636,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16640,9 +16661,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16665,9 +16686,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16691,9 +16712,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16717,9 +16738,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16742,9 +16763,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16767,9 +16788,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16792,9 +16813,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16817,9 +16838,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16842,9 +16863,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16867,9 +16888,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16892,9 +16913,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16917,9 +16938,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16942,9 +16963,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16967,9 +16988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16992,9 +17013,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17017,9 +17038,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17042,9 +17063,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17067,9 +17088,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17092,9 +17113,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17117,9 +17138,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17142,9 +17163,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17167,9 +17188,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17192,9 +17213,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17217,9 +17238,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17242,9 +17263,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17267,9 +17288,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17292,9 +17313,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17318,9 +17339,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17344,9 +17365,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17370,9 +17391,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17396,9 +17417,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17417,9 +17439,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17443,9 +17466,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17469,9 +17493,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17495,9 +17520,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17521,9 +17546,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17547,9 +17572,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/es/ConstructedTechnology.lang.json b/assets/json/es/ConstructedTechnology.lang.json index 42710a02..e0347f8d 100644 --- a/assets/json/es/ConstructedTechnology.lang.json +++ b/assets/json/es/ConstructedTechnology.lang.json @@ -9,9 +9,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/1.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -35,9 +35,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/2.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -70,9 +70,9 @@ "Colour": "2C7C9F", "Power": -15.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -101,9 +101,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -136,9 +136,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -170,9 +170,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -200,9 +200,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/7.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -230,9 +230,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/8.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -264,9 +264,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 20, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -299,9 +299,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -333,9 +333,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -367,9 +367,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -397,9 +397,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -427,9 +427,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -457,9 +457,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -492,9 +492,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -518,9 +518,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -553,9 +553,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -588,9 +588,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -622,9 +622,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -652,9 +652,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -678,9 +678,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -712,9 +712,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -746,9 +746,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -780,9 +780,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -814,9 +814,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -848,9 +848,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -882,9 +882,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -912,9 +912,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -942,9 +942,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -972,9 +972,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1002,9 +1002,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1033,9 +1033,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1068,9 +1068,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1103,9 +1103,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1137,9 +1137,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1167,9 +1167,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/39.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1193,9 +1193,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/40.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1227,9 +1227,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1261,9 +1261,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1296,9 +1296,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1331,9 +1331,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/44.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1366,9 +1366,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/45.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1402,9 +1402,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1434,9 +1434,9 @@ "Colour": "2C7C9F", "Power": 100.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1465,9 +1465,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1492,9 +1492,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1524,9 +1524,9 @@ "Colour": "2C7C9F", "Power": 50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1560,9 +1560,9 @@ "Colour": "2C7C9F", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1596,9 +1596,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/52.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1627,9 +1627,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/53.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1649,9 +1649,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/54.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1671,9 +1671,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/55.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1702,9 +1702,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/56.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1733,9 +1733,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1764,9 +1764,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1791,9 +1791,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/59.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1818,9 +1818,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/60.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1849,9 +1849,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/61.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1880,9 +1880,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/62.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1914,9 +1914,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/63.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1948,10 +1948,10 @@ "CurrencyType": "None", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1970,9 +1970,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2000,9 +2000,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2030,9 +2030,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2060,9 +2060,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2090,9 +2090,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2120,9 +2120,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2150,9 +2150,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2180,9 +2180,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2210,9 +2210,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2240,9 +2240,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2269,9 +2269,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2298,9 +2298,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2327,9 +2327,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2356,9 +2356,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2385,9 +2385,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2414,9 +2414,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2443,9 +2443,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2472,9 +2472,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2501,9 +2501,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2530,9 +2530,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/es/Cooking.lang.json b/assets/json/es/Cooking.lang.json index 5b5b60e3..cf34a727 100644 --- a/assets/json/es/Cooking.lang.json +++ b/assets/json/es/Cooking.lang.json @@ -11,13 +11,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/1.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -40,13 +40,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/2.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -69,13 +69,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/3.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -98,13 +98,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/4.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -127,13 +127,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/5.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -156,13 +156,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/6.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -185,13 +185,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/7.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -214,13 +214,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/8.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -243,13 +243,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/9.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -272,13 +272,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/10.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -301,13 +301,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/11.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -330,13 +330,13 @@ "Colour": "007951", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/12.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -359,12 +359,12 @@ "Colour": "007953", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/13.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,12 +387,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/14.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -415,12 +415,12 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/15.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -443,12 +443,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/16.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,13 +471,13 @@ "Colour": "DB2400", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/17.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -500,12 +500,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/18.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -528,12 +528,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/19.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -556,12 +556,12 @@ "Colour": "007951", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/20.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -584,12 +584,12 @@ "Colour": "007951", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/21.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -612,12 +612,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/22.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -640,13 +640,13 @@ "Colour": "79502E", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/23.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,12 +669,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/24.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -697,12 +697,12 @@ "Colour": "007953", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/25.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -725,13 +725,13 @@ "Colour": "79502E", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/26.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -754,12 +754,12 @@ "Colour": "007952", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/27.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -782,13 +782,13 @@ "Colour": "7B0000", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/28.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -811,13 +811,13 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/29.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -840,12 +840,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/30.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -868,12 +868,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/31.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -896,12 +896,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/32.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -924,12 +924,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/33.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -952,12 +952,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/34.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -980,12 +980,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/35.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1008,12 +1008,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/36.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1036,12 +1036,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/37.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1064,12 +1064,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/38.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1092,12 +1092,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/39.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1120,14 +1120,14 @@ "Colour": "7B0000", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/40.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1150,12 +1150,12 @@ "Colour": "DEDCD1", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/41.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1178,12 +1178,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/42.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1206,12 +1206,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/43.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1234,12 +1234,12 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/44.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1262,12 +1262,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/45.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1290,12 +1290,12 @@ "Colour": "DEDCD1", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/46.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1318,13 +1318,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/47.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1347,12 +1347,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/48.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1375,13 +1375,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/49.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1404,13 +1404,13 @@ "Colour": "095C77", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/50.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1433,13 +1433,13 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/51.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1462,13 +1462,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/52.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1491,13 +1491,13 @@ "Colour": "DB2400", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/53.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1520,13 +1520,13 @@ "Colour": "007953", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/54.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1549,13 +1549,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/55.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1578,13 +1578,13 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/56.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1607,13 +1607,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/57.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1636,13 +1636,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/58.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1665,13 +1665,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/59.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1694,13 +1694,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/60.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1723,12 +1723,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/61.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1751,12 +1751,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/62.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1779,12 +1779,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/63.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1807,12 +1807,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/64.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1835,13 +1835,13 @@ "Colour": "007953", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/65.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1864,12 +1864,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/66.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1892,12 +1892,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/67.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1920,12 +1920,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/68.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1948,12 +1948,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/69.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1976,13 +1976,13 @@ "Colour": "BB3830", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/70.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2005,12 +2005,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/71.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2033,12 +2033,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/72.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2061,12 +2061,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/73.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2089,12 +2089,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/74.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2117,12 +2117,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/75.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2145,12 +2145,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/76.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2173,13 +2173,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/77.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2202,13 +2202,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/78.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2231,13 +2231,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/79.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2260,13 +2260,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/80.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2289,13 +2289,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/81.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2318,13 +2318,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/82.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2347,13 +2347,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/83.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2376,13 +2376,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/84.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2405,13 +2405,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/85.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2434,13 +2434,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/86.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2463,13 +2463,13 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/87.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2492,13 +2492,13 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/88.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2521,13 +2521,13 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/89.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2550,13 +2550,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/90.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2579,13 +2579,13 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/91.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2608,13 +2608,13 @@ "Colour": "79502E", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/92.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2637,12 +2637,12 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/93.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2665,13 +2665,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/94.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2694,13 +2694,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/95.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2723,12 +2723,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/96.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2751,12 +2751,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/97.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2779,12 +2779,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/98.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2807,13 +2807,13 @@ "Colour": "79502E", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/99.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2836,13 +2836,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/100.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2865,12 +2865,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/101.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2893,12 +2893,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/102.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2921,12 +2921,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/103.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2949,12 +2949,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/104.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2977,13 +2977,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/105.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3006,12 +3006,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/106.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3034,13 +3034,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/107.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3063,12 +3063,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/108.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3091,12 +3091,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/109.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3119,12 +3119,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/110.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3147,12 +3147,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/111.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3175,13 +3175,13 @@ "Colour": "095C77", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/112.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3204,13 +3204,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/113.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3233,12 +3233,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/114.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3261,13 +3261,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/115.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3290,12 +3290,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/116.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3318,13 +3318,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/117.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3347,12 +3347,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/118.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3373,12 +3373,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/119.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3399,12 +3399,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/120.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3425,11 +3425,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/121.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3450,13 +3451,13 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/122.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3482,11 +3483,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/123.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3507,11 +3509,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/124.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3532,11 +3535,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/125.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3557,11 +3561,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/126.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3582,12 +3587,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/127.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3610,12 +3615,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/128.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3638,13 +3643,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/129.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3667,12 +3672,12 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/130.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,12 +3700,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/131.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3723,12 +3728,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/132.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3751,12 +3756,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/133.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3779,12 +3784,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/134.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3807,12 +3812,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/135.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3835,12 +3840,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/136.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3863,12 +3868,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/137.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3891,12 +3896,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/138.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3919,12 +3924,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/139.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3947,12 +3952,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/140.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3975,12 +3980,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/141.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4003,12 +4008,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/142.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4031,12 +4036,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/143.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4059,12 +4064,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/144.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4087,12 +4092,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/145.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4115,12 +4120,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/146.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4143,12 +4148,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/147.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4171,12 +4176,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/148.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4199,12 +4204,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/149.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4227,12 +4232,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/150.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4255,12 +4260,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/151.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4283,12 +4288,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/152.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4311,12 +4316,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/153.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4339,13 +4344,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/154.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4368,12 +4373,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/155.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4396,12 +4401,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/156.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4424,12 +4429,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/157.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4452,12 +4457,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/158.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4480,12 +4485,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/159.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4508,12 +4513,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/160.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4536,13 +4541,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/161.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4565,12 +4570,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/162.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4593,12 +4598,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/163.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4621,12 +4626,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/164.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4649,12 +4654,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/165.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4677,12 +4682,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/166.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4705,12 +4710,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/167.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4733,12 +4738,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/168.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4761,12 +4766,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/169.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4789,12 +4794,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/170.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4817,12 +4822,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/171.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4845,12 +4850,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/172.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4873,12 +4878,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/173.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4901,12 +4906,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/174.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4929,12 +4934,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/175.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4957,12 +4962,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/176.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4985,12 +4990,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/177.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5013,12 +5018,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/178.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5041,12 +5046,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/179.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5068,12 +5073,12 @@ "MaxStackSize": 50.0, "Colour": "6AD01E", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5095,12 +5100,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5123,12 +5128,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/182.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5151,13 +5156,13 @@ "Colour": "D35300", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/183.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5180,12 +5185,12 @@ "Colour": "6AD01E", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/184.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5208,12 +5213,12 @@ "Colour": "F26D15", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/185.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5236,12 +5241,12 @@ "Colour": "6AD01E", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/186.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5264,13 +5269,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/187.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5293,13 +5298,13 @@ "Colour": "6AD01E", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/188.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5322,13 +5327,13 @@ "Colour": "6AD01E", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/189.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5351,12 +5356,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/190.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5379,12 +5384,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/191.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5407,12 +5412,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/192.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5435,12 +5440,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/193.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5463,12 +5468,12 @@ "Colour": "8A7F72", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/194.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5491,12 +5496,12 @@ "Colour": "1EA3EE", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/195.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5519,12 +5524,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/196.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5547,12 +5552,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/197.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5575,12 +5580,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/198.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5603,12 +5608,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/199.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5631,12 +5636,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/200.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5659,12 +5664,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/201.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5687,12 +5692,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/202.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5715,12 +5720,12 @@ "Colour": "8A7F72", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/203.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5742,12 +5747,12 @@ "MaxStackSize": 50.0, "Colour": "6AD01E", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5770,12 +5775,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/205.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5798,12 +5803,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/206.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5825,12 +5830,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5853,12 +5858,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/208.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5881,12 +5886,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/209.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5909,12 +5914,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/210.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5937,12 +5942,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/211.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5965,12 +5970,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/212.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5993,12 +5998,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/213.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6021,12 +6026,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/214.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6049,12 +6054,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/215.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6077,12 +6082,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/216.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6105,12 +6110,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/217.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6133,12 +6138,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/218.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6161,12 +6166,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/219.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6189,12 +6194,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/220.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6217,12 +6222,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/221.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6245,12 +6250,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/222.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6273,12 +6278,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/223.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6301,12 +6306,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/224.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6329,12 +6334,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/225.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6357,12 +6362,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/226.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6385,12 +6390,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/227.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6413,12 +6418,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/228.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6441,12 +6446,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/229.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6469,12 +6474,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/230.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6497,12 +6502,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/231.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6525,12 +6530,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/232.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6553,12 +6558,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/233.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6581,12 +6586,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/234.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6609,12 +6614,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/235.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6637,12 +6642,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/236.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6665,12 +6670,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/237.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6693,12 +6698,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/238.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6721,12 +6726,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/239.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6749,12 +6754,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/240.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6777,12 +6782,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/241.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6805,12 +6810,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/242.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6833,12 +6838,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/243.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6861,12 +6866,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/244.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6889,12 +6894,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/245.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6917,12 +6922,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/246.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6945,12 +6950,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/247.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6973,12 +6978,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/248.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7001,12 +7006,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/249.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7029,12 +7034,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/250.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7057,12 +7062,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/251.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7084,12 +7089,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7111,12 +7116,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7138,12 +7143,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7165,12 +7170,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7192,12 +7197,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7219,12 +7224,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7246,12 +7251,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7273,12 +7278,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7300,12 +7305,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7327,13 +7332,13 @@ "MaxStackSize": 50.0, "Colour": "DEDCD1", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7355,13 +7360,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7383,13 +7388,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7411,13 +7416,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7439,12 +7444,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7466,12 +7471,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7493,12 +7498,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7520,12 +7525,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7547,12 +7552,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7574,12 +7579,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7601,13 +7606,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7629,13 +7634,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7657,13 +7662,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7685,13 +7690,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7713,13 +7718,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7741,13 +7746,13 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7769,12 +7774,12 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7796,12 +7801,12 @@ "MaxStackSize": 50.0, "Colour": "DEDCD1", "CookingValue": 0.9, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7823,12 +7828,12 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7850,12 +7855,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7877,13 +7882,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/es/Curiosity.lang.json b/assets/json/es/Curiosity.lang.json index 40a64179..1d01c678 100644 --- a/assets/json/es/Curiosity.lang.json +++ b/assets/json/es/Curiosity.lang.json @@ -10,11 +10,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -34,12 +34,12 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -59,9 +59,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -94,11 +94,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -123,11 +123,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -156,11 +156,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -189,11 +189,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -222,11 +222,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/8.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -255,11 +255,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/9.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -288,11 +288,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/10.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -321,11 +321,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -354,11 +354,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/12.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,11 +387,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/13.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -420,11 +420,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/14.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -445,14 +445,14 @@ "Colour": "CCCCCC", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/curiosities/15.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -472,11 +472,11 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/16.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -496,12 +496,12 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -522,13 +522,13 @@ "Colour": "CCCCCC", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/curiosities/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -548,12 +548,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -573,10 +573,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -609,12 +609,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/21.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -634,10 +634,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/22.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -657,11 +657,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -681,11 +681,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/24.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -705,9 +705,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -727,9 +727,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -749,11 +749,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -773,11 +773,12 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/28.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -799,11 +800,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/29.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -825,12 +826,12 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -852,11 +853,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/31.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -878,12 +879,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/32.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -903,9 +904,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -925,9 +926,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -947,9 +948,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -969,10 +970,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/36.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -992,9 +993,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1014,9 +1015,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1036,10 +1037,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/39.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1059,10 +1060,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/40.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1082,9 +1083,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1113,9 +1114,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1144,9 +1145,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1175,10 +1176,10 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/44.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1198,10 +1199,10 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/45.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1221,9 +1222,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1242,9 +1243,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1263,9 +1264,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1284,9 +1285,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1305,9 +1306,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1326,10 +1327,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1350,10 +1351,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1374,10 +1375,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1396,10 +1397,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,10 +1419,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1442,10 +1443,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1464,10 +1465,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1486,10 +1487,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1510,10 +1511,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1532,10 +1533,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1554,10 +1555,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1578,10 +1579,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1600,10 +1601,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1622,9 +1623,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "DEDCD1", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 5000, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1642,9 +1644,9 @@ "BaseValueUnits": 256000.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/es/Factions.lang.json b/assets/json/es/Factions.lang.json new file mode 100644 index 00000000..ddd731d6 --- /dev/null +++ b/assets/json/es/Factions.lang.json @@ -0,0 +1,1527 @@ +{ + "Milestone": "LOGROS", + "Category": "CATEGORÍAS", + "Categories": [ + { + "Id": "journey", + "Name": "Logros del viaje", + "Description": "Una exploración sin límites: explora y sobrevive en un vasto universo", + "Missions": [], + "Additional": [ + "NavigateToJourneyPage" + ] + } + ], + "Lifeform": "SERES VIVOS", + "Lifeforms": [ + { + "Id": "gek", + "Name": "Los Gek", + "Description": "Estos seres vivos de corta estatura, picudos y reptilianos son los líderes del comercio galáctico. Son capaces de comunicarse a través de la liberación cuidadosa de feromonas, expresando conceptos y sentimientos a través del olor.\n\nOriundos del planeta Balaron, otros seres vivos sensibles los miran con recelo debido a las acciones que llevaron a cabo con la Primera Progenie Gek: construyeron un poderoso imperio a base de conquistas y aniquilación.", + "Missions": [ + { + "Name": "Estatus", + "Icon": "faction/MEDAL.GEKGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "Rival", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "Competidor", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "Comprador", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "Cliente", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "Cliente preciado", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "Colega", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Socio", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Amigo", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Mejor amigo", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Preferido", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.GEKGOLD.png", + "Name": "Señor del comercio", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Misiones completadas", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Palabras recogidas", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "BALBUCEANTE", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "PRINCIPIANTE", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ESTUDIANTE", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ENTENDIDO", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ESCOLAR", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "FLUIDO", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "INTÉRPRETE", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "LINGÜISTA", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "POLÍGLOTA", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "TRADUCTOR UNIVERSAL", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "PEZ DE BABEL", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "Sistemas visitados", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + }, + { + "Id": "vykeen", + "Name": "Los Vy'keen", + "Description": "Los Vy'keen son unos seres belicosos, oriundos del sistema Dryn'dargh, obsesionados con derrotar a los Centinelas. Controlados por el Alto Comando Vy'keen, luchan contra la amenaza Centinela a lo largo y ancho de toda la galaxia.\n\nA pesar de su apariencia agresiva, los Vy'keen están comprometidos con un estricto código de honor. Valoran la lealtad, el sacrificio y una buena muerte sobre cualquier bien material o conocimiento. Han jurado ayudar al Viajero siempre que sea posible.", + "Missions": [ + { + "Name": "Estatus", + "Icon": "faction/MEDAL.VYKEENGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "Enemigo", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "Detractor", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "Neutral", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "Cómplice", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "Aliado", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "Aliado cercano", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Camarada", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Preceptor", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Coadjutor", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Comandante", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.VYKEENGOLD.png", + "Name": "Templario", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Misiones completadas", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Palabras recogidas", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "BALBUCEANTE", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "PRINCIPIANTE", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ESTUDIANTE", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ENTENDIDO", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ESCOLAR", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "FLUIDO", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "INTÉRPRETE", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "LINGÜISTA", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "POLÍGLOTA", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "TRADUCTOR UNIVERSAL", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "PEZ DE BABEL", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "Sistemas visitados", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + }, + { + "Id": "explorer", + "Name": "Los Korvax", + "Description": "Las entidades Korvax son seres vivos inorgánicos que habitan dentro de carcasas metálicas heredadas de generación en generación. Creen que los estudios matemáticos les llevarán a ascender al nivel del Atlas y que el camino para lograrlo es el estudio de los Centinelas.\n\nCada uno de los Korvax es una mente pura, una gota dentro de su enorme y colectiva Convergencia. La carcasa que habitan carece de importancia comparada con su conexión a esta consciencia grupal.\n\nDurante la Primera Progenie Gek, muchos Korvax fueron esclavizados, de ahí que estos últimos todavía miren a los Gek con gran desconfianza.", + "Missions": [ + { + "Name": "Estatus", + "Icon": "faction/MEDAL.KORVAXGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "Molestia", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "Irritación", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "Desconocido", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "Punto de interés", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "Sujeto de prueba", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "Foco de investigación", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Candidato a pruebas", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Importante", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Salvador", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Singularidad", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.KORVAXGOLD.png", + "Name": "Viajero del Atlas", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Misiones completadas", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Palabras recogidas", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "BALBUCEANTE", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "PRINCIPIANTE", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ESTUDIANTE", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ENTENDIDO", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ESCOLAR", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "FLUIDO", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "INTÉRPRETE", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "LINGÜISTA", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "POLÍGLOTA", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "TRADUCTOR UNIVERSAL", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "PEZ DE BABEL", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "Sistemas visitados", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + } + ], + "Guild": "GREMIOS", + "Guilds": [ + { + "Id": "traGuild", + "Name": "Gremio de mercaderes", + "Description": "Una organización colectiva que representa a compañías de comercio y a mercaderes individuales de toda la galaxia. Ayudan a controlar y a regular el trabajo para los pilotos de alquiler en beneficio de sus miembros.\n\nNaturalmente, los Gek dominan el gremio de mercaderes, pero no es un club exclusivo. Todos los seres vivos tienen las puertas abiertas, siempre y cuando dispongan de las suficientes reservas de capital.", + "Missions": [ + { + "Name": "Estatus", + "Icon": "faction/MEDAL.MERCHGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "Odioso", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "Hostil", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "Desconocido", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "Iniciado", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "Aprendiz", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "Oficial", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Asociado", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Sénior", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Maestro", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Anciano", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.MERCHGOLD.png", + "Name": "Eminente", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Misiones completadas", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Unidades acumuladas", + "Icon": "faction/MEDAL.UNITSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.UNITSOFF.png", + "Name": "NUEVO NEGOCIO", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "CAMIONERO ESPACIAL", + "RequiredProgress": 75000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "MERCADER", + "RequiredProgress": 100000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "FÁBRICA DE HACER DINERO", + "RequiredProgress": 150000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "COMERCIANTE", + "RequiredProgress": 250000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "EMPRESARIO", + "RequiredProgress": 500000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "EMPRENDEDOR", + "RequiredProgress": 750000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "INVERSOR", + "RequiredProgress": 1000000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "CAPITALISTA", + "RequiredProgress": 1250000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "POTENTADO", + "RequiredProgress": 1500000 + }, + { + "Icon": "faction/MEDAL.UNITSGOLD.png", + "Name": "MAGNATE", + "RequiredProgress": 2000000 + } + ] + }, + { + "Name": "Plantas cultivadas", + "Icon": "faction/MEDAL.PLANTSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANTSOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.PLANTSGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 80 + } + ] + } + ] + }, + { + "Id": "warGuild", + "Name": "Gremio de mercenarios", + "Description": "Un colectivo libertino de organizaciones de mercenarios de toda la galaxia. El gremio alberga un amplio abanico de facciones competidoras, muchas de las cuales entrarían en disputa si se les diera la oportunidad.\n\nPiratas, vigilantes, agentes de la ley encubiertos, cultos, corsarios y cruzados; el gremio de mercenarios mantiene la paz en la galaxia garantizando que los trabajos se encarguen al grupo de oportunistas armados adecuado.", + "Missions": [ + { + "Name": "Estatus", + "Icon": "faction/MEDAL.WARRIORGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "Odioso", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "Hostil", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "Desconocido", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "Iniciado", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "Aprendiz", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "Oficial", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Asociado", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Sénior", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Maestro", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Anciano", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.WARRIORGOLD.png", + "Name": "Eminente", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Misiones completadas", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Centinelas destruidos", + "Icon": "faction/MEDAL.SENTINELSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.SENTINELSOFF.png", + "Name": "SIN PROBLEMAS", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "APRENDIZ", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "MOLESTIA", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "PELEÓN", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "AGITADOR", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "LUCHADOR", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "AMENAZA", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "INFAME", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "PELIGROSO", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "EXPERTO", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.SENTINELSGOLD.png", + "Name": "LEYENDA", + "RequiredProgress": 80 + } + ] + }, + { + "Name": "Naves destruidas", + "Icon": "faction/MEDAL.PIRATESGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PIRATESOFF.png", + "Name": "NO PROBADO", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "APRENDIZ", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "MOLESTIA", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "PELEÓN", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "AGITADOR", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "LUCHADOR", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "AMENAZA", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "INFAME", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "PELIGROSO", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "EXPERTO", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.PIRATESGOLD.png", + "Name": "LEYENDA", + "RequiredProgress": 80 + } + ] + } + ] + }, + { + "Id": "traGuild", + "Name": "Gremio de exploradores", + "Description": "Una asociación mutua de investigadores y exploradores. El gremio de exploradores sirve para poner en contacto a aquellos que necesitan datos con aquellos que los recopilan.\n\nLa afiliación está ampliamente dividida entre instituciones científicas, sociedades geográficas, compañías de tecnología y exploradores individuales ocasionales. El gremio ofrece recursos combinados, laboratorios compartidos, ciclos de conferencias y condecoraciones anuales.", + "Missions": [ + { + "Name": "Estatus", + "Icon": "faction/MEDAL.EXPLORERGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "Odioso", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "Hostil", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "Desconocido", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "Iniciado", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "Aprendiz", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "Oficial", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Asociado", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Sénior", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Maestro", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Anciano", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.EXPLORERGOLD.png", + "Name": "Eminente", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Misiones completadas", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Criaturas raras escaneadas", + "Icon": "faction/MEDAL.CREATURESGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.CREATUREOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 25 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 35 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 45 + }, + { + "Icon": "faction/MEDAL.CREATURESGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + } + ] + }, + { + "Name": "Exploración espacial", + "Icon": "faction/MEDAL.WARPSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WARPSOFF.png", + "Name": "ASTRÓNOMO", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "VANGUARDISTA", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "BUSCADOR", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "CURVADO", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "TOPÓGRAFO", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "TROTAMUNDOS", + "RequiredProgress": 25 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "NAVEGANTE", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "PIONERO", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "EXPLORADOR", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "SUPERVISOR", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.WARPSGOLD.png", + "Name": "DESCUBRIDOR", + "RequiredProgress": 75 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/assets/json/es/Others.lang.json b/assets/json/es/Others.lang.json index 289ebc65..fe02a145 100644 --- a/assets/json/es/Others.lang.json +++ b/assets/json/es/Others.lang.json @@ -9,10 +9,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -34,10 +34,10 @@ "MaxStackSize": 20.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/2.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -59,11 +59,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/other/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -83,11 +83,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/other/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -107,10 +107,10 @@ "MaxStackSize": 20.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/other/5.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -130,10 +130,10 @@ "MaxStackSize": 20.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/6.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -153,10 +153,10 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/7.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -176,10 +176,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -198,9 +199,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -219,9 +220,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -240,9 +241,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -261,9 +263,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -282,9 +284,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -303,9 +305,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -324,9 +327,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -345,9 +349,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -366,9 +371,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,9 +393,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -408,9 +414,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -429,9 +435,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -450,9 +457,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,9 +479,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -492,9 +501,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -513,9 +522,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -534,9 +544,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -555,9 +565,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -576,9 +586,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -597,9 +607,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -618,9 +629,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -639,9 +651,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -660,9 +672,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -681,9 +694,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -702,9 +715,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -723,9 +736,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -744,9 +757,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -765,9 +778,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -786,9 +799,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -807,10 +820,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -829,9 +842,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -850,10 +863,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -872,9 +885,9 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -893,9 +906,9 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -914,9 +927,9 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -935,9 +948,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -956,9 +969,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -977,9 +990,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1003,9 +1016,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1029,9 +1042,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1055,9 +1068,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1081,9 +1094,10 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1107,9 +1121,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1133,9 +1147,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1154,9 +1168,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1175,9 +1189,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1196,9 +1210,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1217,9 +1231,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1238,9 +1252,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1259,9 +1273,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1280,9 +1294,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1301,9 +1315,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1322,9 +1336,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1343,9 +1357,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1364,9 +1378,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1385,9 +1399,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1406,9 +1420,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1427,9 +1441,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1448,9 +1462,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1469,9 +1483,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1490,9 +1504,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1511,9 +1525,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1532,9 +1546,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1553,9 +1567,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1574,9 +1588,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1595,9 +1609,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1616,9 +1630,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1637,9 +1651,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1658,9 +1672,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1679,9 +1693,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1700,9 +1714,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1730,9 +1744,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1756,9 +1770,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1782,9 +1796,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1808,9 +1822,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1834,9 +1848,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1860,9 +1874,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1886,9 +1900,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1912,9 +1926,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1938,9 +1952,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1964,9 +1978,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1985,9 +1999,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2006,9 +2020,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2027,9 +2041,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2047,9 +2061,9 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "311A49", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2070,9 +2084,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2096,9 +2110,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2122,9 +2136,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2148,9 +2162,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2174,9 +2188,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2200,9 +2214,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2221,9 +2235,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2242,9 +2256,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2263,9 +2277,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2284,9 +2298,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2305,9 +2319,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2326,9 +2340,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2347,9 +2361,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2368,9 +2382,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2389,9 +2403,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2410,9 +2424,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2431,9 +2445,10 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2452,9 +2467,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2473,10 +2488,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2495,9 +2510,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2516,9 +2532,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2537,9 +2554,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2558,9 +2576,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2579,9 +2598,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2605,9 +2625,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2626,9 +2647,11 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2647,9 +2670,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2668,9 +2693,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2689,9 +2716,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2710,9 +2739,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2736,9 +2766,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2757,9 +2787,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2778,9 +2808,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2799,9 +2829,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2820,9 +2850,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2841,9 +2871,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2862,9 +2892,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2883,9 +2913,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2904,9 +2934,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2925,9 +2955,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2946,9 +2976,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2967,9 +2997,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2987,7 +3017,10 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [ + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3005,7 +3038,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3023,7 +3056,9 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [ + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3041,7 +3076,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3059,7 +3094,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3077,7 +3112,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3095,9 +3130,9 @@ "BaseValueUnits": 80.0, "CurrencyType": "Quicksilver", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3117,9 +3152,9 @@ "BaseValueUnits": 3200.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3138,9 +3173,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3159,9 +3195,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3180,9 +3217,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3218,9 +3256,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3239,9 +3278,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3265,9 +3305,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3286,9 +3327,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3307,9 +3349,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3328,9 +3371,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3349,9 +3393,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3370,9 +3415,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3391,9 +3437,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3412,9 +3459,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3433,9 +3481,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3454,9 +3503,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3475,9 +3525,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3496,9 +3547,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3517,9 +3569,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3538,9 +3591,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3559,9 +3613,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3580,9 +3635,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3601,9 +3657,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3622,9 +3679,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3643,9 +3701,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3669,9 +3727,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,9 +3753,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3721,9 +3779,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3747,9 +3805,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3773,9 +3831,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3799,9 +3857,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3825,9 +3883,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3851,9 +3909,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3877,9 +3935,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3903,9 +3961,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3929,9 +3987,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3955,9 +4013,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3981,9 +4039,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4002,10 +4060,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4024,10 +4082,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4046,9 +4104,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4067,9 +4126,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4088,9 +4148,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4109,9 +4170,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4135,9 +4197,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4156,9 +4219,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4177,9 +4241,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4198,9 +4263,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4224,9 +4290,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4260,9 +4327,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4281,9 +4348,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4302,9 +4369,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4323,9 +4390,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4344,9 +4411,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4365,10 +4432,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4389,10 +4456,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4413,10 +4480,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4437,10 +4504,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4461,10 +4528,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4485,9 +4552,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4506,9 +4574,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4527,9 +4596,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4548,9 +4618,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4574,9 +4645,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4595,9 +4667,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/es/Products.lang.json b/assets/json/es/Products.lang.json index aa68397d..72866750 100644 --- a/assets/json/es/Products.lang.json +++ b/assets/json/es/Products.lang.json @@ -10,11 +10,11 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -43,10 +43,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -76,13 +76,13 @@ "Colour": "F3A923", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/products/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -107,10 +107,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/4.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -130,11 +131,11 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -159,10 +160,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -187,10 +188,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -219,10 +220,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -242,10 +244,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/9.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -265,10 +268,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/10.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -288,13 +292,13 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -319,10 +323,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/12.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -351,10 +355,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/13.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -383,10 +387,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/14.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -415,10 +419,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/15.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -447,10 +451,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/16.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -479,13 +483,13 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 0, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -514,12 +518,12 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -548,14 +552,14 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -584,13 +588,13 @@ "MaxStackSize": 100.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -619,10 +623,11 @@ "MaxStackSize": 100.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/21.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -642,11 +647,11 @@ "MaxStackSize": 50.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/22.png", - "Usages": { - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -675,14 +680,14 @@ "MaxStackSize": 100.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -711,10 +716,11 @@ "MaxStackSize": 100.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/24.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -734,10 +740,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/25.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -766,10 +772,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/26.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -798,10 +804,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -830,13 +836,13 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/28.png", - "Usages": { - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -865,12 +871,12 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/29.png", - "Usages": { - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -903,11 +909,11 @@ "MaxStackSize": 5000.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/products/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "CraftingOutputAmount": 1250, "BlueprintCost": 1, "BlueprintCostType": "None", @@ -933,9 +939,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -955,9 +962,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -977,9 +985,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -999,9 +1008,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -1021,9 +1031,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -1043,9 +1054,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1065,11 +1077,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/49.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1098,10 +1110,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/51.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -1130,10 +1142,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/52.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1162,10 +1174,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/53.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -1194,11 +1206,11 @@ "MaxStackSize": 25.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/54.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1223,11 +1235,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/55.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1252,10 +1264,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/56.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1284,11 +1296,11 @@ "MaxStackSize": 20.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/57.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1317,10 +1329,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/58.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1349,12 +1361,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/59.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1383,12 +1395,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/60.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1417,12 +1429,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/61.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1451,11 +1463,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/62.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1484,10 +1496,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/63.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1516,11 +1528,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/64.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1549,11 +1561,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/65.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1582,10 +1594,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/66.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1614,11 +1626,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/67.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1647,10 +1659,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/68.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1679,10 +1691,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/69.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1711,10 +1723,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/70.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1743,13 +1755,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/71.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1778,13 +1790,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/72.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1813,13 +1825,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/73.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1848,13 +1860,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/74.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1883,13 +1895,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/75.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1918,13 +1930,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/76.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1953,12 +1965,12 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/77.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1991,12 +2003,12 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/78.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2029,9 +2041,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/79.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2064,9 +2076,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/80.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2099,10 +2111,10 @@ "MaxStackSize": 20.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/81.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2122,9 +2134,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/82.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2144,9 +2156,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/83.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2166,9 +2178,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/84.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2188,9 +2200,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/85.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2210,9 +2222,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/86.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2232,9 +2244,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/87.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2254,9 +2266,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/88.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2276,9 +2288,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/89.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2298,9 +2310,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/90.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2333,9 +2345,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/91.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2368,9 +2380,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/92.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2403,9 +2415,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/93.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2434,9 +2446,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/94.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2455,9 +2467,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2476,9 +2488,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2497,9 +2509,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2519,10 +2531,10 @@ "MaxStackSize": 150.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/98.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2541,10 +2553,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2675,9 +2687,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2696,9 +2708,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2717,9 +2729,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2738,10 +2750,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2762,10 +2774,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2786,10 +2798,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2810,10 +2822,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2845,10 +2857,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2880,10 +2892,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2911,10 +2923,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2946,10 +2958,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2981,11 +2993,11 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3006,11 +3018,11 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3030,10 +3042,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3051,10 +3063,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3072,10 +3084,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3093,10 +3105,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3114,10 +3126,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3135,10 +3147,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3156,10 +3168,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3177,10 +3189,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3198,10 +3210,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3219,10 +3231,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3240,10 +3252,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3261,10 +3273,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3282,10 +3294,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3303,10 +3315,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3324,10 +3336,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3345,10 +3357,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3366,10 +3378,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3387,10 +3399,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3408,10 +3420,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3429,10 +3441,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3450,10 +3462,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3471,10 +3483,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3492,10 +3504,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3513,10 +3525,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3534,10 +3546,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3555,10 +3567,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3576,10 +3588,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3597,10 +3609,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3619,10 +3631,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3643,11 +3655,11 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3666,10 +3678,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3689,10 +3701,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3710,10 +3722,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3731,10 +3743,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3752,10 +3764,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3773,10 +3785,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3796,10 +3808,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3819,11 +3831,11 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3841,11 +3853,11 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3863,12 +3875,12 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3886,10 +3898,10 @@ "BaseValueUnits": 3200.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3922,10 +3934,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3943,10 +3955,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3964,10 +3976,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3985,10 +3997,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4006,10 +4018,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4027,10 +4039,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4048,10 +4060,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/es/RawMaterials.lang.json b/assets/json/es/RawMaterials.lang.json index 821ad57f..2c99a143 100644 --- a/assets/json/es/RawMaterials.lang.json +++ b/assets/json/es/RawMaterials.lang.json @@ -12,15 +12,15 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -42,15 +42,15 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -71,14 +71,14 @@ "MaxStackSize": 9999.0, "Colour": "BB3830", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -99,12 +99,12 @@ "MaxStackSize": 9999.0, "Colour": "DEDCD1", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -125,14 +125,14 @@ "MaxStackSize": 9999.0, "Colour": "355A7D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -153,13 +153,13 @@ "MaxStackSize": 9999.0, "Colour": "355A7D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -180,13 +180,13 @@ "MaxStackSize": 9999.0, "Colour": "DEDCD1", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -207,13 +207,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/8.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -234,13 +234,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/9.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -261,13 +261,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/10.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -288,12 +288,12 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -314,14 +314,14 @@ "MaxStackSize": 9999.0, "Colour": "F26D15", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/12.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -342,14 +342,14 @@ "MaxStackSize": 9999.0, "Colour": "F26D15", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/13.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -370,13 +370,13 @@ "MaxStackSize": 9999.0, "Colour": "005C83", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/14.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -397,13 +397,13 @@ "MaxStackSize": 9999.0, "Colour": "005C83", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/15.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -425,14 +425,14 @@ "Colour": "1E8A42", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/16.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -453,13 +453,13 @@ "MaxStackSize": 9999.0, "Colour": "1E8A42", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -480,12 +480,12 @@ "MaxStackSize": 9999.0, "Colour": "1E8A42", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -506,13 +506,13 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -533,13 +533,13 @@ "MaxStackSize": 9999.0, "Colour": "7B0000", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -560,13 +560,13 @@ "MaxStackSize": 9999.0, "Colour": "36611C", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/21.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -587,13 +587,13 @@ "MaxStackSize": 9999.0, "Colour": "01387D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/22.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -615,15 +615,15 @@ "Colour": "260000", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -644,13 +644,13 @@ "MaxStackSize": 9999.0, "Colour": "4E404F", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/24.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -671,14 +671,14 @@ "MaxStackSize": 9999.0, "Colour": "E57002", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/25.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -699,14 +699,14 @@ "MaxStackSize": 9999.0, "Colour": "00A64D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/26.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -727,14 +727,14 @@ "MaxStackSize": 9999.0, "Colour": "FFAD00", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/27.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -755,14 +755,14 @@ "MaxStackSize": 9999.0, "Colour": "1E4FD0", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/28.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -783,14 +783,14 @@ "MaxStackSize": 9999.0, "Colour": "DB2400", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/29.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -812,15 +812,15 @@ "Colour": "512741", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -841,13 +841,13 @@ "MaxStackSize": 9999.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/31.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -868,14 +868,14 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/32.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -896,14 +896,14 @@ "MaxStackSize": 9999.0, "Colour": "AA6E06", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/33.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -924,13 +924,13 @@ "MaxStackSize": 9999.0, "Colour": "507575", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/34.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -951,13 +951,13 @@ "MaxStackSize": 9999.0, "Colour": "265E3A", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/35.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -978,13 +978,13 @@ "MaxStackSize": 9999.0, "Colour": "4C3780", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/36.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1005,13 +1005,13 @@ "MaxStackSize": 9999.0, "Colour": "DE921F", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/37.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1032,12 +1032,12 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/38.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1058,11 +1058,11 @@ "MaxStackSize": 9999.0, "Colour": "7B0000", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/39.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1083,11 +1083,11 @@ "MaxStackSize": 9999.0, "Colour": "36611C", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/40.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1108,11 +1108,11 @@ "MaxStackSize": 9999.0, "Colour": "01387D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/41.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1134,14 +1134,14 @@ "Colour": "00A64D", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/42.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1163,14 +1163,14 @@ "Colour": "1E4FD0", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/43.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1192,14 +1192,14 @@ "Colour": "C5871D", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/44.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1221,14 +1221,14 @@ "Colour": "239626", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/45.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1250,14 +1250,14 @@ "Colour": "B94318", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/46.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1279,14 +1279,14 @@ "Colour": "208DAB", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/47.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1308,13 +1308,13 @@ "Colour": "5B6F35", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/48.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1336,13 +1336,13 @@ "Colour": "005C83", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/49.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1364,14 +1364,14 @@ "Colour": "79502E", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/50.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1392,12 +1392,12 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/51.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,13 +1418,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/52.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1445,12 +1445,12 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/53.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1471,13 +1471,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/54.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1498,13 +1498,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/55.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1525,11 +1525,11 @@ "MaxStackSize": 9999.0, "Colour": "1E354E", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/56.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1550,9 +1550,9 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1573,9 +1573,9 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1596,10 +1596,10 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/59.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1620,10 +1620,10 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/60.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1643,11 +1643,11 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "1A2733", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1667,10 +1667,10 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "DEDCD1", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1690,9 +1690,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1712,9 +1712,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1734,9 +1734,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1756,9 +1756,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1778,9 +1778,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1800,9 +1800,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1822,11 +1822,11 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "512741", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/es/Technology.lang.json b/assets/json/es/Technology.lang.json index 514f9c75..2fa23827 100644 --- a/assets/json/es/Technology.lang.json +++ b/assets/json/es/Technology.lang.json @@ -8,10 +8,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -34,9 +34,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -63,10 +63,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -89,9 +89,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -114,9 +114,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -139,9 +139,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -168,9 +168,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 200, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -197,10 +197,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -231,10 +231,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -265,10 +265,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -299,10 +299,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -333,9 +333,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -366,9 +366,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -395,9 +395,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -424,9 +424,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -457,9 +457,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -486,9 +486,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 350, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -519,9 +519,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 240, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -552,9 +552,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -577,9 +577,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 310, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -610,9 +610,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 580, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -643,9 +643,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -672,10 +672,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -702,9 +702,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -731,10 +731,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -761,9 +761,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -794,9 +794,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -827,9 +827,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -856,10 +856,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -886,9 +886,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -915,9 +915,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -944,9 +944,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 200, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -973,10 +973,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1003,9 +1003,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 85, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1036,9 +1036,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 100, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1065,9 +1065,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 50, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1094,9 +1094,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1123,9 +1123,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1152,9 +1152,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1181,9 +1181,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1210,9 +1210,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1239,9 +1239,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1268,9 +1268,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1297,9 +1297,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1326,9 +1326,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 75, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1359,9 +1359,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1388,9 +1388,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1417,10 +1417,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1451,9 +1451,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1476,9 +1476,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1505,9 +1505,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1530,9 +1530,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1559,9 +1559,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1592,9 +1592,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1621,9 +1621,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1646,9 +1646,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1671,9 +1671,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1700,9 +1700,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 320, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1733,9 +1733,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 50, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1762,9 +1762,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1791,9 +1791,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1820,10 +1820,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1846,9 +1846,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 75, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1879,9 +1879,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1912,9 +1912,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1941,9 +1941,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1970,9 +1970,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1995,9 +1995,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2020,10 +2020,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2054,10 +2054,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2084,10 +2084,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2118,9 +2118,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2147,9 +2147,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2176,9 +2176,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2205,9 +2205,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2234,9 +2234,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2263,9 +2263,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2288,9 +2288,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2313,9 +2313,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2346,9 +2346,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2371,9 +2371,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2404,9 +2404,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2437,9 +2437,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2466,9 +2466,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2499,9 +2499,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2532,9 +2532,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2565,9 +2565,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2594,9 +2594,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 320, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2627,9 +2627,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2660,9 +2660,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2693,9 +2693,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2722,9 +2722,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2751,10 +2751,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2781,9 +2781,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2814,9 +2814,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 450, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2847,9 +2847,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2880,9 +2880,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 350, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2913,9 +2913,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2938,9 +2938,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2963,9 +2963,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2988,9 +2988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3017,9 +3017,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3042,9 +3042,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3067,9 +3067,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3092,9 +3092,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3121,9 +3121,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3146,9 +3146,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3171,9 +3171,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3196,9 +3196,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3221,9 +3221,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3246,9 +3246,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3275,9 +3275,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3300,9 +3300,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3325,9 +3325,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3350,9 +3350,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3375,9 +3375,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3404,9 +3404,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3429,9 +3429,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3458,9 +3458,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3487,9 +3487,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3516,9 +3516,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3545,9 +3545,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3570,9 +3570,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3595,9 +3595,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3620,9 +3620,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3645,9 +3645,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3670,9 +3670,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,9 +3695,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3728,9 +3728,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3761,9 +3761,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3794,9 +3794,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3827,9 +3827,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3860,9 +3860,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3893,9 +3893,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3926,9 +3926,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 360, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3955,9 +3955,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3988,9 +3988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4021,9 +4021,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 240, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4054,9 +4054,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4087,9 +4087,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4116,9 +4116,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4145,9 +4145,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4170,9 +4170,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4199,9 +4199,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4232,9 +4232,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4265,9 +4265,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4294,9 +4294,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4327,9 +4327,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4356,9 +4356,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4385,9 +4385,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4418,9 +4418,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4451,10 +4451,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4481,10 +4481,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4511,10 +4511,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4541,10 +4541,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4571,9 +4571,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4600,9 +4600,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4629,9 +4629,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4662,9 +4662,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4691,10 +4691,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4721,9 +4721,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4754,9 +4754,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4787,9 +4787,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4820,9 +4820,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4853,9 +4853,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4886,9 +4886,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4919,9 +4919,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4952,9 +4952,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4985,9 +4985,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5018,9 +5018,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5051,9 +5051,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5084,9 +5084,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5113,9 +5113,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5146,9 +5146,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5179,9 +5179,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5212,9 +5212,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5241,9 +5241,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5274,9 +5274,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5303,10 +5303,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5333,10 +5333,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5363,10 +5363,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5397,10 +5397,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5427,9 +5427,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5460,9 +5460,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5493,9 +5493,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5522,9 +5522,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5551,9 +5551,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5576,9 +5576,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5605,9 +5605,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5630,9 +5630,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5659,9 +5659,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5684,9 +5684,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5713,9 +5713,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5742,9 +5742,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5775,9 +5775,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5800,9 +5800,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5833,10 +5833,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5867,9 +5867,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5900,9 +5900,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5933,10 +5933,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5967,9 +5967,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6000,9 +6000,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6033,9 +6033,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 480, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6066,9 +6066,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6099,9 +6099,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6132,9 +6132,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6161,9 +6161,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 480, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/es/TradeItems.lang.json b/assets/json/es/TradeItems.lang.json index 651aa6d4..f62ab3de 100644 --- a/assets/json/es/TradeItems.lang.json +++ b/assets/json/es/TradeItems.lang.json @@ -10,9 +10,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/1.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -32,10 +32,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/2.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -55,10 +55,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/3.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -78,9 +78,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -100,9 +100,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -122,9 +122,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -144,9 +144,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/7.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -166,10 +166,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/8.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -189,10 +189,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/9.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -212,9 +212,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -234,9 +234,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -256,9 +256,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -278,9 +278,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -300,9 +300,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -322,9 +322,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -344,10 +344,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/16.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -367,10 +367,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/17.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -390,10 +390,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/18.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -413,10 +413,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/19.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -436,10 +436,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/20.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -459,9 +459,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -481,10 +481,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/22.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -504,9 +504,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -526,9 +526,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -548,9 +548,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -570,10 +570,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/26.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -593,9 +593,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -615,10 +615,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/28.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -638,9 +638,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -660,9 +660,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -682,9 +682,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -704,9 +704,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -726,9 +726,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -748,9 +748,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -770,9 +770,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/es/UpgradeModules.lang.json b/assets/json/es/UpgradeModules.lang.json index 4abaec01..78cc8550 100644 --- a/assets/json/es/UpgradeModules.lang.json +++ b/assets/json/es/UpgradeModules.lang.json @@ -9,10 +9,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/1.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -31,10 +31,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/2.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -53,10 +53,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/3.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -75,10 +75,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/4.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -97,10 +97,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/5.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -119,10 +119,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/6.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -141,10 +141,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/7.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -163,10 +163,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -185,10 +185,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/9.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -207,10 +207,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/10.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -229,10 +229,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/11.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -251,10 +251,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/12.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -273,10 +273,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/13.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -295,10 +295,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/14.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -317,10 +317,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/15.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -339,10 +339,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/16.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -361,10 +361,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/17.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -383,10 +383,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/18.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -405,10 +405,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/19.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -427,10 +427,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/20.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -449,10 +449,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/21.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,10 +471,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/22.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -493,10 +493,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/23.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -515,10 +515,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/24.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -537,10 +537,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/25.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -559,10 +559,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/26.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -581,10 +581,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -603,10 +603,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/28.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -625,10 +625,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/29.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -647,10 +647,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/30.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,10 +669,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/31.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -691,10 +691,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/32.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -713,10 +713,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/33.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -735,10 +735,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/34.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -757,10 +757,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/35.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -779,10 +779,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/36.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -801,10 +801,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/37.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -823,10 +823,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/38.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -845,10 +845,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/39.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -867,10 +867,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/40.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -889,10 +889,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/41.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -911,10 +911,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/42.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -933,10 +933,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/43.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -955,10 +955,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/44.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -977,10 +977,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/45.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -999,10 +999,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/46.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1021,10 +1021,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/47.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1043,10 +1043,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/48.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1065,10 +1065,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/49.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1087,10 +1087,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/50.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1109,10 +1109,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/51.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1131,10 +1131,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/52.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1153,10 +1153,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/53.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1175,10 +1175,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/54.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1197,10 +1197,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/55.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1219,10 +1219,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/56.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1241,10 +1241,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/57.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1263,10 +1263,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/58.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1285,10 +1285,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/59.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1307,10 +1307,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/60.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1329,10 +1329,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/61.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1351,10 +1351,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/62.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1373,10 +1373,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/63.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1395,10 +1395,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/64.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1417,10 +1417,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/65.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1439,10 +1439,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/66.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1461,10 +1461,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/67.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1483,10 +1483,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/68.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1505,10 +1505,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/69.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1527,10 +1527,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/70.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1549,10 +1549,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/71.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1571,10 +1571,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/72.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1593,10 +1593,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/73.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1615,10 +1615,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/74.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1637,10 +1637,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/75.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1659,10 +1659,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/76.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1681,10 +1681,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/77.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1703,10 +1703,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/78.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1725,10 +1725,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/79.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1747,10 +1747,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/80.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1769,10 +1769,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/81.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1791,10 +1791,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/82.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1813,10 +1813,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/83.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1835,10 +1835,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/84.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1857,10 +1857,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/85.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1879,10 +1879,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/86.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1901,10 +1901,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/87.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1923,10 +1923,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/88.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1945,10 +1945,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/89.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1967,10 +1967,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/90.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1989,10 +1989,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/91.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2011,10 +2011,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/92.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2033,10 +2033,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/93.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2055,10 +2055,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/94.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2077,10 +2077,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/95.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2099,10 +2099,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/96.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2121,10 +2121,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/97.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2143,10 +2143,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/98.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2165,10 +2165,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/99.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2187,10 +2187,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/100.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2209,10 +2209,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/101.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2231,10 +2231,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/102.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2253,10 +2253,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/103.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2275,10 +2275,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/104.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2297,10 +2297,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/105.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2319,10 +2319,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/106.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2341,10 +2341,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/107.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2363,10 +2363,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/108.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2385,10 +2385,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/109.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2407,10 +2407,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/110.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2429,10 +2429,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/111.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2451,10 +2451,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/112.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2473,10 +2473,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/113.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2495,10 +2495,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/114.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2517,10 +2517,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/115.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2539,10 +2539,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/116.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2561,10 +2561,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/117.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2583,10 +2583,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/118.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2605,10 +2605,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/119.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2627,10 +2627,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/120.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2649,10 +2649,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/121.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2671,10 +2671,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/122.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2693,10 +2693,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/123.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2715,10 +2715,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/124.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2737,10 +2737,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/125.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2759,10 +2759,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/126.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2781,10 +2781,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/127.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2803,10 +2803,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/128.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2825,10 +2825,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/129.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2847,10 +2847,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/130.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2869,10 +2869,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/131.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2891,10 +2891,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/132.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2913,10 +2913,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/133.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2935,10 +2935,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/134.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2957,10 +2957,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/135.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2979,10 +2979,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/136.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3001,10 +3001,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/137.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3023,10 +3023,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/138.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3044,10 +3044,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3065,10 +3065,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3086,10 +3086,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3107,10 +3107,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3128,10 +3128,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3149,10 +3149,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3170,10 +3170,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3191,10 +3191,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3212,10 +3212,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3233,10 +3233,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3254,10 +3254,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3275,10 +3275,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3296,10 +3296,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3317,10 +3317,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3338,10 +3338,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3359,10 +3359,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3380,10 +3380,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3401,10 +3401,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3422,10 +3422,10 @@ "BaseValueUnits": 600.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3443,10 +3443,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3464,10 +3464,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3485,10 +3485,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3506,10 +3506,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3527,10 +3527,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3548,10 +3548,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3569,10 +3569,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3590,10 +3590,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3611,10 +3611,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3632,10 +3632,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3653,10 +3653,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3674,10 +3674,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,10 +3695,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3716,10 +3716,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3737,10 +3737,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/fr/Buildings.lang.json b/assets/json/fr/Buildings.lang.json index 71ca56d9..5f095f32 100644 --- a/assets/json/fr/Buildings.lang.json +++ b/assets/json/fr/Buildings.lang.json @@ -35,9 +35,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/2.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -65,9 +65,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -95,9 +95,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -125,9 +125,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -151,9 +151,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -182,9 +182,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/8.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -209,9 +209,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -236,9 +236,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -263,9 +263,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -290,9 +290,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -317,9 +317,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -348,9 +348,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -375,9 +375,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -402,9 +402,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -433,9 +433,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -460,9 +460,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -487,9 +487,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -514,9 +514,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -545,9 +545,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -576,9 +576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -607,9 +607,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -638,9 +638,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,9 +669,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -696,9 +696,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -723,9 +723,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -750,9 +750,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -777,9 +777,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -804,9 +804,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -831,9 +831,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -858,9 +858,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -889,9 +889,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -916,9 +916,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -943,9 +943,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -974,9 +974,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1001,9 +1001,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1028,9 +1028,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1055,9 +1055,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/39.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1086,9 +1086,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/40.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1117,9 +1117,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1144,9 +1144,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1171,9 +1171,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1198,9 +1198,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/44.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1225,9 +1225,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/45.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1252,9 +1252,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1279,9 +1279,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1306,9 +1306,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1333,9 +1333,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1360,9 +1360,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1387,9 +1387,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,9 +1418,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/52.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1445,9 +1445,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/53.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1472,9 +1472,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/54.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1503,9 +1503,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/55.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1530,9 +1530,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/56.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1557,9 +1557,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1584,9 +1584,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1615,9 +1615,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/59.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1646,9 +1646,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/60.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1673,9 +1673,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/61.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1704,9 +1704,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/62.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1735,9 +1735,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/63.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1762,9 +1762,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/64.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1789,9 +1789,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/building/65.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1838,9 +1838,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/67.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1865,9 +1865,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/68.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1892,9 +1892,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/69.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1919,9 +1919,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/70.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1946,9 +1946,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/71.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1973,9 +1973,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/72.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2004,9 +2004,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/73.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2035,9 +2035,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/building/74.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2066,9 +2066,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/75.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2092,9 +2092,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/76.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2118,9 +2118,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/77.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2149,9 +2149,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/78.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2176,9 +2176,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/79.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2206,9 +2206,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/80.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2236,9 +2236,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/81.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2262,9 +2262,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/82.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2289,9 +2289,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/83.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2316,9 +2316,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/84.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2342,9 +2342,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/85.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2372,9 +2372,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/86.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2398,9 +2398,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/87.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2424,9 +2424,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/88.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2450,9 +2450,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/89.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2476,9 +2476,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/90.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2502,9 +2502,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/91.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2528,9 +2528,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/92.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2554,9 +2554,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/93.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2580,9 +2580,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/94.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2610,9 +2610,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/95.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2636,9 +2636,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/96.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2666,9 +2666,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/97.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2696,9 +2696,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/98.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2726,9 +2726,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/106.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2753,9 +2753,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/118.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2788,9 +2788,9 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/building/129.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2820,9 +2820,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/130.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2852,9 +2852,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/131.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2883,9 +2883,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/132.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2915,9 +2915,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/133.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2946,9 +2946,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/134.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2973,9 +2973,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/135.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3008,9 +3008,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/136.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3036,9 +3036,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/137.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3068,9 +3068,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/138.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3099,9 +3099,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/139.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3130,9 +3130,9 @@ "Colour": "095C77", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/140.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3182,9 +3182,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/142.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3209,9 +3209,9 @@ "Colour": "2C7C9F", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/145.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3239,9 +3239,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/146.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3269,9 +3269,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/147.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3299,9 +3299,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/150.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3325,9 +3325,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/151.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3351,9 +3351,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/152.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3381,9 +3381,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/153.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3411,9 +3411,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/154.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3441,9 +3441,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/155.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3493,9 +3493,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/157.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3519,9 +3519,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/158.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3549,9 +3549,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/159.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3576,9 +3576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/161.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3603,9 +3603,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/162.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3630,9 +3630,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/163.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3657,9 +3657,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/164.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3684,9 +3684,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/165.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3711,9 +3711,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/166.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3738,9 +3738,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/167.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3765,9 +3765,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/168.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3792,9 +3792,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/169.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3819,9 +3819,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/170.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3846,9 +3846,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/171.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3873,9 +3873,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/building/172.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 6, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3900,9 +3900,9 @@ "Colour": "2C7C9F", "Power": -30.0, "CdnUrl": "https://cdn.nmsassistant.com/building/173.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 6, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3926,9 +3926,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/174.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3961,9 +3961,9 @@ "Colour": "2C7C9F", "Power": -2.0, "CdnUrl": "https://cdn.nmsassistant.com/building/175.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3992,9 +3992,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/176.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4027,9 +4027,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/177.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4062,9 +4062,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/178.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4097,9 +4097,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/179.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4132,9 +4132,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/180.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4167,9 +4167,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/181.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4193,9 +4193,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/182.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4219,9 +4219,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/204.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4245,9 +4245,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/205.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4271,9 +4271,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/206.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4298,9 +4298,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/207.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4333,9 +4333,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/213.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4360,9 +4360,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/214.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4390,9 +4390,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/215.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4416,9 +4416,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/219.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4442,9 +4442,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/220.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4468,9 +4468,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/221.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4494,9 +4494,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/222.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4524,9 +4524,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/223.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4550,9 +4550,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/224.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4580,9 +4580,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/225.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4610,9 +4610,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/226.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4636,9 +4636,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/227.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4666,9 +4666,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/228.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4692,9 +4692,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/229.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4718,9 +4718,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/230.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4744,9 +4744,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/231.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4770,9 +4770,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/232.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4796,9 +4796,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/233.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4826,9 +4826,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/234.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4856,9 +4856,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/235.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4886,9 +4886,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/236.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4916,9 +4916,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/237.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4946,9 +4946,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/238.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4977,9 +4977,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/239.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5008,9 +5008,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/240.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5039,9 +5039,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/241.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5069,9 +5069,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/242.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5099,9 +5099,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/243.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5129,9 +5129,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/244.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5159,9 +5159,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/245.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5189,9 +5189,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/246.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5219,9 +5219,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/247.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5245,9 +5245,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/248.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5271,9 +5271,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/249.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5301,9 +5301,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/250.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5327,9 +5327,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/253.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5353,9 +5353,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/254.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5379,9 +5379,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/255.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5405,9 +5405,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/256.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5431,9 +5431,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/257.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5457,9 +5457,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/258.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5483,9 +5483,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/259.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5509,9 +5509,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/260.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5535,9 +5535,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/261.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5561,9 +5561,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/266.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5587,9 +5587,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5614,9 +5614,9 @@ "MaxStackSize": 5.0, "Colour": "FFFFFF", "CdnUrl": "https://cdn.nmsassistant.com/building/272.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5636,9 +5636,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/273.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5667,9 +5667,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/274.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5698,9 +5698,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/275.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5729,9 +5729,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/276.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5760,9 +5760,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/277.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5791,9 +5791,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/278.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5822,9 +5822,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/279.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5853,9 +5853,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/280.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5884,9 +5884,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/281.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5915,9 +5915,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/282.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5946,9 +5946,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/283.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5977,9 +5977,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/284.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6008,9 +6008,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/285.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6039,9 +6039,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/286.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6070,9 +6070,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/287.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6101,9 +6101,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/288.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6132,9 +6132,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/289.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6163,9 +6164,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/290.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6194,9 +6195,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/291.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6225,9 +6226,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/292.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6256,9 +6258,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/293.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6287,9 +6289,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/294.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6314,9 +6316,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/295.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6341,9 +6344,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/296.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6368,9 +6372,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/297.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6395,9 +6400,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/298.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6422,9 +6428,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/299.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6449,9 +6455,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/300.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6476,9 +6482,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/301.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6507,9 +6513,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/302.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6538,9 +6545,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/303.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6569,9 +6576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/304.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6596,9 +6603,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/305.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6623,9 +6630,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/306.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6650,9 +6657,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/307.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6677,9 +6684,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/308.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6704,9 +6711,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/309.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6732,9 +6739,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/310.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6763,9 +6770,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/311.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6790,9 +6797,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/312.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6817,9 +6824,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/313.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6844,9 +6851,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/314.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6871,9 +6878,9 @@ "MaxStackSize": 20.0, "Colour": "262626", "CdnUrl": "https://cdn.nmsassistant.com/building/315.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6893,9 +6900,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/316.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6928,9 +6935,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/317.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6963,9 +6970,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/318.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6990,9 +6997,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/319.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7017,9 +7024,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/320.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7044,9 +7051,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/321.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7072,9 +7079,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/322.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7099,9 +7106,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/324.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7130,9 +7137,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/325.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7158,9 +7165,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/326.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7184,9 +7191,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7206,9 +7213,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/328.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7237,9 +7244,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/329.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7265,9 +7272,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/330.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7291,9 +7298,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7313,9 +7320,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/332.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7344,9 +7351,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/336.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7371,9 +7378,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/337.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7398,9 +7405,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/338.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7425,9 +7432,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/339.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7452,9 +7459,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/340.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7479,9 +7486,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/341.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7506,9 +7513,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/342.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7533,9 +7540,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/343.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7560,9 +7567,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/344.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7587,9 +7594,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/345.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7614,9 +7621,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/346.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7641,9 +7648,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/347.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7668,9 +7675,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/348.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7695,9 +7702,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/359.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7721,9 +7728,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/360.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7756,9 +7763,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/361.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7778,9 +7785,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/362.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7809,9 +7816,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/363.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7831,9 +7838,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/364.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7853,9 +7860,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/365.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7875,9 +7882,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/366.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7897,9 +7905,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/367.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7919,9 +7928,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/368.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7941,9 +7951,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/369.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7968,9 +7979,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/370.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7995,9 +8006,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/371.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8022,9 +8033,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/372.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8049,9 +8060,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/373.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8076,9 +8087,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/374.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8103,9 +8114,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/375.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8130,9 +8141,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/376.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8157,9 +8168,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/377.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8184,9 +8195,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/378.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8211,9 +8222,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/379.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8238,9 +8249,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/380.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8265,9 +8276,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/381.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8292,9 +8303,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/382.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8319,9 +8330,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/383.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8346,9 +8357,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/384.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8373,9 +8384,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/385.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8400,9 +8411,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/386.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8427,9 +8438,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/387.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8454,9 +8465,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/388.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8481,9 +8492,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/389.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8503,9 +8514,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/390.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8525,9 +8536,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/391.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8547,9 +8558,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/392.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8569,9 +8580,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/393.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8591,9 +8602,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/394.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8612,9 +8623,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/395.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 15, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -8647,9 +8658,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/396.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -8680,9 +8691,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8709,9 +8720,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8738,9 +8749,9 @@ "BaseValueUnits": 300.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8767,9 +8778,9 @@ "BaseValueUnits": 300.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8792,9 +8803,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8817,9 +8828,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8842,9 +8853,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8867,9 +8878,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8892,9 +8903,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8917,9 +8928,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8942,9 +8953,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8967,9 +8978,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8992,9 +9003,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9017,9 +9028,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9047,9 +9058,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9073,9 +9085,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9099,9 +9111,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9125,9 +9137,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9151,9 +9163,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9172,9 +9184,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9193,9 +9205,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9219,9 +9231,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9249,9 +9261,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9275,9 +9287,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9301,9 +9313,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9327,9 +9339,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9348,9 +9361,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9374,9 +9388,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9400,9 +9415,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9426,9 +9442,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9452,9 +9469,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9478,9 +9496,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9504,9 +9523,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9530,9 +9549,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9560,9 +9579,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9590,9 +9609,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9616,9 +9635,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9642,9 +9661,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9668,9 +9687,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9694,10 +9713,10 @@ "CurrencyType": "None", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9718,9 +9737,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9744,9 +9763,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9770,9 +9789,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9796,9 +9815,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9822,9 +9841,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9848,9 +9867,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9874,9 +9893,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9900,9 +9919,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9926,9 +9945,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9952,9 +9971,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9978,9 +9997,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10004,9 +10023,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10030,9 +10049,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10056,9 +10075,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10083,9 +10102,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10109,9 +10128,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10135,9 +10154,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10161,9 +10180,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10187,9 +10206,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10213,9 +10232,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10239,9 +10258,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10265,9 +10284,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10291,9 +10310,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10317,9 +10336,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10343,9 +10362,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10369,9 +10388,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10395,9 +10414,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10421,9 +10440,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10447,9 +10466,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10473,9 +10492,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10499,9 +10518,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10525,9 +10544,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10551,9 +10570,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10577,9 +10596,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10603,9 +10622,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10629,9 +10648,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10655,9 +10674,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10681,9 +10700,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10707,9 +10726,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10733,9 +10752,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10759,9 +10778,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10785,9 +10804,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10811,9 +10830,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10837,9 +10856,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10863,9 +10882,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10889,9 +10908,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10915,9 +10934,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10941,9 +10960,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10967,9 +10986,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10993,9 +11012,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11019,9 +11038,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11045,9 +11064,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11071,9 +11090,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11097,9 +11116,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11123,9 +11142,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11149,9 +11168,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11175,9 +11194,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11201,9 +11220,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11227,9 +11246,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11253,9 +11272,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11279,9 +11298,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11305,9 +11324,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11331,9 +11350,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11357,9 +11376,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11383,9 +11402,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11409,9 +11428,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11435,9 +11454,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11461,9 +11480,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11487,9 +11506,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11513,9 +11532,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11539,9 +11558,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11565,9 +11584,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11591,9 +11610,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11617,9 +11636,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11643,9 +11662,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11669,9 +11688,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11695,9 +11714,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11721,9 +11740,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11747,9 +11766,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11773,9 +11792,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11799,9 +11818,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11825,9 +11844,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11851,9 +11870,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11877,9 +11896,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11903,9 +11922,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11929,9 +11948,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11955,9 +11974,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11981,9 +12000,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12007,9 +12026,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12033,9 +12052,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12059,9 +12078,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12085,9 +12104,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12111,9 +12130,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12137,9 +12156,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12163,9 +12182,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12189,9 +12208,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12215,9 +12234,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12241,9 +12260,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12267,9 +12286,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12293,9 +12312,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12319,9 +12338,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12345,9 +12364,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12371,9 +12390,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12397,9 +12416,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12423,9 +12442,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12449,9 +12468,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12475,9 +12494,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12501,9 +12520,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12527,9 +12546,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12553,9 +12572,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12579,9 +12598,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12605,9 +12624,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12635,9 +12654,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12665,9 +12684,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12695,9 +12714,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12725,9 +12744,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12755,9 +12774,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12785,9 +12804,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12811,9 +12830,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12837,9 +12856,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12863,9 +12882,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12889,9 +12908,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12915,9 +12934,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12945,9 +12964,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12975,9 +12994,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13005,9 +13024,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13035,9 +13054,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13065,9 +13084,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13095,9 +13114,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13125,9 +13144,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13155,9 +13174,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13185,9 +13204,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13215,9 +13234,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13245,9 +13264,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13271,9 +13290,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13301,9 +13320,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13327,9 +13346,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13357,9 +13376,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13387,9 +13406,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13417,9 +13436,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13443,9 +13462,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13469,9 +13488,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13495,9 +13514,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13521,9 +13540,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13547,9 +13566,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13578,9 +13597,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13604,9 +13623,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13630,9 +13649,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13656,9 +13675,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13682,9 +13701,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13708,9 +13727,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13734,9 +13753,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13760,9 +13779,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13786,9 +13805,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13812,9 +13831,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13838,9 +13857,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13864,9 +13883,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13894,9 +13913,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13924,9 +13943,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13954,9 +13973,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13984,9 +14003,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14014,9 +14033,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14044,9 +14063,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14070,9 +14089,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14096,9 +14115,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14122,9 +14141,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14148,9 +14167,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14178,9 +14197,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14208,9 +14227,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14238,9 +14257,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14268,9 +14287,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14298,9 +14317,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14328,9 +14347,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14358,9 +14377,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14388,9 +14407,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14418,9 +14437,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14448,9 +14467,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14478,9 +14497,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14508,9 +14527,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14538,9 +14557,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14568,9 +14587,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14594,9 +14613,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14624,9 +14643,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14650,9 +14669,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14676,9 +14695,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14706,9 +14725,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14736,9 +14755,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14762,9 +14781,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14788,9 +14807,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14814,9 +14833,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14840,9 +14859,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14866,9 +14885,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14896,9 +14915,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14922,9 +14941,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14948,9 +14967,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14974,9 +14993,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15000,9 +15019,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15026,9 +15045,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15052,9 +15071,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15078,9 +15097,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15104,9 +15123,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15130,9 +15149,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15156,9 +15175,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15182,9 +15201,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15212,9 +15231,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15242,9 +15261,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15272,9 +15291,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15302,9 +15321,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15332,9 +15351,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15362,9 +15381,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15388,9 +15407,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15414,9 +15433,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15440,9 +15459,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15466,9 +15485,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15496,9 +15515,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15526,9 +15545,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15556,9 +15575,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15582,9 +15601,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15608,9 +15627,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15638,9 +15657,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15664,9 +15683,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15690,9 +15709,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15716,9 +15735,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15742,9 +15761,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15768,9 +15787,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15794,9 +15813,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15820,9 +15839,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15846,9 +15865,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15872,9 +15891,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15898,9 +15917,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15924,9 +15943,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15950,9 +15969,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15980,9 +15999,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16010,9 +16029,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16040,9 +16059,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16066,9 +16085,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16092,9 +16111,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16118,9 +16137,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16144,9 +16163,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16170,9 +16189,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16200,9 +16219,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16226,9 +16245,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16252,9 +16271,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16278,9 +16297,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16304,9 +16323,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16338,9 +16358,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16364,9 +16385,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16385,9 +16406,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16406,9 +16427,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16426,9 +16447,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16452,9 +16473,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16477,9 +16498,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16506,9 +16527,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16535,9 +16556,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16565,9 +16586,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -10.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16590,9 +16611,9 @@ "BaseValueUnits": 2.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16615,9 +16636,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16640,9 +16661,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16665,9 +16686,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16691,9 +16712,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16717,9 +16738,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16742,9 +16763,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16767,9 +16788,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16792,9 +16813,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16817,9 +16838,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16842,9 +16863,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16867,9 +16888,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16892,9 +16913,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16917,9 +16938,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16942,9 +16963,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16967,9 +16988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16992,9 +17013,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17017,9 +17038,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17042,9 +17063,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17067,9 +17088,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17092,9 +17113,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17117,9 +17138,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17142,9 +17163,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17167,9 +17188,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17192,9 +17213,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17217,9 +17238,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17242,9 +17263,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17267,9 +17288,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17292,9 +17313,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17318,9 +17339,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17344,9 +17365,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17370,9 +17391,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17396,9 +17417,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17417,9 +17439,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17443,9 +17466,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17469,9 +17493,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17495,9 +17520,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17521,9 +17546,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17547,9 +17572,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/fr/ConstructedTechnology.lang.json b/assets/json/fr/ConstructedTechnology.lang.json index 50945298..e7caabbc 100644 --- a/assets/json/fr/ConstructedTechnology.lang.json +++ b/assets/json/fr/ConstructedTechnology.lang.json @@ -9,9 +9,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/1.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -35,9 +35,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/2.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -70,9 +70,9 @@ "Colour": "2C7C9F", "Power": -15.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -101,9 +101,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -136,9 +136,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -170,9 +170,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -200,9 +200,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/7.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -230,9 +230,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/8.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -264,9 +264,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 20, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -299,9 +299,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -333,9 +333,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -367,9 +367,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -397,9 +397,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -427,9 +427,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -457,9 +457,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -492,9 +492,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -518,9 +518,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -553,9 +553,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -588,9 +588,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -622,9 +622,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -652,9 +652,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -678,9 +678,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -712,9 +712,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -746,9 +746,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -780,9 +780,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -814,9 +814,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -848,9 +848,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -882,9 +882,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -912,9 +912,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -942,9 +942,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -972,9 +972,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1002,9 +1002,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1033,9 +1033,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1068,9 +1068,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1103,9 +1103,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1137,9 +1137,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1167,9 +1167,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/39.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1193,9 +1193,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/40.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1227,9 +1227,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1261,9 +1261,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1296,9 +1296,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1331,9 +1331,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/44.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1366,9 +1366,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/45.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1402,9 +1402,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1434,9 +1434,9 @@ "Colour": "2C7C9F", "Power": 100.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1465,9 +1465,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1492,9 +1492,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1524,9 +1524,9 @@ "Colour": "2C7C9F", "Power": 50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1560,9 +1560,9 @@ "Colour": "2C7C9F", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1596,9 +1596,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/52.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1627,9 +1627,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/53.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1649,9 +1649,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/54.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1671,9 +1671,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/55.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1702,9 +1702,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/56.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1733,9 +1733,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1764,9 +1764,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1791,9 +1791,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/59.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1818,9 +1818,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/60.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1849,9 +1849,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/61.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1880,9 +1880,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/62.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1914,9 +1914,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/63.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1948,10 +1948,10 @@ "CurrencyType": "None", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1970,9 +1970,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2000,9 +2000,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2030,9 +2030,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2060,9 +2060,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2090,9 +2090,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2120,9 +2120,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2150,9 +2150,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2180,9 +2180,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2210,9 +2210,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2240,9 +2240,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2269,9 +2269,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2298,9 +2298,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2327,9 +2327,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2356,9 +2356,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2385,9 +2385,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2414,9 +2414,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2443,9 +2443,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2472,9 +2472,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2501,9 +2501,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2530,9 +2530,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/fr/Cooking.lang.json b/assets/json/fr/Cooking.lang.json index 5fa887dc..78172b21 100644 --- a/assets/json/fr/Cooking.lang.json +++ b/assets/json/fr/Cooking.lang.json @@ -11,13 +11,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/1.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -40,13 +40,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/2.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -69,13 +69,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/3.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -98,13 +98,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/4.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -127,13 +127,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/5.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -156,13 +156,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/6.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -185,13 +185,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/7.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -214,13 +214,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/8.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -243,13 +243,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/9.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -272,13 +272,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/10.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -301,13 +301,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/11.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -330,13 +330,13 @@ "Colour": "007951", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/12.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -359,12 +359,12 @@ "Colour": "007953", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/13.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,12 +387,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/14.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -415,12 +415,12 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/15.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -443,12 +443,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/16.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,13 +471,13 @@ "Colour": "DB2400", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/17.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -500,12 +500,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/18.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -528,12 +528,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/19.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -556,12 +556,12 @@ "Colour": "007951", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/20.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -584,12 +584,12 @@ "Colour": "007951", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/21.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -612,12 +612,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/22.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -640,13 +640,13 @@ "Colour": "79502E", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/23.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,12 +669,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/24.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -697,12 +697,12 @@ "Colour": "007953", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/25.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -725,13 +725,13 @@ "Colour": "79502E", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/26.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -754,12 +754,12 @@ "Colour": "007952", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/27.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -782,13 +782,13 @@ "Colour": "7B0000", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/28.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -811,13 +811,13 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/29.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -840,12 +840,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/30.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -868,12 +868,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/31.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -896,12 +896,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/32.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -924,12 +924,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/33.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -952,12 +952,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/34.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -980,12 +980,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/35.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1008,12 +1008,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/36.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1036,12 +1036,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/37.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1064,12 +1064,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/38.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1092,12 +1092,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/39.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1120,14 +1120,14 @@ "Colour": "7B0000", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/40.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1150,12 +1150,12 @@ "Colour": "DEDCD1", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/41.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1178,12 +1178,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/42.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1206,12 +1206,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/43.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1234,12 +1234,12 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/44.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1262,12 +1262,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/45.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1290,12 +1290,12 @@ "Colour": "DEDCD1", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/46.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1318,13 +1318,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/47.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1347,12 +1347,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/48.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1375,13 +1375,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/49.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1404,13 +1404,13 @@ "Colour": "095C77", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/50.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1433,13 +1433,13 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/51.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1462,13 +1462,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/52.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1491,13 +1491,13 @@ "Colour": "DB2400", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/53.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1520,13 +1520,13 @@ "Colour": "007953", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/54.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1549,13 +1549,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/55.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1578,13 +1578,13 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/56.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1607,13 +1607,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/57.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1636,13 +1636,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/58.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1665,13 +1665,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/59.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1694,13 +1694,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/60.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1723,12 +1723,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/61.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1751,12 +1751,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/62.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1779,12 +1779,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/63.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1807,12 +1807,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/64.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1835,13 +1835,13 @@ "Colour": "007953", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/65.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1864,12 +1864,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/66.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1892,12 +1892,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/67.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1920,12 +1920,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/68.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1948,12 +1948,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/69.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1976,13 +1976,13 @@ "Colour": "BB3830", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/70.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2005,12 +2005,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/71.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2033,12 +2033,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/72.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2061,12 +2061,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/73.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2089,12 +2089,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/74.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2117,12 +2117,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/75.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2145,12 +2145,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/76.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2173,13 +2173,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/77.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2202,13 +2202,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/78.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2231,13 +2231,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/79.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2260,13 +2260,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/80.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2289,13 +2289,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/81.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2318,13 +2318,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/82.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2347,13 +2347,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/83.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2376,13 +2376,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/84.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2405,13 +2405,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/85.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2434,13 +2434,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/86.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2463,13 +2463,13 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/87.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2492,13 +2492,13 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/88.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2521,13 +2521,13 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/89.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2550,13 +2550,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/90.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2579,13 +2579,13 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/91.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2608,13 +2608,13 @@ "Colour": "79502E", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/92.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2637,12 +2637,12 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/93.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2665,13 +2665,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/94.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2694,13 +2694,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/95.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2723,12 +2723,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/96.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2751,12 +2751,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/97.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2779,12 +2779,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/98.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2807,13 +2807,13 @@ "Colour": "79502E", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/99.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2836,13 +2836,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/100.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2865,12 +2865,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/101.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2893,12 +2893,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/102.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2921,12 +2921,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/103.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2949,12 +2949,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/104.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2977,13 +2977,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/105.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3006,12 +3006,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/106.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3034,13 +3034,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/107.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3063,12 +3063,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/108.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3091,12 +3091,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/109.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3119,12 +3119,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/110.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3147,12 +3147,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/111.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3175,13 +3175,13 @@ "Colour": "095C77", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/112.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3204,13 +3204,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/113.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3233,12 +3233,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/114.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3261,13 +3261,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/115.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3290,12 +3290,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/116.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3318,13 +3318,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/117.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3347,12 +3347,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/118.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3373,12 +3373,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/119.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3399,12 +3399,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/120.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3425,11 +3425,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/121.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3450,13 +3451,13 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/122.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3482,11 +3483,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/123.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3507,11 +3509,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/124.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3532,11 +3535,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/125.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3557,11 +3561,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/126.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3582,12 +3587,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/127.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3610,12 +3615,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/128.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3638,13 +3643,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/129.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3667,12 +3672,12 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/130.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,12 +3700,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/131.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3723,12 +3728,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/132.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3751,12 +3756,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/133.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3779,12 +3784,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/134.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3807,12 +3812,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/135.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3835,12 +3840,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/136.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3863,12 +3868,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/137.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3891,12 +3896,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/138.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3919,12 +3924,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/139.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3947,12 +3952,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/140.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3975,12 +3980,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/141.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4003,12 +4008,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/142.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4031,12 +4036,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/143.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4059,12 +4064,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/144.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4087,12 +4092,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/145.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4115,12 +4120,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/146.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4143,12 +4148,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/147.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4171,12 +4176,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/148.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4199,12 +4204,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/149.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4227,12 +4232,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/150.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4255,12 +4260,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/151.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4283,12 +4288,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/152.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4311,12 +4316,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/153.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4339,13 +4344,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/154.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4368,12 +4373,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/155.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4396,12 +4401,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/156.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4424,12 +4429,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/157.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4452,12 +4457,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/158.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4480,12 +4485,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/159.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4508,12 +4513,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/160.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4536,13 +4541,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/161.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4565,12 +4570,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/162.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4593,12 +4598,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/163.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4621,12 +4626,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/164.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4649,12 +4654,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/165.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4677,12 +4682,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/166.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4705,12 +4710,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/167.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4733,12 +4738,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/168.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4761,12 +4766,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/169.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4789,12 +4794,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/170.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4817,12 +4822,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/171.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4845,12 +4850,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/172.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4873,12 +4878,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/173.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4901,12 +4906,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/174.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4929,12 +4934,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/175.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4957,12 +4962,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/176.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4985,12 +4990,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/177.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5013,12 +5018,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/178.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5041,12 +5046,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/179.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5068,12 +5073,12 @@ "MaxStackSize": 50.0, "Colour": "6AD01E", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5095,12 +5100,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5123,12 +5128,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/182.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5151,13 +5156,13 @@ "Colour": "D35300", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/183.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5180,12 +5185,12 @@ "Colour": "6AD01E", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/184.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5208,12 +5213,12 @@ "Colour": "F26D15", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/185.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5236,12 +5241,12 @@ "Colour": "6AD01E", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/186.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5264,13 +5269,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/187.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5293,13 +5298,13 @@ "Colour": "6AD01E", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/188.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5322,13 +5327,13 @@ "Colour": "6AD01E", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/189.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5351,12 +5356,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/190.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5379,12 +5384,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/191.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5407,12 +5412,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/192.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5435,12 +5440,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/193.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5463,12 +5468,12 @@ "Colour": "8A7F72", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/194.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5491,12 +5496,12 @@ "Colour": "1EA3EE", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/195.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5519,12 +5524,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/196.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5547,12 +5552,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/197.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5575,12 +5580,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/198.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5603,12 +5608,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/199.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5631,12 +5636,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/200.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5659,12 +5664,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/201.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5687,12 +5692,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/202.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5715,12 +5720,12 @@ "Colour": "8A7F72", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/203.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5742,12 +5747,12 @@ "MaxStackSize": 50.0, "Colour": "6AD01E", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5770,12 +5775,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/205.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5798,12 +5803,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/206.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5825,12 +5830,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5853,12 +5858,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/208.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5881,12 +5886,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/209.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5909,12 +5914,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/210.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5937,12 +5942,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/211.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5965,12 +5970,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/212.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5993,12 +5998,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/213.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6021,12 +6026,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/214.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6049,12 +6054,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/215.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6077,12 +6082,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/216.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6105,12 +6110,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/217.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6133,12 +6138,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/218.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6161,12 +6166,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/219.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6189,12 +6194,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/220.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6217,12 +6222,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/221.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6245,12 +6250,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/222.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6273,12 +6278,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/223.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6301,12 +6306,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/224.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6329,12 +6334,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/225.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6357,12 +6362,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/226.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6385,12 +6390,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/227.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6413,12 +6418,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/228.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6441,12 +6446,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/229.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6469,12 +6474,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/230.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6497,12 +6502,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/231.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6525,12 +6530,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/232.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6553,12 +6558,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/233.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6581,12 +6586,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/234.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6609,12 +6614,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/235.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6637,12 +6642,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/236.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6665,12 +6670,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/237.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6693,12 +6698,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/238.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6721,12 +6726,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/239.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6749,12 +6754,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/240.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6777,12 +6782,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/241.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6805,12 +6810,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/242.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6833,12 +6838,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/243.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6861,12 +6866,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/244.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6889,12 +6894,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/245.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6917,12 +6922,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/246.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6945,12 +6950,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/247.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6973,12 +6978,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/248.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7001,12 +7006,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/249.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7029,12 +7034,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/250.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7057,12 +7062,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/251.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7084,12 +7089,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7111,12 +7116,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7138,12 +7143,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7165,12 +7170,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7192,12 +7197,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7219,12 +7224,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7246,12 +7251,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7273,12 +7278,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7300,12 +7305,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7327,13 +7332,13 @@ "MaxStackSize": 50.0, "Colour": "DEDCD1", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7355,13 +7360,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7383,13 +7388,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7411,13 +7416,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7439,12 +7444,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7466,12 +7471,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7493,12 +7498,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7520,12 +7525,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7547,12 +7552,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7574,12 +7579,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7601,13 +7606,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7629,13 +7634,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7657,13 +7662,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7685,13 +7690,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7713,13 +7718,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7741,13 +7746,13 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7769,12 +7774,12 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7796,12 +7801,12 @@ "MaxStackSize": 50.0, "Colour": "DEDCD1", "CookingValue": 0.9, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7823,12 +7828,12 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7850,12 +7855,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7877,13 +7882,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/fr/Curiosity.lang.json b/assets/json/fr/Curiosity.lang.json index e695b988..0ef40228 100644 --- a/assets/json/fr/Curiosity.lang.json +++ b/assets/json/fr/Curiosity.lang.json @@ -10,11 +10,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -34,12 +34,12 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -59,9 +59,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -94,11 +94,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -123,11 +123,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -156,11 +156,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -189,11 +189,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -222,11 +222,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/8.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -255,11 +255,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/9.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -288,11 +288,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/10.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -321,11 +321,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -354,11 +354,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/12.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,11 +387,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/13.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -420,11 +420,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/14.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -445,14 +445,14 @@ "Colour": "CCCCCC", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/curiosities/15.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -472,11 +472,11 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/16.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -496,12 +496,12 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -522,13 +522,13 @@ "Colour": "CCCCCC", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/curiosities/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -548,12 +548,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -573,10 +573,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -609,12 +609,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/21.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -634,10 +634,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/22.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -657,11 +657,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -681,11 +681,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/24.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -705,9 +705,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -727,9 +727,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -749,11 +749,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -773,11 +773,12 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/28.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -799,11 +800,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/29.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -825,12 +826,12 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -852,11 +853,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/31.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -878,12 +879,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/32.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -903,9 +904,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -925,9 +926,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -947,9 +948,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -969,10 +970,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/36.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -992,9 +993,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1014,9 +1015,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1036,10 +1037,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/39.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1059,10 +1060,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/40.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1082,9 +1083,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1113,9 +1114,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1144,9 +1145,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1175,10 +1176,10 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/44.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1198,10 +1199,10 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/45.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1221,9 +1222,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1242,9 +1243,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1263,9 +1264,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1284,9 +1285,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1305,9 +1306,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1326,10 +1327,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1350,10 +1351,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1374,10 +1375,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1396,10 +1397,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,10 +1419,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1442,10 +1443,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1464,10 +1465,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1486,10 +1487,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1510,10 +1511,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1532,10 +1533,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1554,10 +1555,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1578,10 +1579,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1600,10 +1601,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1622,9 +1623,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "DEDCD1", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 5000, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1642,9 +1644,9 @@ "BaseValueUnits": 256000.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/fr/Factions.lang.json b/assets/json/fr/Factions.lang.json new file mode 100644 index 00000000..64e1dcfa --- /dev/null +++ b/assets/json/fr/Factions.lang.json @@ -0,0 +1,1527 @@ +{ + "Milestone": "ÉTAPES CLÉS", + "Category": "CATÉGORIES", + "Categories": [ + { + "Id": "journey", + "Name": "Étapes du voyage", + "Description": "Un voyage infini : explorez et survivez dans un univers sans limites.", + "Missions": [], + "Additional": [ + "NavigateToJourneyPage" + ] + } + ], + "Lifeform": "FORMES DE VIE", + "Lifeforms": [ + { + "Id": "gek", + "Name": "Les Gek", + "Description": "De petite taille, ces formes de vie reptiliennes et aviformes sont les marchands les plus importants de la galaxie. Ils peuvent communiquer à l'aide de phéromones libérées avec précaution, qui transmettent des concepts et des sentiments complexes par l'odorat.\n\nOriginaires de la planète Balaron, les autres formes de vie sensibles les considèrent avec méfiance en raison des agissements des Premiers-Nés gek, qui ont construit un empire puissant par la conquête et le massacre.", + "Missions": [ + { + "Name": "Estime", + "Icon": "faction/MEDAL.GEKGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "Rival", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "Concurrent", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "Client", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "Client régulier", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "Client fidèle", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "Collègue", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Partenaire", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Ami", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Meilleur Ami", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Favori", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.GEKGOLD.png", + "Name": "Seigneur marchand", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Missions accomplies", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Mots obtenus", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "BAFOUILLEUR", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "DÉBUTANT", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ÉTUDIANT", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "COMPRIS", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "SAVANT", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "EXPERT", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "INTERPRÈTE", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "LINGUISTE", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "POLYGLOTTE", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "TRADUCTEUR UNIVERSEL", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "POISSON BABEL", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "Systèmes visités", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + }, + { + "Id": "vykeen", + "Name": "Les Vy'keen", + "Description": "Les Vy'keen sont des êtres belliqueux originaires du système Dryn'dargh. Ils sont obnubilés par l'idée de vaincre les Sentinelles. Contrôlés par le Haut-commandement vy'keen, ils combattent la menace sentinelle, dans toute la galaxie.\n\nMalgré leur apparence agressive, les Vy'keen se conforment à un strict code d'honneur. Ils accordent de l'importance à la loyauté, au sens du sacrifice et à une belle mort plutôt qu'aux biens matériels ou au savoir, et ont juré d'aider le Voyageur autant que possible.", + "Missions": [ + { + "Name": "Estime", + "Icon": "faction/MEDAL.VYKEENGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "Ennemi", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "Détracteur", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "Neutre", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "Complice", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "Allié", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "Allié proche", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Camarade", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Précepteur", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Adjudant", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Commandant", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.VYKEENGOLD.png", + "Name": "Templier", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Missions accomplies", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Mots obtenus", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "BAFOUILLEUR", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "DÉBUTANT", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ÉTUDIANT", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "COMPRIS", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "SAVANT", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "EXPERT", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "INTERPRÈTE", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "LINGUISTE", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "POLYGLOTTE", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "TRADUCTEUR UNIVERSEL", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "POISSON BABEL", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "Systèmes visités", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + }, + { + "Id": "explorer", + "Name": "Les Korvax", + "Description": "Les entités korvax sont des formes de vie non organiques qui occupent des enveloppes métalliques transmises de génération en génération. Ils pensent pouvoir s'élever au niveau de l'Atlas grâce à l'étude mathématique, et que le chemin qui y mène passe par l'étude des Sentinelles.\n\nChaque Korvax est un esprit pur, une goutte au sein de leur immense Convergence collective. L'enveloppe qu'ils habitent a peu d'importance comparée à leur connexion à cette conscience de groupe.\n\nLes Korvax ont été réduits à l'esclavage par les Premiers-Nés gek, et nombreux sont ceux qui ne font toujours pas confiance aux Gek.", + "Missions": [ + { + "Name": "Estime", + "Icon": "faction/MEDAL.KORVAXGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "Tracas", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "Irritation", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "Non étudié", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "Point d'intérêt", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "Cobaye", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "Objet d'étude", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Sujet d'étude", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Créature intrigante", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Sauveur", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Singularité", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.KORVAXGOLD.png", + "Name": "Voyageur de l'Atlas", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Missions accomplies", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Mots obtenus", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "BAFOUILLEUR", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "DÉBUTANT", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ÉTUDIANT", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "COMPRIS", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "SAVANT", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "EXPERT", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "INTERPRÈTE", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "LINGUISTE", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "POLYGLOTTE", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "TRADUCTEUR UNIVERSEL", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "POISSON BABEL", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "Systèmes visités", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + } + ], + "Guild": "GUILDES", + "Guilds": [ + { + "Id": "traGuild", + "Name": "Guilde des marchands", + "Description": "Une organisation collective qui représente les entreprises commerciales et les marchands individuels de toute la galaxie. Elle aide à contrôler et à trouver du travail pour les pilotes à embaucher au nom de ses membres.\n\nLes Gek prédominent naturellement au sein de la Guilde des marchands, mais il ne s'agit pas pour autant d'un club privé. Toutes les formes de vie y sont les bienvenues, tant qu'elles ont les réserves en capital requises...", + "Missions": [ + { + "Name": "Estime", + "Icon": "faction/MEDAL.MERCHGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "Haï", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "Hostile", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "Inconnu", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "Initié", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "Apprenti", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "Compagnon", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Associé", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Expert", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Maître", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Ancien", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.MERCHGOLD.png", + "Name": "Exalté", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Missions accomplies", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Unités accumulées", + "Icon": "faction/MEDAL.UNITSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.UNITSOFF.png", + "Name": "NOUVELLE AFFAIRE", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "CAMIONNEUR SPATIAL", + "RequiredProgress": 75000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "COMMERÇANT", + "RequiredProgress": 100000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "TRAVAILLEUR", + "RequiredProgress": 150000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "MARCHAND", + "RequiredProgress": 250000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "ENTREPRENANT", + "RequiredProgress": 500000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "ENTREPRENEUR", + "RequiredProgress": 750000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "INVESTISSEUR", + "RequiredProgress": 1000000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "CAPITALISTE", + "RequiredProgress": 1250000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "DIRECTEUR GÉNÉRAL", + "RequiredProgress": 1500000 + }, + { + "Icon": "faction/MEDAL.UNITSGOLD.png", + "Name": "MAGNAT", + "RequiredProgress": 2000000 + } + ] + }, + { + "Name": "Plantes cultivées", + "Icon": "faction/MEDAL.PLANTSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANTSOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.PLANTSGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 80 + } + ] + } + ] + }, + { + "Id": "warGuild", + "Name": "Guilde des mercenaires", + "Description": "Un ensemble disparate d'organisations de mercenaires de toute la galaxie. La guilde comprend toute une panoplie de factions en concurrence, dont beaucoup se battraient entre elles si elles en avaient l'occasion.\n\nPirates, justiciers solitaires, agents infiltrés, cultes, rebelles et militants : la Guilde des mercenaires maintient la paix au sein de la galaxie en s'assurant que les bons postes soient donnés aux bons groupes d'opportunistes armés.", + "Missions": [ + { + "Name": "Estime", + "Icon": "faction/MEDAL.WARRIORGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "Haï", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "Hostile", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "Inconnu", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "Initié", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "Apprenti", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "Compagnon", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Associé", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Expert", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Maître", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Ancien", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.WARRIORGOLD.png", + "Name": "Exalté", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Missions accomplies", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Sentinelles détruites", + "Icon": "faction/MEDAL.SENTINELSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.SENTINELSOFF.png", + "Name": "SEREIN", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "NOVICE", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "NUISANCE", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "BAGARREUR", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "TROUBLE-FÊTE", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "COMBATTANT", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "MENACE", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "RÉPUTÉ", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "DANGEREUX", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "EXPERT", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.SENTINELSGOLD.png", + "Name": "LÉGENDE", + "RequiredProgress": 80 + } + ] + }, + { + "Name": "Vaisseaux détruits", + "Icon": "faction/MEDAL.PIRATESGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PIRATESOFF.png", + "Name": "NON TESTÉ", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "NOVICE", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "NUISANCE", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "BAGARREUR", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "FAUTEUR DE TROUBLE", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "GUERRIER", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "MENACE", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "CRIMINEL NOTOIRE", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "DANGEREUX", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "EXPERT", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.PIRATESGOLD.png", + "Name": "LÉGENDE", + "RequiredProgress": 80 + } + ] + } + ] + }, + { + "Id": "traGuild", + "Name": "Guilde des explorateurs", + "Description": "La Guilde des explorateurs, une société mutuelle de chercheurs et d'explorateurs, réunit ceux qui ont besoin de données avec ceux qui les récupèrent.\n\nLes membres sont essentiellement divisés entre les institutions scientifiques, les sociétés géographiques et les entreprises technologiques, avec parfois quelques explorateurs individuels. La Guilde propose des ressources mises en commun, des laboratoires partagés, des séries de conférences et des remises de prix annuelles.", + "Missions": [ + { + "Name": "Estime", + "Icon": "faction/MEDAL.EXPLORERGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "Haï", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "Hostile", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "Inconnu", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "Initié", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "Apprenti", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "Compagnon", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Associé", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Expert", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Maître", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Ancien", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.EXPLORERGOLD.png", + "Name": "Exalté", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Missions accomplies", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Créatures rares scannées", + "Icon": "faction/MEDAL.CREATURESGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.CREATUREOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 25 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 35 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 45 + }, + { + "Icon": "faction/MEDAL.CREATURESGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + } + ] + }, + { + "Name": "Exploration spatiale", + "Icon": "faction/MEDAL.WARPSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WARPSOFF.png", + "Name": "OBSERVATEUR STELLAIRE", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "RANGER", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "ÉCLAIREUR", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "EXPERT EN DISTORSION", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "EXCURSIONNISTE", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "PRÉCURSEUR", + "RequiredProgress": 25 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "DÉCOUVREUR", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "VOYAGEUR", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "PIONNIER", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "EXPLORATEUR", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.WARPSGOLD.png", + "Name": "ARGONAUTE", + "RequiredProgress": 75 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/assets/json/fr/Others.lang.json b/assets/json/fr/Others.lang.json index 3869e050..efc254e3 100644 --- a/assets/json/fr/Others.lang.json +++ b/assets/json/fr/Others.lang.json @@ -9,10 +9,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -34,10 +34,10 @@ "MaxStackSize": 20.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/2.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -59,11 +59,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/other/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -83,11 +83,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/other/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -107,10 +107,10 @@ "MaxStackSize": 20.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/other/5.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -130,10 +130,10 @@ "MaxStackSize": 20.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/6.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -153,10 +153,10 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/7.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -176,10 +176,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -198,9 +199,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -219,9 +220,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -240,9 +241,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -261,9 +263,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -282,9 +284,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -303,9 +305,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -324,9 +327,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -345,9 +349,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -366,9 +371,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,9 +393,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -408,9 +414,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -429,9 +435,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -450,9 +457,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,9 +479,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -492,9 +501,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -513,9 +522,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -534,9 +544,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -555,9 +565,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -576,9 +586,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -597,9 +607,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -618,9 +629,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -639,9 +651,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -660,9 +672,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -681,9 +694,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -702,9 +715,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -723,9 +736,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -744,9 +757,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -765,9 +778,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -786,9 +799,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -807,10 +820,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -829,9 +842,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -850,10 +863,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -872,9 +885,9 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -893,9 +906,9 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -914,9 +927,9 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -935,9 +948,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -956,9 +969,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -977,9 +990,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1003,9 +1016,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1029,9 +1042,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1055,9 +1068,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1081,9 +1094,10 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1107,9 +1121,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1133,9 +1147,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1154,9 +1168,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1175,9 +1189,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1196,9 +1210,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1217,9 +1231,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1238,9 +1252,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1259,9 +1273,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1280,9 +1294,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1301,9 +1315,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1322,9 +1336,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1343,9 +1357,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1364,9 +1378,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1385,9 +1399,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1406,9 +1420,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1427,9 +1441,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1448,9 +1462,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1469,9 +1483,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1490,9 +1504,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1511,9 +1525,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1532,9 +1546,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1553,9 +1567,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1574,9 +1588,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1595,9 +1609,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1616,9 +1630,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1637,9 +1651,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1658,9 +1672,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1679,9 +1693,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1700,9 +1714,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1730,9 +1744,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1756,9 +1770,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1782,9 +1796,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1808,9 +1822,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1834,9 +1848,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1860,9 +1874,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1886,9 +1900,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1912,9 +1926,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1938,9 +1952,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1964,9 +1978,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1985,9 +1999,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2006,9 +2020,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2027,9 +2041,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2047,9 +2061,9 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "311A49", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2070,9 +2084,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2096,9 +2110,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2122,9 +2136,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2148,9 +2162,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2174,9 +2188,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2200,9 +2214,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2221,9 +2235,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2242,9 +2256,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2263,9 +2277,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2284,9 +2298,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2305,9 +2319,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2326,9 +2340,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2347,9 +2361,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2368,9 +2382,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2389,9 +2403,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2410,9 +2424,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2431,9 +2445,10 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2452,9 +2467,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2473,10 +2488,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2495,9 +2510,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2516,9 +2532,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2537,9 +2554,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2558,9 +2576,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2579,9 +2598,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2605,9 +2625,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2626,9 +2647,11 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2647,9 +2670,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2668,9 +2693,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2689,9 +2716,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2710,9 +2739,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2736,9 +2766,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2757,9 +2787,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2778,9 +2808,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2799,9 +2829,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2820,9 +2850,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2841,9 +2871,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2862,9 +2892,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2883,9 +2913,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2904,9 +2934,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2925,9 +2955,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2946,9 +2976,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2967,9 +2997,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2987,7 +3017,10 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [ + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3005,7 +3038,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3023,7 +3056,9 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [ + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3041,7 +3076,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3059,7 +3094,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3077,7 +3112,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3095,9 +3130,9 @@ "BaseValueUnits": 80.0, "CurrencyType": "Quicksilver", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3117,9 +3152,9 @@ "BaseValueUnits": 3200.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3138,9 +3173,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3159,9 +3195,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3180,9 +3217,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3218,9 +3256,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3239,9 +3278,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3265,9 +3305,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3286,9 +3327,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3307,9 +3349,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3328,9 +3371,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3349,9 +3393,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3370,9 +3415,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3391,9 +3437,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3412,9 +3459,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3433,9 +3481,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3454,9 +3503,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3475,9 +3525,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3496,9 +3547,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3517,9 +3569,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3538,9 +3591,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3559,9 +3613,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3580,9 +3635,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3601,9 +3657,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3622,9 +3679,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3643,9 +3701,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3669,9 +3727,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,9 +3753,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3721,9 +3779,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3747,9 +3805,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3773,9 +3831,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3799,9 +3857,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3825,9 +3883,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3851,9 +3909,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3877,9 +3935,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3903,9 +3961,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3929,9 +3987,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3955,9 +4013,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3981,9 +4039,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4002,10 +4060,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4024,10 +4082,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4046,9 +4104,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4067,9 +4126,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4088,9 +4148,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4109,9 +4170,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4135,9 +4197,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4156,9 +4219,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4177,9 +4241,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4198,9 +4263,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4224,9 +4290,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4260,9 +4327,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4281,9 +4348,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4302,9 +4369,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4323,9 +4390,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4344,9 +4411,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4365,10 +4432,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4389,10 +4456,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4413,10 +4480,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4437,10 +4504,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4461,10 +4528,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4485,9 +4552,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4506,9 +4574,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4527,9 +4596,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4548,9 +4618,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4574,9 +4645,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4595,9 +4667,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/fr/Products.lang.json b/assets/json/fr/Products.lang.json index 0c9451ce..a440e082 100644 --- a/assets/json/fr/Products.lang.json +++ b/assets/json/fr/Products.lang.json @@ -10,11 +10,11 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -43,10 +43,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -76,13 +76,13 @@ "Colour": "F3A923", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/products/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -107,10 +107,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/4.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -130,11 +131,11 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -159,10 +160,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -187,10 +188,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -219,10 +220,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -242,10 +244,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/9.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -265,10 +268,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/10.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -288,13 +292,13 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -319,10 +323,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/12.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -351,10 +355,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/13.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -383,10 +387,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/14.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -415,10 +419,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/15.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -447,10 +451,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/16.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -479,13 +483,13 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 0, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -514,12 +518,12 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -548,14 +552,14 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -584,13 +588,13 @@ "MaxStackSize": 100.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -619,10 +623,11 @@ "MaxStackSize": 100.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/21.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -642,11 +647,11 @@ "MaxStackSize": 50.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/22.png", - "Usages": { - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -675,14 +680,14 @@ "MaxStackSize": 100.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -711,10 +716,11 @@ "MaxStackSize": 100.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/24.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -734,10 +740,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/25.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -766,10 +772,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/26.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -798,10 +804,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -830,13 +836,13 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/28.png", - "Usages": { - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -865,12 +871,12 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/29.png", - "Usages": { - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -903,11 +909,11 @@ "MaxStackSize": 5000.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/products/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "CraftingOutputAmount": 1250, "BlueprintCost": 1, "BlueprintCostType": "None", @@ -933,9 +939,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -955,9 +962,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -977,9 +985,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -999,9 +1008,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -1021,9 +1031,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -1043,9 +1054,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1065,11 +1077,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/49.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1098,10 +1110,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/51.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -1130,10 +1142,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/52.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1162,10 +1174,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/53.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -1194,11 +1206,11 @@ "MaxStackSize": 25.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/54.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1223,11 +1235,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/55.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1252,10 +1264,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/56.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1284,11 +1296,11 @@ "MaxStackSize": 20.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/57.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1317,10 +1329,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/58.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1349,12 +1361,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/59.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1383,12 +1395,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/60.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1417,12 +1429,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/61.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1451,11 +1463,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/62.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1484,10 +1496,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/63.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1516,11 +1528,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/64.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1549,11 +1561,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/65.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1582,10 +1594,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/66.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1614,11 +1626,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/67.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1647,10 +1659,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/68.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1679,10 +1691,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/69.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1711,10 +1723,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/70.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1743,13 +1755,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/71.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1778,13 +1790,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/72.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1813,13 +1825,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/73.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1848,13 +1860,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/74.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1883,13 +1895,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/75.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1918,13 +1930,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/76.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1953,12 +1965,12 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/77.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1991,12 +2003,12 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/78.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2029,9 +2041,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/79.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2064,9 +2076,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/80.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2099,10 +2111,10 @@ "MaxStackSize": 20.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/81.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2122,9 +2134,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/82.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2144,9 +2156,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/83.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2166,9 +2178,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/84.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2188,9 +2200,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/85.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2210,9 +2222,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/86.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2232,9 +2244,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/87.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2254,9 +2266,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/88.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2276,9 +2288,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/89.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2298,9 +2310,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/90.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2333,9 +2345,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/91.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2368,9 +2380,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/92.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2403,9 +2415,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/93.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2434,9 +2446,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/94.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2455,9 +2467,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2476,9 +2488,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2497,9 +2509,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2519,10 +2531,10 @@ "MaxStackSize": 150.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/98.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2541,10 +2553,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2675,9 +2687,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2696,9 +2708,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2717,9 +2729,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2738,10 +2750,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2762,10 +2774,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2786,10 +2798,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2810,10 +2822,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2845,10 +2857,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2880,10 +2892,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2911,10 +2923,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2946,10 +2958,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2981,11 +2993,11 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3006,11 +3018,11 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3030,10 +3042,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3051,10 +3063,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3072,10 +3084,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3093,10 +3105,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3114,10 +3126,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3135,10 +3147,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3156,10 +3168,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3177,10 +3189,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3198,10 +3210,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3219,10 +3231,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3240,10 +3252,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3261,10 +3273,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3282,10 +3294,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3303,10 +3315,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3324,10 +3336,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3345,10 +3357,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3366,10 +3378,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3387,10 +3399,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3408,10 +3420,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3429,10 +3441,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3450,10 +3462,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3471,10 +3483,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3492,10 +3504,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3513,10 +3525,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3534,10 +3546,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3555,10 +3567,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3576,10 +3588,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3597,10 +3609,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3619,10 +3631,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3643,11 +3655,11 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3666,10 +3678,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3689,10 +3701,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3710,10 +3722,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3731,10 +3743,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3752,10 +3764,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3773,10 +3785,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3796,10 +3808,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3819,11 +3831,11 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3841,11 +3853,11 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3863,12 +3875,12 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3886,10 +3898,10 @@ "BaseValueUnits": 3200.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3922,10 +3934,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3943,10 +3955,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3964,10 +3976,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3985,10 +3997,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4006,10 +4018,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4027,10 +4039,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4048,10 +4060,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/fr/RawMaterials.lang.json b/assets/json/fr/RawMaterials.lang.json index 25a18525..55027ae7 100644 --- a/assets/json/fr/RawMaterials.lang.json +++ b/assets/json/fr/RawMaterials.lang.json @@ -12,15 +12,15 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -42,15 +42,15 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -71,14 +71,14 @@ "MaxStackSize": 9999.0, "Colour": "BB3830", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -99,12 +99,12 @@ "MaxStackSize": 9999.0, "Colour": "DEDCD1", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -125,14 +125,14 @@ "MaxStackSize": 9999.0, "Colour": "355A7D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -153,13 +153,13 @@ "MaxStackSize": 9999.0, "Colour": "355A7D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -180,13 +180,13 @@ "MaxStackSize": 9999.0, "Colour": "DEDCD1", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -207,13 +207,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/8.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -234,13 +234,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/9.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -261,13 +261,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/10.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -288,12 +288,12 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -314,14 +314,14 @@ "MaxStackSize": 9999.0, "Colour": "F26D15", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/12.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -342,14 +342,14 @@ "MaxStackSize": 9999.0, "Colour": "F26D15", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/13.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -370,13 +370,13 @@ "MaxStackSize": 9999.0, "Colour": "005C83", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/14.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -397,13 +397,13 @@ "MaxStackSize": 9999.0, "Colour": "005C83", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/15.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -425,14 +425,14 @@ "Colour": "1E8A42", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/16.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -453,13 +453,13 @@ "MaxStackSize": 9999.0, "Colour": "1E8A42", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -480,12 +480,12 @@ "MaxStackSize": 9999.0, "Colour": "1E8A42", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -506,13 +506,13 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -533,13 +533,13 @@ "MaxStackSize": 9999.0, "Colour": "7B0000", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -560,13 +560,13 @@ "MaxStackSize": 9999.0, "Colour": "36611C", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/21.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -587,13 +587,13 @@ "MaxStackSize": 9999.0, "Colour": "01387D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/22.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -615,15 +615,15 @@ "Colour": "260000", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -644,13 +644,13 @@ "MaxStackSize": 9999.0, "Colour": "4E404F", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/24.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -671,14 +671,14 @@ "MaxStackSize": 9999.0, "Colour": "E57002", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/25.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -699,14 +699,14 @@ "MaxStackSize": 9999.0, "Colour": "00A64D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/26.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -727,14 +727,14 @@ "MaxStackSize": 9999.0, "Colour": "FFAD00", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/27.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -755,14 +755,14 @@ "MaxStackSize": 9999.0, "Colour": "1E4FD0", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/28.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -783,14 +783,14 @@ "MaxStackSize": 9999.0, "Colour": "DB2400", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/29.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -812,15 +812,15 @@ "Colour": "512741", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -841,13 +841,13 @@ "MaxStackSize": 9999.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/31.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -868,14 +868,14 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/32.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -896,14 +896,14 @@ "MaxStackSize": 9999.0, "Colour": "AA6E06", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/33.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -924,13 +924,13 @@ "MaxStackSize": 9999.0, "Colour": "507575", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/34.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -951,13 +951,13 @@ "MaxStackSize": 9999.0, "Colour": "265E3A", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/35.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -978,13 +978,13 @@ "MaxStackSize": 9999.0, "Colour": "4C3780", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/36.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1005,13 +1005,13 @@ "MaxStackSize": 9999.0, "Colour": "DE921F", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/37.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1032,12 +1032,12 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/38.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1058,11 +1058,11 @@ "MaxStackSize": 9999.0, "Colour": "7B0000", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/39.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1083,11 +1083,11 @@ "MaxStackSize": 9999.0, "Colour": "36611C", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/40.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1108,11 +1108,11 @@ "MaxStackSize": 9999.0, "Colour": "01387D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/41.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1134,14 +1134,14 @@ "Colour": "00A64D", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/42.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1163,14 +1163,14 @@ "Colour": "1E4FD0", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/43.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1192,14 +1192,14 @@ "Colour": "C5871D", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/44.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1221,14 +1221,14 @@ "Colour": "239626", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/45.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1250,14 +1250,14 @@ "Colour": "B94318", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/46.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1279,14 +1279,14 @@ "Colour": "208DAB", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/47.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1308,13 +1308,13 @@ "Colour": "5B6F35", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/48.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1336,13 +1336,13 @@ "Colour": "005C83", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/49.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1364,14 +1364,14 @@ "Colour": "79502E", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/50.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1392,12 +1392,12 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/51.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,13 +1418,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/52.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1445,12 +1445,12 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/53.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1471,13 +1471,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/54.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1498,13 +1498,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/55.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1525,11 +1525,11 @@ "MaxStackSize": 9999.0, "Colour": "1E354E", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/56.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1550,9 +1550,9 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1573,9 +1573,9 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1596,10 +1596,10 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/59.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1620,10 +1620,10 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/60.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1643,11 +1643,11 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "1A2733", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1667,10 +1667,10 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "DEDCD1", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1690,9 +1690,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1712,9 +1712,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1734,9 +1734,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1756,9 +1756,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1778,9 +1778,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1800,9 +1800,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1822,11 +1822,11 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "512741", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/fr/Technology.lang.json b/assets/json/fr/Technology.lang.json index 1cb6bf32..80a982ec 100644 --- a/assets/json/fr/Technology.lang.json +++ b/assets/json/fr/Technology.lang.json @@ -8,10 +8,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -34,9 +34,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -63,10 +63,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -89,9 +89,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -114,9 +114,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -139,9 +139,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -168,9 +168,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 200, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -197,10 +197,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -231,10 +231,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -265,10 +265,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -299,10 +299,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -333,9 +333,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -366,9 +366,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -395,9 +395,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -424,9 +424,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -457,9 +457,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -486,9 +486,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 350, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -519,9 +519,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 240, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -552,9 +552,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -577,9 +577,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 310, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -610,9 +610,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 580, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -643,9 +643,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -672,10 +672,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -702,9 +702,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -731,10 +731,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -761,9 +761,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -794,9 +794,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -827,9 +827,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -856,10 +856,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -886,9 +886,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -915,9 +915,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -944,9 +944,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 200, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -973,10 +973,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1003,9 +1003,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 85, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1036,9 +1036,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 100, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1065,9 +1065,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 50, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1094,9 +1094,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1123,9 +1123,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1152,9 +1152,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1181,9 +1181,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1210,9 +1210,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1239,9 +1239,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1268,9 +1268,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1297,9 +1297,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1326,9 +1326,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 75, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1359,9 +1359,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1388,9 +1388,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1417,10 +1417,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1451,9 +1451,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1476,9 +1476,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1505,9 +1505,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1530,9 +1530,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1559,9 +1559,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1592,9 +1592,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1621,9 +1621,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1646,9 +1646,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1671,9 +1671,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1700,9 +1700,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 320, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1733,9 +1733,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 50, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1762,9 +1762,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1791,9 +1791,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1820,10 +1820,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1846,9 +1846,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 75, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1879,9 +1879,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1912,9 +1912,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1941,9 +1941,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1970,9 +1970,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1995,9 +1995,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2020,10 +2020,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2054,10 +2054,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2084,10 +2084,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2118,9 +2118,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2147,9 +2147,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2176,9 +2176,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2205,9 +2205,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2234,9 +2234,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2263,9 +2263,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2288,9 +2288,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2313,9 +2313,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2346,9 +2346,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2371,9 +2371,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2404,9 +2404,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2437,9 +2437,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2466,9 +2466,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2499,9 +2499,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2532,9 +2532,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2565,9 +2565,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2594,9 +2594,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 320, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2627,9 +2627,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2660,9 +2660,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2693,9 +2693,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2722,9 +2722,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2751,10 +2751,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2781,9 +2781,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2814,9 +2814,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 450, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2847,9 +2847,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2880,9 +2880,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 350, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2913,9 +2913,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2938,9 +2938,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2963,9 +2963,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2988,9 +2988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3017,9 +3017,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3042,9 +3042,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3067,9 +3067,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3092,9 +3092,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3121,9 +3121,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3146,9 +3146,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3171,9 +3171,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3196,9 +3196,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3221,9 +3221,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3246,9 +3246,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3275,9 +3275,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3300,9 +3300,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3325,9 +3325,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3350,9 +3350,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3375,9 +3375,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3404,9 +3404,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3429,9 +3429,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3458,9 +3458,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3487,9 +3487,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3516,9 +3516,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3545,9 +3545,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3570,9 +3570,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3595,9 +3595,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3620,9 +3620,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3645,9 +3645,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3670,9 +3670,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,9 +3695,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3728,9 +3728,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3761,9 +3761,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3794,9 +3794,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3827,9 +3827,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3860,9 +3860,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3893,9 +3893,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3926,9 +3926,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 360, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3955,9 +3955,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3988,9 +3988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4021,9 +4021,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 240, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4054,9 +4054,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4087,9 +4087,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4116,9 +4116,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4145,9 +4145,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4170,9 +4170,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4199,9 +4199,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4232,9 +4232,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4265,9 +4265,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4294,9 +4294,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4327,9 +4327,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4356,9 +4356,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4385,9 +4385,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4418,9 +4418,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4451,10 +4451,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4481,10 +4481,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4511,10 +4511,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4541,10 +4541,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4571,9 +4571,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4600,9 +4600,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4629,9 +4629,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4662,9 +4662,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4691,10 +4691,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4721,9 +4721,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4754,9 +4754,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4787,9 +4787,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4820,9 +4820,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4853,9 +4853,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4886,9 +4886,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4919,9 +4919,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4952,9 +4952,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4985,9 +4985,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5018,9 +5018,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5051,9 +5051,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5084,9 +5084,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5113,9 +5113,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5146,9 +5146,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5179,9 +5179,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5212,9 +5212,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5241,9 +5241,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5274,9 +5274,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5303,10 +5303,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5333,10 +5333,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5363,10 +5363,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5397,10 +5397,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5427,9 +5427,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5460,9 +5460,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5493,9 +5493,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5522,9 +5522,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5551,9 +5551,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5576,9 +5576,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5605,9 +5605,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5630,9 +5630,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5659,9 +5659,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5684,9 +5684,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5713,9 +5713,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5742,9 +5742,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5775,9 +5775,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5800,9 +5800,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5833,10 +5833,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5867,9 +5867,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5900,9 +5900,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5933,10 +5933,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5967,9 +5967,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6000,9 +6000,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6033,9 +6033,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 480, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6066,9 +6066,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6099,9 +6099,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6132,9 +6132,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6161,9 +6161,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 480, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/fr/TradeItems.lang.json b/assets/json/fr/TradeItems.lang.json index 9859516f..e6affad4 100644 --- a/assets/json/fr/TradeItems.lang.json +++ b/assets/json/fr/TradeItems.lang.json @@ -10,9 +10,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/1.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -32,10 +32,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/2.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -55,10 +55,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/3.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -78,9 +78,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -100,9 +100,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -122,9 +122,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -144,9 +144,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/7.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -166,10 +166,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/8.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -189,10 +189,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/9.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -212,9 +212,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -234,9 +234,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -256,9 +256,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -278,9 +278,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -300,9 +300,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -322,9 +322,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -344,10 +344,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/16.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -367,10 +367,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/17.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -390,10 +390,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/18.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -413,10 +413,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/19.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -436,10 +436,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/20.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -459,9 +459,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -481,10 +481,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/22.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -504,9 +504,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -526,9 +526,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -548,9 +548,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -570,10 +570,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/26.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -593,9 +593,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -615,10 +615,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/28.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -638,9 +638,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -660,9 +660,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -682,9 +682,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -704,9 +704,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -726,9 +726,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -748,9 +748,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -770,9 +770,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/fr/UpgradeModules.lang.json b/assets/json/fr/UpgradeModules.lang.json index 78342555..1f4cd533 100644 --- a/assets/json/fr/UpgradeModules.lang.json +++ b/assets/json/fr/UpgradeModules.lang.json @@ -9,10 +9,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/1.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -31,10 +31,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/2.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -53,10 +53,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/3.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -75,10 +75,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/4.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -97,10 +97,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/5.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -119,10 +119,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/6.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -141,10 +141,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/7.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -163,10 +163,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -185,10 +185,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/9.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -207,10 +207,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/10.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -229,10 +229,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/11.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -251,10 +251,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/12.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -273,10 +273,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/13.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -295,10 +295,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/14.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -317,10 +317,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/15.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -339,10 +339,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/16.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -361,10 +361,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/17.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -383,10 +383,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/18.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -405,10 +405,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/19.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -427,10 +427,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/20.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -449,10 +449,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/21.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,10 +471,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/22.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -493,10 +493,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/23.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -515,10 +515,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/24.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -537,10 +537,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/25.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -559,10 +559,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/26.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -581,10 +581,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -603,10 +603,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/28.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -625,10 +625,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/29.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -647,10 +647,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/30.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,10 +669,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/31.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -691,10 +691,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/32.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -713,10 +713,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/33.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -735,10 +735,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/34.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -757,10 +757,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/35.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -779,10 +779,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/36.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -801,10 +801,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/37.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -823,10 +823,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/38.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -845,10 +845,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/39.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -867,10 +867,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/40.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -889,10 +889,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/41.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -911,10 +911,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/42.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -933,10 +933,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/43.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -955,10 +955,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/44.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -977,10 +977,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/45.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -999,10 +999,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/46.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1021,10 +1021,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/47.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1043,10 +1043,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/48.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1065,10 +1065,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/49.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1087,10 +1087,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/50.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1109,10 +1109,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/51.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1131,10 +1131,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/52.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1153,10 +1153,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/53.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1175,10 +1175,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/54.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1197,10 +1197,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/55.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1219,10 +1219,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/56.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1241,10 +1241,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/57.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1263,10 +1263,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/58.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1285,10 +1285,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/59.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1307,10 +1307,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/60.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1329,10 +1329,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/61.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1351,10 +1351,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/62.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1373,10 +1373,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/63.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1395,10 +1395,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/64.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1417,10 +1417,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/65.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1439,10 +1439,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/66.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1461,10 +1461,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/67.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1483,10 +1483,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/68.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1505,10 +1505,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/69.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1527,10 +1527,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/70.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1549,10 +1549,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/71.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1571,10 +1571,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/72.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1593,10 +1593,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/73.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1615,10 +1615,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/74.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1637,10 +1637,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/75.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1659,10 +1659,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/76.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1681,10 +1681,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/77.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1703,10 +1703,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/78.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1725,10 +1725,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/79.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1747,10 +1747,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/80.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1769,10 +1769,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/81.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1791,10 +1791,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/82.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1813,10 +1813,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/83.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1835,10 +1835,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/84.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1857,10 +1857,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/85.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1879,10 +1879,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/86.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1901,10 +1901,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/87.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1923,10 +1923,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/88.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1945,10 +1945,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/89.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1967,10 +1967,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/90.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1989,10 +1989,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/91.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2011,10 +2011,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/92.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2033,10 +2033,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/93.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2055,10 +2055,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/94.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2077,10 +2077,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/95.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2099,10 +2099,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/96.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2121,10 +2121,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/97.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2143,10 +2143,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/98.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2165,10 +2165,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/99.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2187,10 +2187,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/100.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2209,10 +2209,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/101.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2231,10 +2231,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/102.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2253,10 +2253,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/103.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2275,10 +2275,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/104.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2297,10 +2297,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/105.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2319,10 +2319,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/106.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2341,10 +2341,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/107.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2363,10 +2363,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/108.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2385,10 +2385,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/109.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2407,10 +2407,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/110.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2429,10 +2429,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/111.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2451,10 +2451,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/112.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2473,10 +2473,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/113.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2495,10 +2495,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/114.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2517,10 +2517,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/115.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2539,10 +2539,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/116.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2561,10 +2561,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/117.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2583,10 +2583,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/118.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2605,10 +2605,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/119.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2627,10 +2627,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/120.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2649,10 +2649,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/121.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2671,10 +2671,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/122.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2693,10 +2693,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/123.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2715,10 +2715,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/124.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2737,10 +2737,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/125.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2759,10 +2759,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/126.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2781,10 +2781,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/127.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2803,10 +2803,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/128.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2825,10 +2825,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/129.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2847,10 +2847,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/130.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2869,10 +2869,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/131.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2891,10 +2891,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/132.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2913,10 +2913,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/133.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2935,10 +2935,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/134.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2957,10 +2957,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/135.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2979,10 +2979,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/136.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3001,10 +3001,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/137.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3023,10 +3023,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/138.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3044,10 +3044,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3065,10 +3065,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3086,10 +3086,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3107,10 +3107,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3128,10 +3128,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3149,10 +3149,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3170,10 +3170,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3191,10 +3191,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3212,10 +3212,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3233,10 +3233,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3254,10 +3254,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3275,10 +3275,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3296,10 +3296,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3317,10 +3317,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3338,10 +3338,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3359,10 +3359,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3380,10 +3380,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3401,10 +3401,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3422,10 +3422,10 @@ "BaseValueUnits": 600.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3443,10 +3443,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3464,10 +3464,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3485,10 +3485,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3506,10 +3506,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3527,10 +3527,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3548,10 +3548,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3569,10 +3569,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3590,10 +3590,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3611,10 +3611,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3632,10 +3632,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3653,10 +3653,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3674,10 +3674,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,10 +3695,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3716,10 +3716,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3737,10 +3737,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/it/Buildings.lang.json b/assets/json/it/Buildings.lang.json index 7b993e18..d328fe5c 100644 --- a/assets/json/it/Buildings.lang.json +++ b/assets/json/it/Buildings.lang.json @@ -35,9 +35,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/2.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -65,9 +65,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -95,9 +95,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -125,9 +125,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -151,9 +151,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -182,9 +182,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/8.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -209,9 +209,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -236,9 +236,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -263,9 +263,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -290,9 +290,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -317,9 +317,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -348,9 +348,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -375,9 +375,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -402,9 +402,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -433,9 +433,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -460,9 +460,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -487,9 +487,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -514,9 +514,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -545,9 +545,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -576,9 +576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -607,9 +607,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -638,9 +638,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,9 +669,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -696,9 +696,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -723,9 +723,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -750,9 +750,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -777,9 +777,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -804,9 +804,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -831,9 +831,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -858,9 +858,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -889,9 +889,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -916,9 +916,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -943,9 +943,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -974,9 +974,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1001,9 +1001,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1028,9 +1028,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1055,9 +1055,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/39.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1086,9 +1086,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/40.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1117,9 +1117,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1144,9 +1144,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1171,9 +1171,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1198,9 +1198,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/44.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1225,9 +1225,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/45.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1252,9 +1252,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1279,9 +1279,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1306,9 +1306,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1333,9 +1333,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1360,9 +1360,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1387,9 +1387,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,9 +1418,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/52.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1445,9 +1445,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/53.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1472,9 +1472,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/54.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1503,9 +1503,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/55.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1530,9 +1530,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/56.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1557,9 +1557,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1584,9 +1584,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1615,9 +1615,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/59.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1646,9 +1646,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/60.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1673,9 +1673,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/61.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1704,9 +1704,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/62.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1735,9 +1735,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/63.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1762,9 +1762,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/64.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1789,9 +1789,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/building/65.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1838,9 +1838,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/67.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1865,9 +1865,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/68.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1892,9 +1892,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/69.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1919,9 +1919,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/70.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1946,9 +1946,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/71.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1973,9 +1973,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/72.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2004,9 +2004,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/73.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2035,9 +2035,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/building/74.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2066,9 +2066,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/75.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2092,9 +2092,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/76.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2118,9 +2118,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/77.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2149,9 +2149,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/78.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2176,9 +2176,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/79.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2206,9 +2206,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/80.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2236,9 +2236,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/81.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2262,9 +2262,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/82.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2289,9 +2289,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/83.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2316,9 +2316,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/84.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2342,9 +2342,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/85.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2372,9 +2372,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/86.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2398,9 +2398,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/87.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2424,9 +2424,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/88.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2450,9 +2450,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/89.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2476,9 +2476,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/90.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2502,9 +2502,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/91.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2528,9 +2528,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/92.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2554,9 +2554,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/93.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2580,9 +2580,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/94.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2610,9 +2610,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/95.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2636,9 +2636,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/96.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2666,9 +2666,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/97.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2696,9 +2696,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/98.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2726,9 +2726,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/106.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2753,9 +2753,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/118.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2788,9 +2788,9 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/building/129.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2820,9 +2820,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/130.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2852,9 +2852,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/131.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2883,9 +2883,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/132.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2915,9 +2915,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/133.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2946,9 +2946,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/134.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2973,9 +2973,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/135.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3008,9 +3008,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/136.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3036,9 +3036,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/137.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3068,9 +3068,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/138.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3099,9 +3099,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/139.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3130,9 +3130,9 @@ "Colour": "095C77", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/140.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3182,9 +3182,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/142.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3209,9 +3209,9 @@ "Colour": "2C7C9F", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/145.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3239,9 +3239,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/146.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3269,9 +3269,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/147.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3299,9 +3299,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/150.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3325,9 +3325,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/151.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3351,9 +3351,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/152.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3381,9 +3381,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/153.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3411,9 +3411,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/154.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3441,9 +3441,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/155.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3493,9 +3493,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/157.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3519,9 +3519,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/158.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3549,9 +3549,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/159.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3576,9 +3576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/161.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3603,9 +3603,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/162.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3630,9 +3630,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/163.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3657,9 +3657,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/164.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3684,9 +3684,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/165.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3711,9 +3711,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/166.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3738,9 +3738,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/167.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3765,9 +3765,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/168.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3792,9 +3792,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/169.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3819,9 +3819,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/170.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3846,9 +3846,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/171.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3873,9 +3873,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/building/172.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 6, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3900,9 +3900,9 @@ "Colour": "2C7C9F", "Power": -30.0, "CdnUrl": "https://cdn.nmsassistant.com/building/173.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 6, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3926,9 +3926,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/174.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3961,9 +3961,9 @@ "Colour": "2C7C9F", "Power": -2.0, "CdnUrl": "https://cdn.nmsassistant.com/building/175.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3992,9 +3992,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/176.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4027,9 +4027,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/177.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4062,9 +4062,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/178.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4097,9 +4097,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/179.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4132,9 +4132,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/180.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4167,9 +4167,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/181.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4193,9 +4193,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/182.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4219,9 +4219,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/204.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4245,9 +4245,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/205.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4271,9 +4271,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/206.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4298,9 +4298,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/207.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4333,9 +4333,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/213.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4360,9 +4360,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/214.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4390,9 +4390,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/215.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4416,9 +4416,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/219.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4442,9 +4442,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/220.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4468,9 +4468,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/221.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4494,9 +4494,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/222.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4524,9 +4524,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/223.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4550,9 +4550,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/224.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4580,9 +4580,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/225.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4610,9 +4610,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/226.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4636,9 +4636,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/227.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4666,9 +4666,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/228.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4692,9 +4692,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/229.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4718,9 +4718,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/230.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4744,9 +4744,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/231.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4770,9 +4770,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/232.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4796,9 +4796,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/233.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4826,9 +4826,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/234.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4856,9 +4856,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/235.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4886,9 +4886,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/236.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4916,9 +4916,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/237.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4946,9 +4946,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/238.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4977,9 +4977,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/239.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5008,9 +5008,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/240.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5039,9 +5039,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/241.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5069,9 +5069,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/242.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5099,9 +5099,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/243.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5129,9 +5129,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/244.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5159,9 +5159,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/245.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5189,9 +5189,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/246.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5219,9 +5219,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/247.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5245,9 +5245,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/248.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5271,9 +5271,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/249.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5301,9 +5301,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/250.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5327,9 +5327,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/253.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5353,9 +5353,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/254.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5379,9 +5379,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/255.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5405,9 +5405,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/256.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5431,9 +5431,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/257.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5457,9 +5457,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/258.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5483,9 +5483,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/259.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5509,9 +5509,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/260.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5535,9 +5535,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/261.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5561,9 +5561,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/266.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5587,9 +5587,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5614,9 +5614,9 @@ "MaxStackSize": 5.0, "Colour": "FFFFFF", "CdnUrl": "https://cdn.nmsassistant.com/building/272.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5636,9 +5636,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/273.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5667,9 +5667,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/274.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5698,9 +5698,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/275.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5729,9 +5729,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/276.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5760,9 +5760,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/277.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5791,9 +5791,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/278.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5822,9 +5822,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/279.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5853,9 +5853,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/280.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5884,9 +5884,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/281.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5915,9 +5915,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/282.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5946,9 +5946,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/283.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5977,9 +5977,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/284.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6008,9 +6008,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/285.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6039,9 +6039,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/286.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6070,9 +6070,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/287.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6101,9 +6101,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/288.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6132,9 +6132,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/289.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6163,9 +6164,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/290.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6194,9 +6195,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/291.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6225,9 +6226,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/292.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6256,9 +6258,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/293.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6287,9 +6289,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/294.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6314,9 +6316,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/295.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6341,9 +6344,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/296.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6368,9 +6372,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/297.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6395,9 +6400,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/298.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6422,9 +6428,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/299.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6449,9 +6455,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/300.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6476,9 +6482,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/301.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6507,9 +6513,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/302.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6538,9 +6545,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/303.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6569,9 +6576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/304.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6596,9 +6603,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/305.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6623,9 +6630,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/306.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6650,9 +6657,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/307.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6677,9 +6684,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/308.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6704,9 +6711,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/309.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6732,9 +6739,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/310.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6763,9 +6770,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/311.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6790,9 +6797,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/312.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6817,9 +6824,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/313.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6844,9 +6851,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/314.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6871,9 +6878,9 @@ "MaxStackSize": 20.0, "Colour": "262626", "CdnUrl": "https://cdn.nmsassistant.com/building/315.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6893,9 +6900,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/316.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6928,9 +6935,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/317.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6963,9 +6970,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/318.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6990,9 +6997,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/319.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7017,9 +7024,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/320.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7044,9 +7051,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/321.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7072,9 +7079,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/322.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7099,9 +7106,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/324.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7130,9 +7137,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/325.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7158,9 +7165,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/326.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7184,9 +7191,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7206,9 +7213,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/328.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7237,9 +7244,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/329.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7265,9 +7272,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/330.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7291,9 +7298,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7313,9 +7320,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/332.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7344,9 +7351,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/336.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7371,9 +7378,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/337.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7398,9 +7405,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/338.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7425,9 +7432,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/339.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7452,9 +7459,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/340.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7479,9 +7486,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/341.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7506,9 +7513,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/342.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7533,9 +7540,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/343.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7560,9 +7567,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/344.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7587,9 +7594,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/345.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7614,9 +7621,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/346.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7641,9 +7648,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/347.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7668,9 +7675,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/348.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7695,9 +7702,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/359.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7721,9 +7728,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/360.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7756,9 +7763,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/361.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7778,9 +7785,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/362.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7809,9 +7816,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/363.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7831,9 +7838,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/364.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7853,9 +7860,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/365.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7875,9 +7882,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/366.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7897,9 +7905,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/367.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7919,9 +7928,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/368.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7941,9 +7951,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/369.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7968,9 +7979,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/370.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7995,9 +8006,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/371.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8022,9 +8033,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/372.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8049,9 +8060,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/373.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8076,9 +8087,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/374.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8103,9 +8114,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/375.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8130,9 +8141,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/376.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8157,9 +8168,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/377.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8184,9 +8195,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/378.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8211,9 +8222,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/379.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8238,9 +8249,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/380.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8265,9 +8276,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/381.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8292,9 +8303,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/382.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8319,9 +8330,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/383.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8346,9 +8357,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/384.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8373,9 +8384,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/385.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8400,9 +8411,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/386.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8427,9 +8438,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/387.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8454,9 +8465,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/388.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8481,9 +8492,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/389.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8503,9 +8514,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/390.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8525,9 +8536,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/391.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8547,9 +8558,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/392.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8569,9 +8580,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/393.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8591,9 +8602,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/394.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8612,9 +8623,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/395.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 15, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -8647,9 +8658,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/396.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -8680,9 +8691,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8709,9 +8720,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8738,9 +8749,9 @@ "BaseValueUnits": 300.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8767,9 +8778,9 @@ "BaseValueUnits": 300.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8792,9 +8803,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8817,9 +8828,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8842,9 +8853,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8867,9 +8878,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8892,9 +8903,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8917,9 +8928,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8942,9 +8953,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8967,9 +8978,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8992,9 +9003,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9017,9 +9028,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9047,9 +9058,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9073,9 +9085,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9099,9 +9111,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9125,9 +9137,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9151,9 +9163,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9172,9 +9184,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9193,9 +9205,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9219,9 +9231,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9249,9 +9261,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9275,9 +9287,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9301,9 +9313,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9327,9 +9339,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9348,9 +9361,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9374,9 +9388,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9400,9 +9415,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9426,9 +9442,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9452,9 +9469,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9478,9 +9496,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9504,9 +9523,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9530,9 +9549,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9560,9 +9579,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9590,9 +9609,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9616,9 +9635,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9642,9 +9661,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9668,9 +9687,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9694,10 +9713,10 @@ "CurrencyType": "None", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9718,9 +9737,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9744,9 +9763,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9770,9 +9789,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9796,9 +9815,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9822,9 +9841,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9848,9 +9867,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9874,9 +9893,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9900,9 +9919,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9926,9 +9945,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9952,9 +9971,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9978,9 +9997,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10004,9 +10023,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10030,9 +10049,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10056,9 +10075,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10083,9 +10102,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10109,9 +10128,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10135,9 +10154,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10161,9 +10180,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10187,9 +10206,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10213,9 +10232,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10239,9 +10258,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10265,9 +10284,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10291,9 +10310,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10317,9 +10336,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10343,9 +10362,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10369,9 +10388,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10395,9 +10414,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10421,9 +10440,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10447,9 +10466,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10473,9 +10492,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10499,9 +10518,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10525,9 +10544,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10551,9 +10570,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10577,9 +10596,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10603,9 +10622,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10629,9 +10648,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10655,9 +10674,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10681,9 +10700,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10707,9 +10726,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10733,9 +10752,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10759,9 +10778,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10785,9 +10804,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10811,9 +10830,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10837,9 +10856,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10863,9 +10882,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10889,9 +10908,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10915,9 +10934,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10941,9 +10960,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10967,9 +10986,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10993,9 +11012,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11019,9 +11038,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11045,9 +11064,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11071,9 +11090,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11097,9 +11116,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11123,9 +11142,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11149,9 +11168,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11175,9 +11194,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11201,9 +11220,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11227,9 +11246,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11253,9 +11272,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11279,9 +11298,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11305,9 +11324,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11331,9 +11350,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11357,9 +11376,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11383,9 +11402,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11409,9 +11428,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11435,9 +11454,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11461,9 +11480,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11487,9 +11506,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11513,9 +11532,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11539,9 +11558,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11565,9 +11584,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11591,9 +11610,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11617,9 +11636,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11643,9 +11662,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11669,9 +11688,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11695,9 +11714,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11721,9 +11740,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11747,9 +11766,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11773,9 +11792,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11799,9 +11818,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11825,9 +11844,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11851,9 +11870,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11877,9 +11896,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11903,9 +11922,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11929,9 +11948,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11955,9 +11974,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11981,9 +12000,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12007,9 +12026,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12033,9 +12052,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12059,9 +12078,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12085,9 +12104,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12111,9 +12130,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12137,9 +12156,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12163,9 +12182,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12189,9 +12208,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12215,9 +12234,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12241,9 +12260,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12267,9 +12286,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12293,9 +12312,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12319,9 +12338,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12345,9 +12364,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12371,9 +12390,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12397,9 +12416,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12423,9 +12442,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12449,9 +12468,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12475,9 +12494,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12501,9 +12520,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12527,9 +12546,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12553,9 +12572,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12579,9 +12598,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12605,9 +12624,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12635,9 +12654,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12665,9 +12684,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12695,9 +12714,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12725,9 +12744,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12755,9 +12774,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12785,9 +12804,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12811,9 +12830,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12837,9 +12856,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12863,9 +12882,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12889,9 +12908,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12915,9 +12934,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12945,9 +12964,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12975,9 +12994,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13005,9 +13024,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13035,9 +13054,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13065,9 +13084,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13095,9 +13114,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13125,9 +13144,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13155,9 +13174,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13185,9 +13204,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13215,9 +13234,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13245,9 +13264,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13271,9 +13290,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13301,9 +13320,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13327,9 +13346,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13357,9 +13376,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13387,9 +13406,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13417,9 +13436,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13443,9 +13462,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13469,9 +13488,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13495,9 +13514,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13521,9 +13540,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13547,9 +13566,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13578,9 +13597,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13604,9 +13623,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13630,9 +13649,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13656,9 +13675,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13682,9 +13701,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13708,9 +13727,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13734,9 +13753,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13760,9 +13779,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13786,9 +13805,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13812,9 +13831,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13838,9 +13857,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13864,9 +13883,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13894,9 +13913,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13924,9 +13943,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13954,9 +13973,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13984,9 +14003,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14014,9 +14033,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14044,9 +14063,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14070,9 +14089,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14096,9 +14115,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14122,9 +14141,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14148,9 +14167,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14178,9 +14197,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14208,9 +14227,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14238,9 +14257,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14268,9 +14287,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14298,9 +14317,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14328,9 +14347,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14358,9 +14377,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14388,9 +14407,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14418,9 +14437,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14448,9 +14467,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14478,9 +14497,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14508,9 +14527,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14538,9 +14557,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14568,9 +14587,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14594,9 +14613,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14624,9 +14643,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14650,9 +14669,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14676,9 +14695,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14706,9 +14725,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14736,9 +14755,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14762,9 +14781,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14788,9 +14807,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14814,9 +14833,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14840,9 +14859,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14866,9 +14885,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14896,9 +14915,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14922,9 +14941,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14948,9 +14967,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14974,9 +14993,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15000,9 +15019,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15026,9 +15045,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15052,9 +15071,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15078,9 +15097,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15104,9 +15123,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15130,9 +15149,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15156,9 +15175,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15182,9 +15201,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15212,9 +15231,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15242,9 +15261,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15272,9 +15291,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15302,9 +15321,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15332,9 +15351,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15362,9 +15381,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15388,9 +15407,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15414,9 +15433,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15440,9 +15459,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15466,9 +15485,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15496,9 +15515,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15526,9 +15545,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15556,9 +15575,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15582,9 +15601,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15608,9 +15627,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15638,9 +15657,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15664,9 +15683,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15690,9 +15709,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15716,9 +15735,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15742,9 +15761,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15768,9 +15787,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15794,9 +15813,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15820,9 +15839,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15846,9 +15865,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15872,9 +15891,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15898,9 +15917,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15924,9 +15943,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15950,9 +15969,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15980,9 +15999,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16010,9 +16029,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16040,9 +16059,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16066,9 +16085,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16092,9 +16111,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16118,9 +16137,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16144,9 +16163,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16170,9 +16189,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16200,9 +16219,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16226,9 +16245,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16252,9 +16271,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16278,9 +16297,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16304,9 +16323,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16338,9 +16358,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16364,9 +16385,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16385,9 +16406,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16406,9 +16427,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16426,9 +16447,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16452,9 +16473,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16477,9 +16498,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16506,9 +16527,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16535,9 +16556,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16565,9 +16586,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -10.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16590,9 +16611,9 @@ "BaseValueUnits": 2.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16615,9 +16636,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16640,9 +16661,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16665,9 +16686,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16691,9 +16712,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16717,9 +16738,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16742,9 +16763,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16767,9 +16788,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16792,9 +16813,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16817,9 +16838,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16842,9 +16863,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16867,9 +16888,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16892,9 +16913,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16917,9 +16938,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16942,9 +16963,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16967,9 +16988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16992,9 +17013,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17017,9 +17038,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17042,9 +17063,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17067,9 +17088,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17092,9 +17113,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17117,9 +17138,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17142,9 +17163,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17167,9 +17188,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17192,9 +17213,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17217,9 +17238,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17242,9 +17263,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17267,9 +17288,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17292,9 +17313,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17318,9 +17339,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17344,9 +17365,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17370,9 +17391,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17396,9 +17417,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17417,9 +17439,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17443,9 +17466,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17469,9 +17493,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17495,9 +17520,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17521,9 +17546,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17547,9 +17572,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/it/ConstructedTechnology.lang.json b/assets/json/it/ConstructedTechnology.lang.json index 968e1d08..acba60bc 100644 --- a/assets/json/it/ConstructedTechnology.lang.json +++ b/assets/json/it/ConstructedTechnology.lang.json @@ -9,9 +9,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/1.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -35,9 +35,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/2.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -70,9 +70,9 @@ "Colour": "2C7C9F", "Power": -15.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -101,9 +101,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -136,9 +136,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -170,9 +170,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -200,9 +200,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/7.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -230,9 +230,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/8.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -264,9 +264,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 20, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -299,9 +299,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -333,9 +333,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -367,9 +367,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -397,9 +397,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -427,9 +427,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -457,9 +457,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -492,9 +492,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -518,9 +518,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -553,9 +553,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -588,9 +588,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -622,9 +622,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -652,9 +652,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -678,9 +678,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -712,9 +712,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -746,9 +746,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -780,9 +780,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -814,9 +814,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -848,9 +848,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -882,9 +882,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -912,9 +912,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -942,9 +942,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -972,9 +972,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1002,9 +1002,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1033,9 +1033,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1068,9 +1068,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1103,9 +1103,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1137,9 +1137,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1167,9 +1167,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/39.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1193,9 +1193,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/40.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1227,9 +1227,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1261,9 +1261,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1296,9 +1296,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1331,9 +1331,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/44.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1366,9 +1366,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/45.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1402,9 +1402,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1434,9 +1434,9 @@ "Colour": "2C7C9F", "Power": 100.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1465,9 +1465,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1492,9 +1492,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1524,9 +1524,9 @@ "Colour": "2C7C9F", "Power": 50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1560,9 +1560,9 @@ "Colour": "2C7C9F", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1596,9 +1596,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/52.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1627,9 +1627,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/53.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1649,9 +1649,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/54.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1671,9 +1671,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/55.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1702,9 +1702,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/56.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1733,9 +1733,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1764,9 +1764,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1791,9 +1791,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/59.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1818,9 +1818,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/60.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1849,9 +1849,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/61.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1880,9 +1880,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/62.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1914,9 +1914,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/63.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1948,10 +1948,10 @@ "CurrencyType": "None", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1970,9 +1970,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2000,9 +2000,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2030,9 +2030,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2060,9 +2060,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2090,9 +2090,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2120,9 +2120,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2150,9 +2150,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2180,9 +2180,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2210,9 +2210,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2240,9 +2240,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2269,9 +2269,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2298,9 +2298,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2327,9 +2327,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2356,9 +2356,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2385,9 +2385,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2414,9 +2414,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2443,9 +2443,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2472,9 +2472,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2501,9 +2501,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2530,9 +2530,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/it/Cooking.lang.json b/assets/json/it/Cooking.lang.json index 4dcac6a0..971ed050 100644 --- a/assets/json/it/Cooking.lang.json +++ b/assets/json/it/Cooking.lang.json @@ -11,13 +11,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/1.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -40,13 +40,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/2.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -69,13 +69,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/3.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -98,13 +98,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/4.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -127,13 +127,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/5.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -156,13 +156,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/6.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -185,13 +185,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/7.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -214,13 +214,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/8.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -243,13 +243,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/9.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -272,13 +272,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/10.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -301,13 +301,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/11.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -330,13 +330,13 @@ "Colour": "007951", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/12.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -359,12 +359,12 @@ "Colour": "007953", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/13.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,12 +387,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/14.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -415,12 +415,12 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/15.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -443,12 +443,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/16.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,13 +471,13 @@ "Colour": "DB2400", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/17.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -500,12 +500,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/18.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -528,12 +528,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/19.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -556,12 +556,12 @@ "Colour": "007951", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/20.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -584,12 +584,12 @@ "Colour": "007951", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/21.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -612,12 +612,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/22.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -640,13 +640,13 @@ "Colour": "79502E", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/23.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,12 +669,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/24.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -697,12 +697,12 @@ "Colour": "007953", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/25.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -725,13 +725,13 @@ "Colour": "79502E", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/26.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -754,12 +754,12 @@ "Colour": "007952", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/27.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -782,13 +782,13 @@ "Colour": "7B0000", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/28.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -811,13 +811,13 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/29.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -840,12 +840,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/30.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -868,12 +868,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/31.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -896,12 +896,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/32.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -924,12 +924,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/33.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -952,12 +952,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/34.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -980,12 +980,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/35.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1008,12 +1008,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/36.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1036,12 +1036,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/37.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1064,12 +1064,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/38.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1092,12 +1092,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/39.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1120,14 +1120,14 @@ "Colour": "7B0000", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/40.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1150,12 +1150,12 @@ "Colour": "DEDCD1", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/41.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1178,12 +1178,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/42.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1206,12 +1206,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/43.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1234,12 +1234,12 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/44.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1262,12 +1262,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/45.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1290,12 +1290,12 @@ "Colour": "DEDCD1", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/46.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1318,13 +1318,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/47.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1347,12 +1347,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/48.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1375,13 +1375,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/49.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1404,13 +1404,13 @@ "Colour": "095C77", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/50.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1433,13 +1433,13 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/51.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1462,13 +1462,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/52.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1491,13 +1491,13 @@ "Colour": "DB2400", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/53.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1520,13 +1520,13 @@ "Colour": "007953", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/54.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1549,13 +1549,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/55.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1578,13 +1578,13 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/56.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1607,13 +1607,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/57.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1636,13 +1636,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/58.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1665,13 +1665,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/59.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1694,13 +1694,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/60.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1723,12 +1723,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/61.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1751,12 +1751,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/62.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1779,12 +1779,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/63.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1807,12 +1807,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/64.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1835,13 +1835,13 @@ "Colour": "007953", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/65.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1864,12 +1864,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/66.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1892,12 +1892,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/67.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1920,12 +1920,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/68.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1948,12 +1948,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/69.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1976,13 +1976,13 @@ "Colour": "BB3830", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/70.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2005,12 +2005,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/71.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2033,12 +2033,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/72.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2061,12 +2061,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/73.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2089,12 +2089,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/74.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2117,12 +2117,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/75.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2145,12 +2145,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/76.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2173,13 +2173,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/77.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2202,13 +2202,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/78.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2231,13 +2231,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/79.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2260,13 +2260,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/80.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2289,13 +2289,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/81.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2318,13 +2318,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/82.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2347,13 +2347,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/83.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2376,13 +2376,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/84.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2405,13 +2405,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/85.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2434,13 +2434,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/86.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2463,13 +2463,13 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/87.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2492,13 +2492,13 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/88.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2521,13 +2521,13 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/89.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2550,13 +2550,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/90.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2579,13 +2579,13 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/91.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2608,13 +2608,13 @@ "Colour": "79502E", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/92.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2637,12 +2637,12 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/93.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2665,13 +2665,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/94.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2694,13 +2694,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/95.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2723,12 +2723,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/96.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2751,12 +2751,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/97.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2779,12 +2779,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/98.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2807,13 +2807,13 @@ "Colour": "79502E", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/99.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2836,13 +2836,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/100.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2865,12 +2865,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/101.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2893,12 +2893,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/102.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2921,12 +2921,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/103.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2949,12 +2949,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/104.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2977,13 +2977,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/105.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3006,12 +3006,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/106.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3034,13 +3034,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/107.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3063,12 +3063,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/108.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3091,12 +3091,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/109.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3119,12 +3119,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/110.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3147,12 +3147,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/111.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3175,13 +3175,13 @@ "Colour": "095C77", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/112.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3204,13 +3204,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/113.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3233,12 +3233,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/114.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3261,13 +3261,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/115.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3290,12 +3290,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/116.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3318,13 +3318,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/117.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3347,12 +3347,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/118.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3373,12 +3373,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/119.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3399,12 +3399,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/120.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3425,11 +3425,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/121.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3450,13 +3451,13 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/122.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3482,11 +3483,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/123.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3507,11 +3509,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/124.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3532,11 +3535,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/125.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3557,11 +3561,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/126.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3582,12 +3587,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/127.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3610,12 +3615,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/128.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3638,13 +3643,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/129.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3667,12 +3672,12 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/130.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,12 +3700,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/131.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3723,12 +3728,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/132.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3751,12 +3756,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/133.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3779,12 +3784,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/134.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3807,12 +3812,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/135.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3835,12 +3840,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/136.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3863,12 +3868,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/137.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3891,12 +3896,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/138.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3919,12 +3924,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/139.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3947,12 +3952,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/140.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3975,12 +3980,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/141.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4003,12 +4008,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/142.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4031,12 +4036,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/143.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4059,12 +4064,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/144.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4087,12 +4092,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/145.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4115,12 +4120,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/146.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4143,12 +4148,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/147.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4171,12 +4176,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/148.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4199,12 +4204,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/149.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4227,12 +4232,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/150.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4255,12 +4260,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/151.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4283,12 +4288,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/152.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4311,12 +4316,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/153.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4339,13 +4344,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/154.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4368,12 +4373,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/155.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4396,12 +4401,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/156.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4424,12 +4429,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/157.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4452,12 +4457,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/158.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4480,12 +4485,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/159.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4508,12 +4513,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/160.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4536,13 +4541,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/161.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4565,12 +4570,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/162.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4593,12 +4598,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/163.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4621,12 +4626,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/164.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4649,12 +4654,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/165.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4677,12 +4682,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/166.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4705,12 +4710,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/167.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4733,12 +4738,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/168.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4761,12 +4766,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/169.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4789,12 +4794,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/170.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4817,12 +4822,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/171.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4845,12 +4850,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/172.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4873,12 +4878,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/173.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4901,12 +4906,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/174.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4929,12 +4934,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/175.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4957,12 +4962,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/176.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4985,12 +4990,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/177.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5013,12 +5018,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/178.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5041,12 +5046,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/179.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5068,12 +5073,12 @@ "MaxStackSize": 50.0, "Colour": "6AD01E", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5095,12 +5100,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5123,12 +5128,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/182.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5151,13 +5156,13 @@ "Colour": "D35300", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/183.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5180,12 +5185,12 @@ "Colour": "6AD01E", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/184.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5208,12 +5213,12 @@ "Colour": "F26D15", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/185.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5236,12 +5241,12 @@ "Colour": "6AD01E", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/186.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5264,13 +5269,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/187.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5293,13 +5298,13 @@ "Colour": "6AD01E", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/188.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5322,13 +5327,13 @@ "Colour": "6AD01E", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/189.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5351,12 +5356,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/190.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5379,12 +5384,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/191.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5407,12 +5412,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/192.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5435,12 +5440,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/193.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5463,12 +5468,12 @@ "Colour": "8A7F72", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/194.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5491,12 +5496,12 @@ "Colour": "1EA3EE", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/195.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5519,12 +5524,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/196.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5547,12 +5552,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/197.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5575,12 +5580,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/198.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5603,12 +5608,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/199.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5631,12 +5636,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/200.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5659,12 +5664,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/201.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5687,12 +5692,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/202.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5715,12 +5720,12 @@ "Colour": "8A7F72", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/203.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5742,12 +5747,12 @@ "MaxStackSize": 50.0, "Colour": "6AD01E", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5770,12 +5775,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/205.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5798,12 +5803,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/206.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5825,12 +5830,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5853,12 +5858,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/208.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5881,12 +5886,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/209.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5909,12 +5914,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/210.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5937,12 +5942,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/211.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5965,12 +5970,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/212.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5993,12 +5998,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/213.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6021,12 +6026,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/214.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6049,12 +6054,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/215.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6077,12 +6082,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/216.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6105,12 +6110,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/217.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6133,12 +6138,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/218.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6161,12 +6166,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/219.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6189,12 +6194,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/220.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6217,12 +6222,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/221.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6245,12 +6250,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/222.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6273,12 +6278,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/223.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6301,12 +6306,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/224.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6329,12 +6334,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/225.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6357,12 +6362,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/226.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6385,12 +6390,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/227.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6413,12 +6418,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/228.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6441,12 +6446,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/229.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6469,12 +6474,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/230.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6497,12 +6502,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/231.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6525,12 +6530,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/232.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6553,12 +6558,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/233.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6581,12 +6586,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/234.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6609,12 +6614,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/235.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6637,12 +6642,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/236.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6665,12 +6670,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/237.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6693,12 +6698,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/238.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6721,12 +6726,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/239.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6749,12 +6754,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/240.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6777,12 +6782,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/241.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6805,12 +6810,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/242.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6833,12 +6838,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/243.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6861,12 +6866,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/244.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6889,12 +6894,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/245.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6917,12 +6922,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/246.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6945,12 +6950,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/247.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6973,12 +6978,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/248.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7001,12 +7006,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/249.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7029,12 +7034,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/250.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7057,12 +7062,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/251.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7084,12 +7089,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7111,12 +7116,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7138,12 +7143,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7165,12 +7170,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7192,12 +7197,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7219,12 +7224,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7246,12 +7251,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7273,12 +7278,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7300,12 +7305,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7327,13 +7332,13 @@ "MaxStackSize": 50.0, "Colour": "DEDCD1", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7355,13 +7360,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7383,13 +7388,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7411,13 +7416,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7439,12 +7444,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7466,12 +7471,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7493,12 +7498,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7520,12 +7525,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7547,12 +7552,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7574,12 +7579,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7601,13 +7606,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7629,13 +7634,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7657,13 +7662,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7685,13 +7690,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7713,13 +7718,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7741,13 +7746,13 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7769,12 +7774,12 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7796,12 +7801,12 @@ "MaxStackSize": 50.0, "Colour": "DEDCD1", "CookingValue": 0.9, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7823,12 +7828,12 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7850,12 +7855,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7877,13 +7882,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/it/Curiosity.lang.json b/assets/json/it/Curiosity.lang.json index 702da96f..39a7401b 100644 --- a/assets/json/it/Curiosity.lang.json +++ b/assets/json/it/Curiosity.lang.json @@ -10,11 +10,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -34,12 +34,12 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -59,9 +59,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -94,11 +94,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -123,11 +123,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -156,11 +156,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -189,11 +189,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -222,11 +222,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/8.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -255,11 +255,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/9.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -288,11 +288,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/10.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -321,11 +321,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -354,11 +354,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/12.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,11 +387,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/13.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -420,11 +420,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/14.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -445,14 +445,14 @@ "Colour": "CCCCCC", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/curiosities/15.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -472,11 +472,11 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/16.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -496,12 +496,12 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -522,13 +522,13 @@ "Colour": "CCCCCC", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/curiosities/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -548,12 +548,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -573,10 +573,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -609,12 +609,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/21.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -634,10 +634,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/22.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -657,11 +657,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -681,11 +681,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/24.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -705,9 +705,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -727,9 +727,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -749,11 +749,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -773,11 +773,12 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/28.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -799,11 +800,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/29.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -825,12 +826,12 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -852,11 +853,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/31.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -878,12 +879,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/32.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -903,9 +904,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -925,9 +926,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -947,9 +948,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -969,10 +970,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/36.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -992,9 +993,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1014,9 +1015,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1036,10 +1037,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/39.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1059,10 +1060,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/40.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1082,9 +1083,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1113,9 +1114,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1144,9 +1145,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1175,10 +1176,10 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/44.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1198,10 +1199,10 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/45.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1221,9 +1222,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1242,9 +1243,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1263,9 +1264,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1284,9 +1285,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1305,9 +1306,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1326,10 +1327,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1350,10 +1351,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1374,10 +1375,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1396,10 +1397,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,10 +1419,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1442,10 +1443,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1464,10 +1465,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1486,10 +1487,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1510,10 +1511,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1532,10 +1533,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1554,10 +1555,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1578,10 +1579,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1600,10 +1601,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1622,9 +1623,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "DEDCD1", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 5000, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1642,9 +1644,9 @@ "BaseValueUnits": 256000.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/it/Factions.lang.json b/assets/json/it/Factions.lang.json new file mode 100644 index 00000000..af43713a --- /dev/null +++ b/assets/json/it/Factions.lang.json @@ -0,0 +1,1527 @@ +{ + "Milestone": "OBIETTIVI", + "Category": "CATEGORIE", + "Categories": [ + { + "Id": "journey", + "Name": "Obiettivi viaggio", + "Description": "Un viaggio infinito: esplora e sopravvivi in un universo sconfinato", + "Missions": [], + "Additional": [ + "NavigateToJourneyPage" + ] + } + ], + "Lifeform": "FORME DI VITA", + "Lifeforms": [ + { + "Id": "gek", + "Name": "I Gek", + "Description": "Questi esseri rettiliani di bassa statura e dotati di becco sono i mercanti migliori della galassia. Sono in grado di comunicare con precise esalazioni di feromoni, trasmettendo tramite l'olfatto concetti complessi ed emozioni.\n\nIl loro pianeta natale è Balaron e sono visti con sospetto dalle altre specie a causa delle azioni della Prima Progenie Gek, che aveva creato un vasto impero con violenza e forza bruta.", + "Missions": [ + { + "Name": "Reputazione", + "Icon": "faction/MEDAL.GEKGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "Rivale", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "Avversario", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "Consumatore", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "Cliente", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "Cliente pregiato", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "Collega", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Compare", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Amico", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Miglior amico", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Favorito", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.GEKGOLD.png", + "Name": "Sig.re del commercio", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Missioni completate", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Parole scoperte", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "FARFUGLIATORE", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "PRINCIPIANTE", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "STUDENTE", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "COMPRESO", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "STUDIOSO", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "FLUENTE", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "INTERPRETE", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "LINGUISTA", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "POLIGLOTTA", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "TRADUTTORE UNIVERSALE", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "PESCE DI BABELE", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "Sistemi visitati", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + }, + { + "Id": "vykeen", + "Name": "I Vy'keen", + "Description": "I Vy'keen sono una specie di guerrieri provenienti dal sistema di Dryn'dargh e sono ossessionati dalla guerra con le Sentinelle. Sono controllati dall'Alto Comando dei Vy'keen, che li guida nella loro lotta alle Sentinelle in tutta la galassia.\n\nMalgrado il loro aspetto aggressivo, i Vy'keen rispettano un severo codice d'onore. Apprezzano la lealtà, il sacrificio e una buona morte più di qualsiasi bene materiale o conoscenza e hanno giurato di aiutare i Viaggiatori in qualunque modo possibile.", + "Missions": [ + { + "Name": "Reputazione", + "Icon": "faction/MEDAL.VYKEENGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "Nemico", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "Detrattore", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "Neutrale", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "Complice", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "Alleato", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "Alleato stretto", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Compagno", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Precettore", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Aiutante", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Comandante", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.VYKEENGOLD.png", + "Name": "Templare", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Missioni completate", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Parole scoperte", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "FARFUGLIATORE", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "PRINCIPIANTE", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "STUDENTE", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "COMPRESO", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "STUDIOSO", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "FLUENTE", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "INTERPRETE", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "LINGUISTA", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "POLIGLOTTA", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "TRADUTTORE UNIVERSALE", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "PESCE DI BABELE", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "Sistemi visitati", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + }, + { + "Id": "explorer", + "Name": "I Korvax", + "Description": "Le entità Korvax sono forme di vita inorganiche che abitano involucri metallici trasmessi di generazione in generazione. Credono di poter essere elevati al livello dell'Atlante tramite studi matematici e ritengono che il sentiero per raggiungere il loro scopo risieda nella ricerca delle Sentinelle.\n\nCiascun Korvax è una mente pura, una goccia nella loro Convergenza collettiva. L'involucro che abitano è di poco conto se comparato alla loro connessione con la coscienza collettiva.\n\nI Korvax furono schiavizzati dalla Prima Progenie Gek e in molti guardano i Gek con sospetto.", + "Missions": [ + { + "Name": "Reputazione", + "Icon": "faction/MEDAL.KORVAXGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "Seccatura", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "Irritazione", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "Inesperto", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "Punto d'interesse", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "Cavia", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "Focus di ricerca", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Tirocinante", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Pezzo grosso", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Salvatore", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Singolarità", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.KORVAXGOLD.png", + "Name": "Viagg.re dell'Atlante", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Missioni completate", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Parole scoperte", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "FARFUGLIATORE", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "PRINCIPIANTE", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "STUDENTE", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "COMPRESO", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "STUDIOSO", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "FLUENTE", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "INTERPRETE", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "LINGUISTA", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "POLIGLOTTA", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "TRADUTTORE UNIVERSALE", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "PESCE DI BABELE", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "Sistemi visitati", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + } + ], + "Guild": "GILDE", + "Guilds": [ + { + "Id": "traGuild", + "Name": "Gilda dei mercanti", + "Description": "Un'organizzazione che rappresenta compagnie commerciali e mercanti di tutta la galassia. Aiuta a controllare e commissionare il lavoro per i piloti indipendenti per conto dei suoi membri.\n\nLa gilda dei mercanti è naturalmente dominata dai Gek, ma non è un club esclusivo. Tutte le forme di vita sono le benvenute al suo interno, purché abbiano i capitali necessari...", + "Missions": [ + { + "Name": "Reputazione", + "Icon": "faction/MEDAL.MERCHGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "Odiato", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "Ostile", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "Sconosciuto", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "Iniziato", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "Apprendista", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "Competente", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Socio", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Esperto", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Maestro", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Anziano", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.MERCHGOLD.png", + "Name": "Amato", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Missioni completate", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Unità accumulate", + "Icon": "faction/MEDAL.UNITSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.UNITSOFF.png", + "Name": "NUOVI AFFARI", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "ASTROCAMIONISTA", + "RequiredProgress": 75000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "COMMERCIANTE", + "RequiredProgress": 100000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "AFFARISTA", + "RequiredProgress": 150000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "MERCANTE", + "RequiredProgress": 250000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "INTRAPRENDENTE", + "RequiredProgress": 500000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "IMPRENDITORE", + "RequiredProgress": 750000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "INVESTITORE", + "RequiredProgress": 1000000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "CAPITALISTA", + "RequiredProgress": 1250000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "MOGUL", + "RequiredProgress": 1500000 + }, + { + "Icon": "faction/MEDAL.UNITSGOLD.png", + "Name": "MAGNATE", + "RequiredProgress": 2000000 + } + ] + }, + { + "Name": "Piante coltivate", + "Icon": "faction/MEDAL.PLANTSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANTSOFF.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.PLANTSGOLD.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 80 + } + ] + } + ] + }, + { + "Id": "warGuild", + "Name": "Gilda dei mercenari", + "Description": "Un'organizzazione libera dei mercenari della galassia. La gilda ospita varie fazioni rivali, molte delle quali sarebbero pronte a venire alle mani alla prima occasione.\n\nPirati, vigilanti, agenti sotto copertura, cultisti, rinnegati e crociati: la gilda dei mercenari mantiene la pace nella galassia, assicurandosi che le missioni giuste siano affidate al giusto gruppo di opportunisti armati.", + "Missions": [ + { + "Name": "Reputazione", + "Icon": "faction/MEDAL.WARRIORGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "Odiato", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "Ostile", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "Sconosciuto", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "Iniziato", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "Apprendista", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "Competente", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Socio", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Esperto", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Maestro", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Anziano", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.WARRIORGOLD.png", + "Name": "Amato", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Missioni completate", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Sentinelle distrutte", + "Icon": "faction/MEDAL.SENTINELSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.SENTINELSOFF.png", + "Name": "INDISTURBATO", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "NOVELLINO", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "SECCATURA", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "ATTACCABRIGHE", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "PIANTAGRANE", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "COMBATTENTE", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "MINACCIA", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "FAMIGERATO", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "PERICOLOSO", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "ESPERTO", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.SENTINELSGOLD.png", + "Name": "LEGGENDA", + "RequiredProgress": 80 + } + ] + }, + { + "Name": "Astronavi distrutte", + "Icon": "faction/MEDAL.PIRATESGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PIRATESOFF.png", + "Name": "INCOGNITA", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "NOVELLINO", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "SECCATURA", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "ATTACCABRIGHE", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "PIANTAGRANE", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "COMBATTENTE", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "MINACCIA", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "FAMIGERATO", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "PERICOLOSO", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "ESPERTO", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.PIRATESGOLD.png", + "Name": "LEGGENDA", + "RequiredProgress": 80 + } + ] + } + ] + }, + { + "Id": "traGuild", + "Name": "Gilda degli esploratori", + "Description": "La gilda degli esploratori è un'associazione di ricercatori e pionieri che unisce chi ha bisogno di dati con chi è in grado di procurarli.\n\nI membri maggiori sono istituzioni scientifiche, società cartografiche e compagnie tecnologiche, nonché l'occasionale esploratore in solitaria. La gilda offre risorse condivise, laboratori, conferenze e premi annuali.", + "Missions": [ + { + "Name": "Reputazione", + "Icon": "faction/MEDAL.EXPLORERGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "Odiato", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "Ostile", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "Sconosciuto", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "Iniziato", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "Apprendista", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "Competente", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Socio", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Esperto", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Maestro", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Anziano", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.EXPLORERGOLD.png", + "Name": "Amato", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Missioni completate", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Creature rare scansionate", + "Icon": "faction/MEDAL.CREATURESGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.CREATUREOFF.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 25 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 35 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 45 + }, + { + "Icon": "faction/MEDAL.CREATURESGOLD.png", + "Name": "Totale: %AMOUNT%", + "RequiredProgress": 50 + } + ] + }, + { + "Name": "Esplorazione spaziale", + "Icon": "faction/MEDAL.WARPSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WARPSOFF.png", + "Name": "ASTRONOMO", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "AVANGUARDIA", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "RICOGNITORE", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "ESPERTO DI CURVATURA", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "TOPOGRAFO", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "MINA VAGANTE", + "RequiredProgress": 25 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "VIAGGIATORE", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "PIONIERE", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "ESPLORATORE", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "SUPERVISORE", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.WARPSGOLD.png", + "Name": "SCOPRITORE", + "RequiredProgress": 75 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/assets/json/it/Others.lang.json b/assets/json/it/Others.lang.json index f3e566dc..689922ef 100644 --- a/assets/json/it/Others.lang.json +++ b/assets/json/it/Others.lang.json @@ -9,10 +9,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -34,10 +34,10 @@ "MaxStackSize": 20.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/2.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -59,11 +59,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/other/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -83,11 +83,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/other/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -107,10 +107,10 @@ "MaxStackSize": 20.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/other/5.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -130,10 +130,10 @@ "MaxStackSize": 20.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/6.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -153,10 +153,10 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/7.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -176,10 +176,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -198,9 +199,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -219,9 +220,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -240,9 +241,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -261,9 +263,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -282,9 +284,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -303,9 +305,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -324,9 +327,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -345,9 +349,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -366,9 +371,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,9 +393,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -408,9 +414,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -429,9 +435,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -450,9 +457,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,9 +479,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -492,9 +501,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -513,9 +522,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -534,9 +544,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -555,9 +565,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -576,9 +586,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -597,9 +607,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -618,9 +629,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -639,9 +651,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -660,9 +672,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -681,9 +694,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -702,9 +715,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -723,9 +736,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -744,9 +757,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -765,9 +778,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -786,9 +799,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -807,10 +820,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -829,9 +842,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -850,10 +863,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -872,9 +885,9 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -893,9 +906,9 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -914,9 +927,9 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -935,9 +948,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -956,9 +969,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -977,9 +990,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1003,9 +1016,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1029,9 +1042,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1055,9 +1068,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1081,9 +1094,10 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1107,9 +1121,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1133,9 +1147,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1154,9 +1168,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1175,9 +1189,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1196,9 +1210,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1217,9 +1231,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1238,9 +1252,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1259,9 +1273,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1280,9 +1294,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1301,9 +1315,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1322,9 +1336,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1343,9 +1357,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1364,9 +1378,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1385,9 +1399,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1406,9 +1420,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1427,9 +1441,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1448,9 +1462,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1469,9 +1483,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1490,9 +1504,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1511,9 +1525,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1532,9 +1546,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1553,9 +1567,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1574,9 +1588,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1595,9 +1609,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1616,9 +1630,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1637,9 +1651,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1658,9 +1672,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1679,9 +1693,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1700,9 +1714,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1730,9 +1744,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1756,9 +1770,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1782,9 +1796,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1808,9 +1822,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1834,9 +1848,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1860,9 +1874,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1886,9 +1900,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1912,9 +1926,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1938,9 +1952,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1964,9 +1978,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1985,9 +1999,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2006,9 +2020,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2027,9 +2041,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2047,9 +2061,9 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "311A49", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2070,9 +2084,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2096,9 +2110,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2122,9 +2136,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2148,9 +2162,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2174,9 +2188,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2200,9 +2214,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2221,9 +2235,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2242,9 +2256,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2263,9 +2277,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2284,9 +2298,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2305,9 +2319,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2326,9 +2340,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2347,9 +2361,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2368,9 +2382,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2389,9 +2403,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2410,9 +2424,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2431,9 +2445,10 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2452,9 +2467,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2473,10 +2488,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2495,9 +2510,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2516,9 +2532,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2537,9 +2554,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2558,9 +2576,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2579,9 +2598,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2605,9 +2625,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2626,9 +2647,11 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2647,9 +2670,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2668,9 +2693,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2689,9 +2716,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2710,9 +2739,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2736,9 +2766,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2757,9 +2787,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2778,9 +2808,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2799,9 +2829,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2820,9 +2850,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2841,9 +2871,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2862,9 +2892,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2883,9 +2913,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2904,9 +2934,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2925,9 +2955,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2946,9 +2976,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2967,9 +2997,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2987,7 +3017,10 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [ + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3005,7 +3038,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3023,7 +3056,9 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [ + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3041,7 +3076,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3059,7 +3094,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3077,7 +3112,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3095,9 +3130,9 @@ "BaseValueUnits": 80.0, "CurrencyType": "Quicksilver", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3117,9 +3152,9 @@ "BaseValueUnits": 3200.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3138,9 +3173,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3159,9 +3195,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3180,9 +3217,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3218,9 +3256,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3239,9 +3278,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3265,9 +3305,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3286,9 +3327,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3307,9 +3349,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3328,9 +3371,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3349,9 +3393,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3370,9 +3415,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3391,9 +3437,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3412,9 +3459,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3433,9 +3481,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3454,9 +3503,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3475,9 +3525,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3496,9 +3547,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3517,9 +3569,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3538,9 +3591,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3559,9 +3613,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3580,9 +3635,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3601,9 +3657,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3622,9 +3679,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3643,9 +3701,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3669,9 +3727,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,9 +3753,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3721,9 +3779,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3747,9 +3805,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3773,9 +3831,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3799,9 +3857,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3825,9 +3883,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3851,9 +3909,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3877,9 +3935,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3903,9 +3961,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3929,9 +3987,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3955,9 +4013,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3981,9 +4039,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4002,10 +4060,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4024,10 +4082,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4046,9 +4104,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4067,9 +4126,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4088,9 +4148,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4109,9 +4170,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4135,9 +4197,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4156,9 +4219,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4177,9 +4241,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4198,9 +4263,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4224,9 +4290,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4260,9 +4327,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4281,9 +4348,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4302,9 +4369,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4323,9 +4390,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4344,9 +4411,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4365,10 +4432,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4389,10 +4456,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4413,10 +4480,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4437,10 +4504,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4461,10 +4528,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4485,9 +4552,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4506,9 +4574,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4527,9 +4596,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4548,9 +4618,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4574,9 +4645,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4595,9 +4667,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/it/Products.lang.json b/assets/json/it/Products.lang.json index af5c90ab..c7ecbfa9 100644 --- a/assets/json/it/Products.lang.json +++ b/assets/json/it/Products.lang.json @@ -10,11 +10,11 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -43,10 +43,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -76,13 +76,13 @@ "Colour": "F3A923", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/products/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -107,10 +107,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/4.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -130,11 +131,11 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -159,10 +160,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -187,10 +188,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -219,10 +220,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -242,10 +244,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/9.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -265,10 +268,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/10.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -288,13 +292,13 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -319,10 +323,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/12.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -351,10 +355,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/13.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -383,10 +387,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/14.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -415,10 +419,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/15.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -447,10 +451,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/16.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -479,13 +483,13 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 0, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -514,12 +518,12 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -548,14 +552,14 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -584,13 +588,13 @@ "MaxStackSize": 100.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -619,10 +623,11 @@ "MaxStackSize": 100.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/21.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -642,11 +647,11 @@ "MaxStackSize": 50.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/22.png", - "Usages": { - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -675,14 +680,14 @@ "MaxStackSize": 100.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -711,10 +716,11 @@ "MaxStackSize": 100.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/24.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -734,10 +740,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/25.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -766,10 +772,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/26.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -798,10 +804,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -830,13 +836,13 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/28.png", - "Usages": { - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -865,12 +871,12 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/29.png", - "Usages": { - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -903,11 +909,11 @@ "MaxStackSize": 5000.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/products/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "CraftingOutputAmount": 1250, "BlueprintCost": 1, "BlueprintCostType": "None", @@ -933,9 +939,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -955,9 +962,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -977,9 +985,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -999,9 +1008,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -1021,9 +1031,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -1043,9 +1054,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1065,11 +1077,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/49.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1098,10 +1110,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/51.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -1130,10 +1142,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/52.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1162,10 +1174,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/53.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -1194,11 +1206,11 @@ "MaxStackSize": 25.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/54.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1223,11 +1235,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/55.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1252,10 +1264,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/56.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1284,11 +1296,11 @@ "MaxStackSize": 20.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/57.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1317,10 +1329,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/58.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1349,12 +1361,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/59.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1383,12 +1395,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/60.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1417,12 +1429,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/61.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1451,11 +1463,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/62.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1484,10 +1496,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/63.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1516,11 +1528,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/64.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1549,11 +1561,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/65.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1582,10 +1594,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/66.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1614,11 +1626,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/67.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1647,10 +1659,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/68.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1679,10 +1691,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/69.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1711,10 +1723,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/70.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1743,13 +1755,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/71.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1778,13 +1790,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/72.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1813,13 +1825,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/73.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1848,13 +1860,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/74.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1883,13 +1895,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/75.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1918,13 +1930,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/76.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1953,12 +1965,12 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/77.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1991,12 +2003,12 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/78.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2029,9 +2041,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/79.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2064,9 +2076,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/80.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2099,10 +2111,10 @@ "MaxStackSize": 20.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/81.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2122,9 +2134,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/82.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2144,9 +2156,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/83.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2166,9 +2178,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/84.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2188,9 +2200,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/85.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2210,9 +2222,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/86.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2232,9 +2244,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/87.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2254,9 +2266,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/88.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2276,9 +2288,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/89.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2298,9 +2310,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/90.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2333,9 +2345,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/91.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2368,9 +2380,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/92.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2403,9 +2415,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/93.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2434,9 +2446,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/94.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2455,9 +2467,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2476,9 +2488,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2497,9 +2509,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2519,10 +2531,10 @@ "MaxStackSize": 150.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/98.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2541,10 +2553,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2675,9 +2687,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2696,9 +2708,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2717,9 +2729,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2738,10 +2750,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2762,10 +2774,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2786,10 +2798,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2810,10 +2822,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2845,10 +2857,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2880,10 +2892,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2911,10 +2923,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2946,10 +2958,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2981,11 +2993,11 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3006,11 +3018,11 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3030,10 +3042,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3051,10 +3063,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3072,10 +3084,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3093,10 +3105,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3114,10 +3126,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3135,10 +3147,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3156,10 +3168,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3177,10 +3189,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3198,10 +3210,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3219,10 +3231,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3240,10 +3252,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3261,10 +3273,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3282,10 +3294,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3303,10 +3315,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3324,10 +3336,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3345,10 +3357,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3366,10 +3378,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3387,10 +3399,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3408,10 +3420,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3429,10 +3441,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3450,10 +3462,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3471,10 +3483,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3492,10 +3504,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3513,10 +3525,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3534,10 +3546,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3555,10 +3567,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3576,10 +3588,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3597,10 +3609,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3619,10 +3631,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3643,11 +3655,11 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3666,10 +3678,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3689,10 +3701,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3710,10 +3722,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3731,10 +3743,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3752,10 +3764,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3773,10 +3785,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3796,10 +3808,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3819,11 +3831,11 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3841,11 +3853,11 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3863,12 +3875,12 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3886,10 +3898,10 @@ "BaseValueUnits": 3200.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3922,10 +3934,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3943,10 +3955,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3964,10 +3976,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3985,10 +3997,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4006,10 +4018,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4027,10 +4039,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4048,10 +4060,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/it/RawMaterials.lang.json b/assets/json/it/RawMaterials.lang.json index 5f56eff1..4b803a4d 100644 --- a/assets/json/it/RawMaterials.lang.json +++ b/assets/json/it/RawMaterials.lang.json @@ -12,15 +12,15 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -42,15 +42,15 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -71,14 +71,14 @@ "MaxStackSize": 9999.0, "Colour": "BB3830", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -99,12 +99,12 @@ "MaxStackSize": 9999.0, "Colour": "DEDCD1", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -125,14 +125,14 @@ "MaxStackSize": 9999.0, "Colour": "355A7D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -153,13 +153,13 @@ "MaxStackSize": 9999.0, "Colour": "355A7D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -180,13 +180,13 @@ "MaxStackSize": 9999.0, "Colour": "DEDCD1", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -207,13 +207,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/8.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -234,13 +234,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/9.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -261,13 +261,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/10.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -288,12 +288,12 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -314,14 +314,14 @@ "MaxStackSize": 9999.0, "Colour": "F26D15", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/12.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -342,14 +342,14 @@ "MaxStackSize": 9999.0, "Colour": "F26D15", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/13.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -370,13 +370,13 @@ "MaxStackSize": 9999.0, "Colour": "005C83", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/14.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -397,13 +397,13 @@ "MaxStackSize": 9999.0, "Colour": "005C83", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/15.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -425,14 +425,14 @@ "Colour": "1E8A42", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/16.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -453,13 +453,13 @@ "MaxStackSize": 9999.0, "Colour": "1E8A42", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -480,12 +480,12 @@ "MaxStackSize": 9999.0, "Colour": "1E8A42", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -506,13 +506,13 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -533,13 +533,13 @@ "MaxStackSize": 9999.0, "Colour": "7B0000", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -560,13 +560,13 @@ "MaxStackSize": 9999.0, "Colour": "36611C", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/21.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -587,13 +587,13 @@ "MaxStackSize": 9999.0, "Colour": "01387D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/22.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -615,15 +615,15 @@ "Colour": "260000", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -644,13 +644,13 @@ "MaxStackSize": 9999.0, "Colour": "4E404F", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/24.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -671,14 +671,14 @@ "MaxStackSize": 9999.0, "Colour": "E57002", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/25.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -699,14 +699,14 @@ "MaxStackSize": 9999.0, "Colour": "00A64D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/26.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -727,14 +727,14 @@ "MaxStackSize": 9999.0, "Colour": "FFAD00", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/27.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -755,14 +755,14 @@ "MaxStackSize": 9999.0, "Colour": "1E4FD0", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/28.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -783,14 +783,14 @@ "MaxStackSize": 9999.0, "Colour": "DB2400", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/29.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -812,15 +812,15 @@ "Colour": "512741", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -841,13 +841,13 @@ "MaxStackSize": 9999.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/31.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -868,14 +868,14 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/32.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -896,14 +896,14 @@ "MaxStackSize": 9999.0, "Colour": "AA6E06", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/33.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -924,13 +924,13 @@ "MaxStackSize": 9999.0, "Colour": "507575", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/34.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -951,13 +951,13 @@ "MaxStackSize": 9999.0, "Colour": "265E3A", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/35.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -978,13 +978,13 @@ "MaxStackSize": 9999.0, "Colour": "4C3780", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/36.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1005,13 +1005,13 @@ "MaxStackSize": 9999.0, "Colour": "DE921F", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/37.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1032,12 +1032,12 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/38.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1058,11 +1058,11 @@ "MaxStackSize": 9999.0, "Colour": "7B0000", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/39.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1083,11 +1083,11 @@ "MaxStackSize": 9999.0, "Colour": "36611C", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/40.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1108,11 +1108,11 @@ "MaxStackSize": 9999.0, "Colour": "01387D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/41.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1134,14 +1134,14 @@ "Colour": "00A64D", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/42.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1163,14 +1163,14 @@ "Colour": "1E4FD0", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/43.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1192,14 +1192,14 @@ "Colour": "C5871D", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/44.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1221,14 +1221,14 @@ "Colour": "239626", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/45.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1250,14 +1250,14 @@ "Colour": "B94318", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/46.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1279,14 +1279,14 @@ "Colour": "208DAB", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/47.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1308,13 +1308,13 @@ "Colour": "5B6F35", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/48.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1336,13 +1336,13 @@ "Colour": "005C83", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/49.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1364,14 +1364,14 @@ "Colour": "79502E", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/50.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1392,12 +1392,12 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/51.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,13 +1418,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/52.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1445,12 +1445,12 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/53.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1471,13 +1471,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/54.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1498,13 +1498,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/55.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1525,11 +1525,11 @@ "MaxStackSize": 9999.0, "Colour": "1E354E", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/56.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1550,9 +1550,9 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1573,9 +1573,9 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1596,10 +1596,10 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/59.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1620,10 +1620,10 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/60.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1643,11 +1643,11 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "1A2733", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1667,10 +1667,10 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "DEDCD1", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1690,9 +1690,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1712,9 +1712,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1734,9 +1734,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1756,9 +1756,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1778,9 +1778,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1800,9 +1800,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1822,11 +1822,11 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "512741", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/it/Technology.lang.json b/assets/json/it/Technology.lang.json index 552e1436..5f16112e 100644 --- a/assets/json/it/Technology.lang.json +++ b/assets/json/it/Technology.lang.json @@ -8,10 +8,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -34,9 +34,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -63,10 +63,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -89,9 +89,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -114,9 +114,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -139,9 +139,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -168,9 +168,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 200, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -197,10 +197,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -231,10 +231,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -265,10 +265,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -299,10 +299,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -333,9 +333,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -366,9 +366,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -395,9 +395,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -424,9 +424,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -457,9 +457,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -486,9 +486,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 350, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -519,9 +519,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 240, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -552,9 +552,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -577,9 +577,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 310, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -610,9 +610,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 580, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -643,9 +643,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -672,10 +672,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -702,9 +702,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -731,10 +731,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -761,9 +761,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -794,9 +794,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -827,9 +827,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -856,10 +856,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -886,9 +886,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -915,9 +915,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -944,9 +944,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 200, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -973,10 +973,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1003,9 +1003,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 85, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1036,9 +1036,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 100, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1065,9 +1065,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 50, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1094,9 +1094,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1123,9 +1123,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1152,9 +1152,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1181,9 +1181,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1210,9 +1210,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1239,9 +1239,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1268,9 +1268,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1297,9 +1297,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1326,9 +1326,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 75, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1359,9 +1359,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1388,9 +1388,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1417,10 +1417,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1451,9 +1451,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1476,9 +1476,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1505,9 +1505,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1530,9 +1530,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1559,9 +1559,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1592,9 +1592,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1621,9 +1621,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1646,9 +1646,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1671,9 +1671,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1700,9 +1700,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 320, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1733,9 +1733,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 50, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1762,9 +1762,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1791,9 +1791,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1820,10 +1820,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1846,9 +1846,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 75, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1879,9 +1879,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1912,9 +1912,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1941,9 +1941,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1970,9 +1970,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1995,9 +1995,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2020,10 +2020,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2054,10 +2054,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2084,10 +2084,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2118,9 +2118,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2147,9 +2147,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2176,9 +2176,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2205,9 +2205,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2234,9 +2234,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2263,9 +2263,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2288,9 +2288,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2313,9 +2313,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2346,9 +2346,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2371,9 +2371,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2404,9 +2404,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2437,9 +2437,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2466,9 +2466,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2499,9 +2499,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2532,9 +2532,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2565,9 +2565,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2594,9 +2594,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 320, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2627,9 +2627,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2660,9 +2660,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2693,9 +2693,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2722,9 +2722,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2751,10 +2751,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2781,9 +2781,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2814,9 +2814,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 450, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2847,9 +2847,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2880,9 +2880,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 350, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2913,9 +2913,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2938,9 +2938,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2963,9 +2963,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2988,9 +2988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3017,9 +3017,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3042,9 +3042,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3067,9 +3067,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3092,9 +3092,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3121,9 +3121,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3146,9 +3146,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3171,9 +3171,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3196,9 +3196,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3221,9 +3221,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3246,9 +3246,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3275,9 +3275,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3300,9 +3300,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3325,9 +3325,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3350,9 +3350,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3375,9 +3375,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3404,9 +3404,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3429,9 +3429,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3458,9 +3458,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3487,9 +3487,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3516,9 +3516,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3545,9 +3545,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3570,9 +3570,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3595,9 +3595,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3620,9 +3620,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3645,9 +3645,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3670,9 +3670,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,9 +3695,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3728,9 +3728,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3761,9 +3761,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3794,9 +3794,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3827,9 +3827,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3860,9 +3860,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3893,9 +3893,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3926,9 +3926,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 360, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3955,9 +3955,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3988,9 +3988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4021,9 +4021,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 240, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4054,9 +4054,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4087,9 +4087,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4116,9 +4116,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4145,9 +4145,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4170,9 +4170,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4199,9 +4199,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4232,9 +4232,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4265,9 +4265,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4294,9 +4294,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4327,9 +4327,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4356,9 +4356,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4385,9 +4385,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4418,9 +4418,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4451,10 +4451,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4481,10 +4481,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4511,10 +4511,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4541,10 +4541,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4571,9 +4571,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4600,9 +4600,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4629,9 +4629,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4662,9 +4662,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4691,10 +4691,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4721,9 +4721,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4754,9 +4754,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4787,9 +4787,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4820,9 +4820,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4853,9 +4853,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4886,9 +4886,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4919,9 +4919,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4952,9 +4952,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4985,9 +4985,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5018,9 +5018,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5051,9 +5051,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5084,9 +5084,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5113,9 +5113,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5146,9 +5146,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5179,9 +5179,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5212,9 +5212,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5241,9 +5241,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5274,9 +5274,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5303,10 +5303,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5333,10 +5333,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5363,10 +5363,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5397,10 +5397,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5427,9 +5427,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5460,9 +5460,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5493,9 +5493,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5522,9 +5522,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5551,9 +5551,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5576,9 +5576,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5605,9 +5605,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5630,9 +5630,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5659,9 +5659,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5684,9 +5684,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5713,9 +5713,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5742,9 +5742,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5775,9 +5775,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5800,9 +5800,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5833,10 +5833,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5867,9 +5867,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5900,9 +5900,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5933,10 +5933,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5967,9 +5967,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6000,9 +6000,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6033,9 +6033,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 480, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6066,9 +6066,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6099,9 +6099,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6132,9 +6132,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6161,9 +6161,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 480, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/it/TradeItems.lang.json b/assets/json/it/TradeItems.lang.json index 52f760e9..8febf318 100644 --- a/assets/json/it/TradeItems.lang.json +++ b/assets/json/it/TradeItems.lang.json @@ -10,9 +10,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/1.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -32,10 +32,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/2.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -55,10 +55,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/3.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -78,9 +78,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -100,9 +100,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -122,9 +122,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -144,9 +144,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/7.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -166,10 +166,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/8.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -189,10 +189,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/9.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -212,9 +212,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -234,9 +234,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -256,9 +256,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -278,9 +278,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -300,9 +300,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -322,9 +322,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -344,10 +344,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/16.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -367,10 +367,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/17.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -390,10 +390,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/18.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -413,10 +413,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/19.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -436,10 +436,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/20.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -459,9 +459,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -481,10 +481,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/22.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -504,9 +504,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -526,9 +526,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -548,9 +548,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -570,10 +570,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/26.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -593,9 +593,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -615,10 +615,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/28.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -638,9 +638,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -660,9 +660,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -682,9 +682,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -704,9 +704,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -726,9 +726,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -748,9 +748,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -770,9 +770,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/it/UpgradeModules.lang.json b/assets/json/it/UpgradeModules.lang.json index de23af0b..446d4e19 100644 --- a/assets/json/it/UpgradeModules.lang.json +++ b/assets/json/it/UpgradeModules.lang.json @@ -9,10 +9,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/1.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -31,10 +31,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/2.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -53,10 +53,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/3.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -75,10 +75,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/4.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -97,10 +97,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/5.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -119,10 +119,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/6.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -141,10 +141,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/7.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -163,10 +163,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -185,10 +185,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/9.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -207,10 +207,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/10.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -229,10 +229,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/11.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -251,10 +251,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/12.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -273,10 +273,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/13.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -295,10 +295,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/14.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -317,10 +317,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/15.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -339,10 +339,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/16.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -361,10 +361,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/17.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -383,10 +383,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/18.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -405,10 +405,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/19.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -427,10 +427,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/20.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -449,10 +449,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/21.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,10 +471,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/22.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -493,10 +493,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/23.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -515,10 +515,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/24.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -537,10 +537,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/25.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -559,10 +559,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/26.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -581,10 +581,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -603,10 +603,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/28.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -625,10 +625,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/29.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -647,10 +647,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/30.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,10 +669,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/31.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -691,10 +691,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/32.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -713,10 +713,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/33.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -735,10 +735,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/34.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -757,10 +757,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/35.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -779,10 +779,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/36.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -801,10 +801,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/37.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -823,10 +823,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/38.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -845,10 +845,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/39.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -867,10 +867,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/40.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -889,10 +889,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/41.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -911,10 +911,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/42.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -933,10 +933,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/43.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -955,10 +955,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/44.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -977,10 +977,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/45.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -999,10 +999,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/46.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1021,10 +1021,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/47.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1043,10 +1043,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/48.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1065,10 +1065,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/49.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1087,10 +1087,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/50.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1109,10 +1109,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/51.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1131,10 +1131,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/52.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1153,10 +1153,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/53.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1175,10 +1175,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/54.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1197,10 +1197,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/55.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1219,10 +1219,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/56.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1241,10 +1241,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/57.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1263,10 +1263,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/58.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1285,10 +1285,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/59.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1307,10 +1307,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/60.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1329,10 +1329,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/61.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1351,10 +1351,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/62.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1373,10 +1373,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/63.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1395,10 +1395,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/64.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1417,10 +1417,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/65.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1439,10 +1439,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/66.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1461,10 +1461,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/67.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1483,10 +1483,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/68.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1505,10 +1505,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/69.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1527,10 +1527,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/70.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1549,10 +1549,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/71.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1571,10 +1571,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/72.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1593,10 +1593,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/73.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1615,10 +1615,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/74.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1637,10 +1637,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/75.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1659,10 +1659,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/76.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1681,10 +1681,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/77.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1703,10 +1703,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/78.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1725,10 +1725,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/79.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1747,10 +1747,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/80.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1769,10 +1769,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/81.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1791,10 +1791,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/82.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1813,10 +1813,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/83.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1835,10 +1835,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/84.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1857,10 +1857,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/85.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1879,10 +1879,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/86.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1901,10 +1901,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/87.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1923,10 +1923,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/88.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1945,10 +1945,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/89.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1967,10 +1967,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/90.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1989,10 +1989,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/91.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2011,10 +2011,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/92.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2033,10 +2033,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/93.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2055,10 +2055,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/94.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2077,10 +2077,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/95.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2099,10 +2099,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/96.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2121,10 +2121,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/97.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2143,10 +2143,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/98.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2165,10 +2165,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/99.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2187,10 +2187,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/100.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2209,10 +2209,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/101.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2231,10 +2231,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/102.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2253,10 +2253,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/103.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2275,10 +2275,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/104.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2297,10 +2297,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/105.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2319,10 +2319,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/106.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2341,10 +2341,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/107.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2363,10 +2363,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/108.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2385,10 +2385,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/109.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2407,10 +2407,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/110.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2429,10 +2429,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/111.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2451,10 +2451,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/112.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2473,10 +2473,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/113.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2495,10 +2495,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/114.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2517,10 +2517,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/115.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2539,10 +2539,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/116.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2561,10 +2561,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/117.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2583,10 +2583,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/118.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2605,10 +2605,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/119.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2627,10 +2627,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/120.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2649,10 +2649,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/121.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2671,10 +2671,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/122.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2693,10 +2693,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/123.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2715,10 +2715,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/124.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2737,10 +2737,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/125.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2759,10 +2759,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/126.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2781,10 +2781,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/127.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2803,10 +2803,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/128.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2825,10 +2825,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/129.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2847,10 +2847,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/130.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2869,10 +2869,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/131.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2891,10 +2891,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/132.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2913,10 +2913,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/133.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2935,10 +2935,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/134.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2957,10 +2957,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/135.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2979,10 +2979,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/136.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3001,10 +3001,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/137.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3023,10 +3023,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/138.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3044,10 +3044,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3065,10 +3065,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3086,10 +3086,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3107,10 +3107,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3128,10 +3128,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3149,10 +3149,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3170,10 +3170,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3191,10 +3191,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3212,10 +3212,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3233,10 +3233,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3254,10 +3254,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3275,10 +3275,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3296,10 +3296,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3317,10 +3317,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3338,10 +3338,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3359,10 +3359,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3380,10 +3380,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3401,10 +3401,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3422,10 +3422,10 @@ "BaseValueUnits": 600.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3443,10 +3443,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3464,10 +3464,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3485,10 +3485,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3506,10 +3506,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3527,10 +3527,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3548,10 +3548,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3569,10 +3569,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3590,10 +3590,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3611,10 +3611,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3632,10 +3632,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3653,10 +3653,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3674,10 +3674,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,10 +3695,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3716,10 +3716,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3737,10 +3737,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/ja/Buildings.lang.json b/assets/json/ja/Buildings.lang.json index 389855e3..c8c8fd45 100644 --- a/assets/json/ja/Buildings.lang.json +++ b/assets/json/ja/Buildings.lang.json @@ -35,9 +35,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/2.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -65,9 +65,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -95,9 +95,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -125,9 +125,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -151,9 +151,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -182,9 +182,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/8.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -209,9 +209,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -236,9 +236,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -263,9 +263,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -290,9 +290,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -317,9 +317,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -348,9 +348,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -375,9 +375,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -402,9 +402,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -433,9 +433,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -460,9 +460,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -487,9 +487,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -514,9 +514,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -545,9 +545,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -576,9 +576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -607,9 +607,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -638,9 +638,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,9 +669,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -696,9 +696,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -723,9 +723,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -750,9 +750,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -777,9 +777,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -804,9 +804,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -831,9 +831,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -858,9 +858,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -889,9 +889,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -916,9 +916,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -943,9 +943,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -974,9 +974,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1001,9 +1001,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1028,9 +1028,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1055,9 +1055,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/39.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1086,9 +1086,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/40.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1117,9 +1117,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1144,9 +1144,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1171,9 +1171,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1198,9 +1198,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/44.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1225,9 +1225,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/45.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1252,9 +1252,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1279,9 +1279,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1306,9 +1306,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1333,9 +1333,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1360,9 +1360,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1387,9 +1387,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,9 +1418,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/52.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1445,9 +1445,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/53.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1472,9 +1472,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/54.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1503,9 +1503,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/55.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1530,9 +1530,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/56.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1557,9 +1557,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1584,9 +1584,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1615,9 +1615,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/59.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1646,9 +1646,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/60.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1673,9 +1673,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/61.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1704,9 +1704,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/62.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1735,9 +1735,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/63.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1762,9 +1762,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/64.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1789,9 +1789,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/building/65.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1838,9 +1838,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/67.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1865,9 +1865,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/68.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1892,9 +1892,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/69.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1919,9 +1919,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/70.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1946,9 +1946,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/71.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1973,9 +1973,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/72.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2004,9 +2004,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/73.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2035,9 +2035,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/building/74.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2066,9 +2066,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/75.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2092,9 +2092,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/76.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2118,9 +2118,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/77.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2149,9 +2149,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/78.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2176,9 +2176,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/79.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2206,9 +2206,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/80.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2236,9 +2236,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/81.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2262,9 +2262,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/82.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2289,9 +2289,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/83.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2316,9 +2316,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/84.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2342,9 +2342,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/85.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2372,9 +2372,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/86.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2398,9 +2398,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/87.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2424,9 +2424,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/88.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2450,9 +2450,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/89.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2476,9 +2476,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/90.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2502,9 +2502,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/91.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2528,9 +2528,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/92.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2554,9 +2554,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/93.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2580,9 +2580,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/94.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2610,9 +2610,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/95.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2636,9 +2636,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/96.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2666,9 +2666,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/97.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2696,9 +2696,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/98.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2726,9 +2726,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/106.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2753,9 +2753,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/118.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2788,9 +2788,9 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/building/129.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2820,9 +2820,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/130.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2852,9 +2852,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/131.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2883,9 +2883,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/132.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2915,9 +2915,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/133.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2946,9 +2946,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/134.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2973,9 +2973,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/135.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3008,9 +3008,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/136.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3036,9 +3036,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/137.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3068,9 +3068,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/138.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3099,9 +3099,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/139.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3130,9 +3130,9 @@ "Colour": "095C77", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/140.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3182,9 +3182,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/142.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3209,9 +3209,9 @@ "Colour": "2C7C9F", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/145.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3239,9 +3239,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/146.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3269,9 +3269,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/147.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3299,9 +3299,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/150.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3325,9 +3325,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/151.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3351,9 +3351,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/152.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3381,9 +3381,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/153.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3411,9 +3411,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/154.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3441,9 +3441,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/155.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3493,9 +3493,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/157.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3519,9 +3519,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/158.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3549,9 +3549,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/159.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3576,9 +3576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/161.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3603,9 +3603,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/162.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3630,9 +3630,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/163.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3657,9 +3657,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/164.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3684,9 +3684,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/165.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3711,9 +3711,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/166.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3738,9 +3738,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/167.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3765,9 +3765,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/168.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3792,9 +3792,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/169.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3819,9 +3819,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/170.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3846,9 +3846,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/171.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3873,9 +3873,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/building/172.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 6, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3900,9 +3900,9 @@ "Colour": "2C7C9F", "Power": -30.0, "CdnUrl": "https://cdn.nmsassistant.com/building/173.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 6, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3926,9 +3926,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/174.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3961,9 +3961,9 @@ "Colour": "2C7C9F", "Power": -2.0, "CdnUrl": "https://cdn.nmsassistant.com/building/175.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3992,9 +3992,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/176.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4027,9 +4027,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/177.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4062,9 +4062,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/178.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4097,9 +4097,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/179.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4132,9 +4132,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/180.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4167,9 +4167,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/181.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4193,9 +4193,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/182.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4219,9 +4219,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/204.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4245,9 +4245,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/205.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4271,9 +4271,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/206.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4298,9 +4298,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/207.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4333,9 +4333,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/213.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4360,9 +4360,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/214.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4390,9 +4390,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/215.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4416,9 +4416,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/219.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4442,9 +4442,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/220.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4468,9 +4468,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/221.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4494,9 +4494,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/222.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4524,9 +4524,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/223.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4550,9 +4550,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/224.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4580,9 +4580,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/225.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4610,9 +4610,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/226.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4636,9 +4636,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/227.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4666,9 +4666,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/228.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4692,9 +4692,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/229.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4718,9 +4718,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/230.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4744,9 +4744,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/231.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4770,9 +4770,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/232.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4796,9 +4796,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/233.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4826,9 +4826,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/234.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4856,9 +4856,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/235.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4886,9 +4886,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/236.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4916,9 +4916,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/237.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4946,9 +4946,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/238.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4977,9 +4977,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/239.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5008,9 +5008,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/240.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5039,9 +5039,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/241.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5069,9 +5069,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/242.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5099,9 +5099,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/243.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5129,9 +5129,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/244.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5159,9 +5159,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/245.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5189,9 +5189,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/246.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5219,9 +5219,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/247.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5245,9 +5245,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/248.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5271,9 +5271,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/249.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5301,9 +5301,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/250.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5327,9 +5327,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/253.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5353,9 +5353,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/254.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5379,9 +5379,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/255.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5405,9 +5405,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/256.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5431,9 +5431,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/257.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5457,9 +5457,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/258.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5483,9 +5483,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/259.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5509,9 +5509,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/260.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5535,9 +5535,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/261.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5561,9 +5561,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/266.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5587,9 +5587,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5614,9 +5614,9 @@ "MaxStackSize": 5.0, "Colour": "FFFFFF", "CdnUrl": "https://cdn.nmsassistant.com/building/272.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5636,9 +5636,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/273.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5667,9 +5667,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/274.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5698,9 +5698,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/275.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5729,9 +5729,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/276.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5760,9 +5760,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/277.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5791,9 +5791,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/278.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5822,9 +5822,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/279.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5853,9 +5853,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/280.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5884,9 +5884,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/281.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5915,9 +5915,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/282.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5946,9 +5946,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/283.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5977,9 +5977,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/284.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6008,9 +6008,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/285.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6039,9 +6039,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/286.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6070,9 +6070,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/287.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6101,9 +6101,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/288.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6132,9 +6132,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/289.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6163,9 +6164,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/290.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6194,9 +6195,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/291.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6225,9 +6226,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/292.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6256,9 +6258,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/293.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6287,9 +6289,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/294.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6314,9 +6316,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/295.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6341,9 +6344,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/296.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6368,9 +6372,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/297.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6395,9 +6400,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/298.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6422,9 +6428,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/299.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6449,9 +6455,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/300.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6476,9 +6482,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/301.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6507,9 +6513,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/302.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6538,9 +6545,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/303.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6569,9 +6576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/304.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6596,9 +6603,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/305.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6623,9 +6630,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/306.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6650,9 +6657,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/307.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6677,9 +6684,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/308.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6704,9 +6711,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/309.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6732,9 +6739,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/310.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6763,9 +6770,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/311.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6790,9 +6797,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/312.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6817,9 +6824,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/313.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6844,9 +6851,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/314.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6871,9 +6878,9 @@ "MaxStackSize": 20.0, "Colour": "262626", "CdnUrl": "https://cdn.nmsassistant.com/building/315.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6893,9 +6900,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/316.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6928,9 +6935,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/317.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6963,9 +6970,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/318.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6990,9 +6997,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/319.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7017,9 +7024,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/320.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7044,9 +7051,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/321.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7072,9 +7079,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/322.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7099,9 +7106,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/324.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7130,9 +7137,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/325.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7158,9 +7165,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/326.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7184,9 +7191,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7206,9 +7213,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/328.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7237,9 +7244,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/329.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7265,9 +7272,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/330.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7291,9 +7298,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7313,9 +7320,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/332.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7344,9 +7351,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/336.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7371,9 +7378,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/337.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7398,9 +7405,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/338.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7425,9 +7432,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/339.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7452,9 +7459,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/340.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7479,9 +7486,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/341.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7506,9 +7513,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/342.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7533,9 +7540,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/343.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7560,9 +7567,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/344.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7587,9 +7594,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/345.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7614,9 +7621,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/346.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7641,9 +7648,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/347.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7668,9 +7675,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/348.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7695,9 +7702,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/359.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7721,9 +7728,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/360.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7756,9 +7763,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/361.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7778,9 +7785,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/362.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7809,9 +7816,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/363.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7831,9 +7838,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/364.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7853,9 +7860,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/365.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7875,9 +7882,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/366.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7897,9 +7905,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/367.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7919,9 +7928,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/368.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7941,9 +7951,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/369.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7968,9 +7979,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/370.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7995,9 +8006,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/371.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8022,9 +8033,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/372.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8049,9 +8060,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/373.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8076,9 +8087,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/374.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8103,9 +8114,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/375.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8130,9 +8141,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/376.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8157,9 +8168,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/377.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8184,9 +8195,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/378.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8211,9 +8222,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/379.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8238,9 +8249,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/380.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8265,9 +8276,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/381.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8292,9 +8303,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/382.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8319,9 +8330,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/383.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8346,9 +8357,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/384.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8373,9 +8384,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/385.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8400,9 +8411,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/386.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8427,9 +8438,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/387.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8454,9 +8465,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/388.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8481,9 +8492,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/389.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8503,9 +8514,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/390.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8525,9 +8536,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/391.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8547,9 +8558,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/392.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8569,9 +8580,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/393.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8591,9 +8602,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/394.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8612,9 +8623,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/395.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 15, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -8647,9 +8658,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/396.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -8680,9 +8691,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8709,9 +8720,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8738,9 +8749,9 @@ "BaseValueUnits": 300.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8767,9 +8778,9 @@ "BaseValueUnits": 300.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8792,9 +8803,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8817,9 +8828,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8842,9 +8853,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8867,9 +8878,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8892,9 +8903,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8917,9 +8928,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8942,9 +8953,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8967,9 +8978,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8992,9 +9003,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9017,9 +9028,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9047,9 +9058,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9073,9 +9085,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9099,9 +9111,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9125,9 +9137,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9151,9 +9163,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9172,9 +9184,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9193,9 +9205,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9219,9 +9231,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9249,9 +9261,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9275,9 +9287,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9301,9 +9313,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9327,9 +9339,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9348,9 +9361,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9374,9 +9388,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9400,9 +9415,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9426,9 +9442,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9452,9 +9469,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9478,9 +9496,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9504,9 +9523,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9530,9 +9549,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9560,9 +9579,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9590,9 +9609,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9616,9 +9635,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9642,9 +9661,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9668,9 +9687,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9694,10 +9713,10 @@ "CurrencyType": "None", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9718,9 +9737,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9744,9 +9763,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9770,9 +9789,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9796,9 +9815,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9822,9 +9841,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9848,9 +9867,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9874,9 +9893,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9900,9 +9919,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9926,9 +9945,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9952,9 +9971,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9978,9 +9997,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10004,9 +10023,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10030,9 +10049,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10056,9 +10075,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10083,9 +10102,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10109,9 +10128,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10135,9 +10154,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10161,9 +10180,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10187,9 +10206,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10213,9 +10232,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10239,9 +10258,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10265,9 +10284,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10291,9 +10310,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10317,9 +10336,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10343,9 +10362,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10369,9 +10388,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10395,9 +10414,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10421,9 +10440,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10447,9 +10466,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10473,9 +10492,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10499,9 +10518,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10525,9 +10544,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10551,9 +10570,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10577,9 +10596,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10603,9 +10622,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10629,9 +10648,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10655,9 +10674,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10681,9 +10700,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10707,9 +10726,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10733,9 +10752,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10759,9 +10778,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10785,9 +10804,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10811,9 +10830,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10837,9 +10856,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10863,9 +10882,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10889,9 +10908,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10915,9 +10934,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10941,9 +10960,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10967,9 +10986,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10993,9 +11012,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11019,9 +11038,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11045,9 +11064,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11071,9 +11090,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11097,9 +11116,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11123,9 +11142,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11149,9 +11168,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11175,9 +11194,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11201,9 +11220,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11227,9 +11246,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11253,9 +11272,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11279,9 +11298,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11305,9 +11324,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11331,9 +11350,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11357,9 +11376,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11383,9 +11402,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11409,9 +11428,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11435,9 +11454,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11461,9 +11480,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11487,9 +11506,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11513,9 +11532,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11539,9 +11558,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11565,9 +11584,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11591,9 +11610,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11617,9 +11636,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11643,9 +11662,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11669,9 +11688,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11695,9 +11714,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11721,9 +11740,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11747,9 +11766,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11773,9 +11792,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11799,9 +11818,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11825,9 +11844,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11851,9 +11870,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11877,9 +11896,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11903,9 +11922,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11929,9 +11948,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11955,9 +11974,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11981,9 +12000,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12007,9 +12026,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12033,9 +12052,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12059,9 +12078,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12085,9 +12104,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12111,9 +12130,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12137,9 +12156,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12163,9 +12182,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12189,9 +12208,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12215,9 +12234,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12241,9 +12260,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12267,9 +12286,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12293,9 +12312,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12319,9 +12338,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12345,9 +12364,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12371,9 +12390,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12397,9 +12416,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12423,9 +12442,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12449,9 +12468,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12475,9 +12494,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12501,9 +12520,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12527,9 +12546,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12553,9 +12572,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12579,9 +12598,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12605,9 +12624,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12635,9 +12654,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12665,9 +12684,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12695,9 +12714,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12725,9 +12744,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12755,9 +12774,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12785,9 +12804,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12811,9 +12830,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12837,9 +12856,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12863,9 +12882,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12889,9 +12908,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12915,9 +12934,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12945,9 +12964,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12975,9 +12994,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13005,9 +13024,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13035,9 +13054,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13065,9 +13084,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13095,9 +13114,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13125,9 +13144,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13155,9 +13174,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13185,9 +13204,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13215,9 +13234,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13245,9 +13264,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13271,9 +13290,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13301,9 +13320,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13327,9 +13346,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13357,9 +13376,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13387,9 +13406,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13417,9 +13436,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13443,9 +13462,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13469,9 +13488,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13495,9 +13514,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13521,9 +13540,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13547,9 +13566,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13578,9 +13597,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13604,9 +13623,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13630,9 +13649,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13656,9 +13675,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13682,9 +13701,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13708,9 +13727,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13734,9 +13753,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13760,9 +13779,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13786,9 +13805,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13812,9 +13831,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13838,9 +13857,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13864,9 +13883,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13894,9 +13913,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13924,9 +13943,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13954,9 +13973,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13984,9 +14003,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14014,9 +14033,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14044,9 +14063,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14070,9 +14089,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14096,9 +14115,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14122,9 +14141,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14148,9 +14167,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14178,9 +14197,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14208,9 +14227,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14238,9 +14257,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14268,9 +14287,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14298,9 +14317,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14328,9 +14347,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14358,9 +14377,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14388,9 +14407,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14418,9 +14437,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14448,9 +14467,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14478,9 +14497,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14508,9 +14527,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14538,9 +14557,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14568,9 +14587,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14594,9 +14613,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14624,9 +14643,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14650,9 +14669,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14676,9 +14695,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14706,9 +14725,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14736,9 +14755,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14762,9 +14781,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14788,9 +14807,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14814,9 +14833,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14840,9 +14859,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14866,9 +14885,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14896,9 +14915,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14922,9 +14941,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14948,9 +14967,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14974,9 +14993,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15000,9 +15019,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15026,9 +15045,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15052,9 +15071,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15078,9 +15097,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15104,9 +15123,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15130,9 +15149,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15156,9 +15175,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15182,9 +15201,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15212,9 +15231,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15242,9 +15261,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15272,9 +15291,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15302,9 +15321,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15332,9 +15351,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15362,9 +15381,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15388,9 +15407,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15414,9 +15433,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15440,9 +15459,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15466,9 +15485,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15496,9 +15515,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15526,9 +15545,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15556,9 +15575,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15582,9 +15601,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15608,9 +15627,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15638,9 +15657,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15664,9 +15683,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15690,9 +15709,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15716,9 +15735,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15742,9 +15761,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15768,9 +15787,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15794,9 +15813,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15820,9 +15839,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15846,9 +15865,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15872,9 +15891,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15898,9 +15917,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15924,9 +15943,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15950,9 +15969,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15980,9 +15999,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16010,9 +16029,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16040,9 +16059,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16066,9 +16085,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16092,9 +16111,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16118,9 +16137,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16144,9 +16163,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16170,9 +16189,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16200,9 +16219,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16226,9 +16245,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16252,9 +16271,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16278,9 +16297,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16304,9 +16323,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16338,9 +16358,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16364,9 +16385,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16385,9 +16406,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16406,9 +16427,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16426,9 +16447,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16452,9 +16473,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16477,9 +16498,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16506,9 +16527,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16535,9 +16556,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16565,9 +16586,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -10.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16590,9 +16611,9 @@ "BaseValueUnits": 2.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16615,9 +16636,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16640,9 +16661,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16665,9 +16686,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16691,9 +16712,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16717,9 +16738,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16742,9 +16763,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16767,9 +16788,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16792,9 +16813,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16817,9 +16838,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16842,9 +16863,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16867,9 +16888,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16892,9 +16913,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16917,9 +16938,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16942,9 +16963,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16967,9 +16988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16992,9 +17013,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17017,9 +17038,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17042,9 +17063,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17067,9 +17088,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17092,9 +17113,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17117,9 +17138,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17142,9 +17163,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17167,9 +17188,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17192,9 +17213,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17217,9 +17238,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17242,9 +17263,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17267,9 +17288,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17292,9 +17313,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17318,9 +17339,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17344,9 +17365,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17370,9 +17391,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17396,9 +17417,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17417,9 +17439,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17443,9 +17466,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17469,9 +17493,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17495,9 +17520,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17521,9 +17546,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17547,9 +17572,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/ja/ConstructedTechnology.lang.json b/assets/json/ja/ConstructedTechnology.lang.json index a414abe8..827632a5 100644 --- a/assets/json/ja/ConstructedTechnology.lang.json +++ b/assets/json/ja/ConstructedTechnology.lang.json @@ -9,9 +9,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/1.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -35,9 +35,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/2.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -70,9 +70,9 @@ "Colour": "2C7C9F", "Power": -15.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -101,9 +101,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -136,9 +136,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -170,9 +170,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -200,9 +200,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/7.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -230,9 +230,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/8.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -264,9 +264,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 20, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -299,9 +299,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -333,9 +333,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -367,9 +367,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -397,9 +397,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -427,9 +427,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -457,9 +457,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -492,9 +492,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -518,9 +518,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -553,9 +553,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -588,9 +588,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -622,9 +622,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -652,9 +652,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -678,9 +678,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -712,9 +712,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -746,9 +746,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -780,9 +780,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -814,9 +814,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -848,9 +848,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -882,9 +882,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -912,9 +912,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -942,9 +942,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -972,9 +972,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1002,9 +1002,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1033,9 +1033,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1068,9 +1068,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1103,9 +1103,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1137,9 +1137,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1167,9 +1167,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/39.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1193,9 +1193,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/40.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1227,9 +1227,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1261,9 +1261,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1296,9 +1296,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1331,9 +1331,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/44.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1366,9 +1366,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/45.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1402,9 +1402,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1434,9 +1434,9 @@ "Colour": "2C7C9F", "Power": 100.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1465,9 +1465,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1492,9 +1492,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1524,9 +1524,9 @@ "Colour": "2C7C9F", "Power": 50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1560,9 +1560,9 @@ "Colour": "2C7C9F", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1596,9 +1596,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/52.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1627,9 +1627,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/53.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1649,9 +1649,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/54.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1671,9 +1671,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/55.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1702,9 +1702,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/56.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1733,9 +1733,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1764,9 +1764,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1791,9 +1791,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/59.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1818,9 +1818,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/60.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1849,9 +1849,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/61.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1880,9 +1880,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/62.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1914,9 +1914,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/63.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1948,10 +1948,10 @@ "CurrencyType": "None", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1970,9 +1970,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2000,9 +2000,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2030,9 +2030,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2060,9 +2060,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2090,9 +2090,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2120,9 +2120,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2150,9 +2150,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2180,9 +2180,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2210,9 +2210,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2240,9 +2240,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2269,9 +2269,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2298,9 +2298,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2327,9 +2327,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2356,9 +2356,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2385,9 +2385,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2414,9 +2414,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2443,9 +2443,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2472,9 +2472,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2501,9 +2501,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2530,9 +2530,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/ja/Cooking.lang.json b/assets/json/ja/Cooking.lang.json index 930d1700..214facf3 100644 --- a/assets/json/ja/Cooking.lang.json +++ b/assets/json/ja/Cooking.lang.json @@ -11,13 +11,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/1.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -40,13 +40,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/2.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -69,13 +69,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/3.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -98,13 +98,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/4.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -127,13 +127,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/5.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -156,13 +156,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/6.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -185,13 +185,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/7.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -214,13 +214,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/8.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -243,13 +243,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/9.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -272,13 +272,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/10.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -301,13 +301,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/11.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -330,13 +330,13 @@ "Colour": "007951", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/12.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -359,12 +359,12 @@ "Colour": "007953", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/13.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,12 +387,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/14.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -415,12 +415,12 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/15.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -443,12 +443,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/16.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,13 +471,13 @@ "Colour": "DB2400", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/17.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -500,12 +500,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/18.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -528,12 +528,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/19.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -556,12 +556,12 @@ "Colour": "007951", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/20.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -584,12 +584,12 @@ "Colour": "007951", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/21.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -612,12 +612,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/22.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -640,13 +640,13 @@ "Colour": "79502E", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/23.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,12 +669,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/24.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -697,12 +697,12 @@ "Colour": "007953", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/25.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -725,13 +725,13 @@ "Colour": "79502E", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/26.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -754,12 +754,12 @@ "Colour": "007952", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/27.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -782,13 +782,13 @@ "Colour": "7B0000", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/28.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -811,13 +811,13 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/29.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -840,12 +840,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/30.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -868,12 +868,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/31.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -896,12 +896,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/32.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -924,12 +924,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/33.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -952,12 +952,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/34.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -980,12 +980,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/35.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1008,12 +1008,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/36.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1036,12 +1036,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/37.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1064,12 +1064,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/38.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1092,12 +1092,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/39.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1120,14 +1120,14 @@ "Colour": "7B0000", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/40.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1150,12 +1150,12 @@ "Colour": "DEDCD1", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/41.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1178,12 +1178,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/42.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1206,12 +1206,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/43.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1234,12 +1234,12 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/44.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1262,12 +1262,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/45.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1290,12 +1290,12 @@ "Colour": "DEDCD1", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/46.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1318,13 +1318,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/47.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1347,12 +1347,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/48.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1375,13 +1375,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/49.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1404,13 +1404,13 @@ "Colour": "095C77", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/50.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1433,13 +1433,13 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/51.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1462,13 +1462,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/52.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1491,13 +1491,13 @@ "Colour": "DB2400", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/53.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1520,13 +1520,13 @@ "Colour": "007953", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/54.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1549,13 +1549,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/55.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1578,13 +1578,13 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/56.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1607,13 +1607,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/57.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1636,13 +1636,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/58.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1665,13 +1665,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/59.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1694,13 +1694,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/60.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1723,12 +1723,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/61.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1751,12 +1751,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/62.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1779,12 +1779,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/63.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1807,12 +1807,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/64.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1835,13 +1835,13 @@ "Colour": "007953", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/65.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1864,12 +1864,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/66.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1892,12 +1892,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/67.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1920,12 +1920,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/68.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1948,12 +1948,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/69.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1976,13 +1976,13 @@ "Colour": "BB3830", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/70.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2005,12 +2005,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/71.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2033,12 +2033,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/72.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2061,12 +2061,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/73.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2089,12 +2089,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/74.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2117,12 +2117,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/75.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2145,12 +2145,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/76.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2173,13 +2173,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/77.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2202,13 +2202,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/78.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2231,13 +2231,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/79.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2260,13 +2260,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/80.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2289,13 +2289,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/81.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2318,13 +2318,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/82.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2347,13 +2347,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/83.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2376,13 +2376,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/84.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2405,13 +2405,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/85.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2434,13 +2434,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/86.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2463,13 +2463,13 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/87.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2492,13 +2492,13 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/88.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2521,13 +2521,13 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/89.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2550,13 +2550,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/90.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2579,13 +2579,13 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/91.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2608,13 +2608,13 @@ "Colour": "79502E", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/92.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2637,12 +2637,12 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/93.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2665,13 +2665,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/94.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2694,13 +2694,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/95.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2723,12 +2723,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/96.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2751,12 +2751,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/97.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2779,12 +2779,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/98.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2807,13 +2807,13 @@ "Colour": "79502E", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/99.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2836,13 +2836,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/100.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2865,12 +2865,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/101.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2893,12 +2893,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/102.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2921,12 +2921,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/103.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2949,12 +2949,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/104.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2977,13 +2977,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/105.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3006,12 +3006,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/106.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3034,13 +3034,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/107.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3063,12 +3063,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/108.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3091,12 +3091,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/109.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3119,12 +3119,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/110.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3147,12 +3147,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/111.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3175,13 +3175,13 @@ "Colour": "095C77", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/112.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3204,13 +3204,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/113.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3233,12 +3233,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/114.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3261,13 +3261,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/115.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3290,12 +3290,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/116.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3318,13 +3318,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/117.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3347,12 +3347,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/118.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3373,12 +3373,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/119.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3399,12 +3399,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/120.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3425,11 +3425,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/121.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3450,13 +3451,13 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/122.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3482,11 +3483,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/123.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3507,11 +3509,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/124.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3532,11 +3535,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/125.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3557,11 +3561,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/126.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3582,12 +3587,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/127.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3610,12 +3615,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/128.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3638,13 +3643,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/129.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3667,12 +3672,12 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/130.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,12 +3700,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/131.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3723,12 +3728,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/132.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3751,12 +3756,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/133.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3779,12 +3784,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/134.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3807,12 +3812,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/135.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3835,12 +3840,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/136.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3863,12 +3868,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/137.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3891,12 +3896,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/138.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3919,12 +3924,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/139.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3947,12 +3952,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/140.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3975,12 +3980,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/141.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4003,12 +4008,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/142.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4031,12 +4036,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/143.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4059,12 +4064,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/144.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4087,12 +4092,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/145.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4115,12 +4120,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/146.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4143,12 +4148,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/147.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4171,12 +4176,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/148.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4199,12 +4204,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/149.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4227,12 +4232,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/150.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4255,12 +4260,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/151.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4283,12 +4288,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/152.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4311,12 +4316,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/153.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4339,13 +4344,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/154.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4368,12 +4373,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/155.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4396,12 +4401,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/156.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4424,12 +4429,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/157.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4452,12 +4457,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/158.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4480,12 +4485,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/159.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4508,12 +4513,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/160.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4536,13 +4541,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/161.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4565,12 +4570,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/162.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4593,12 +4598,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/163.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4621,12 +4626,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/164.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4649,12 +4654,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/165.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4677,12 +4682,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/166.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4705,12 +4710,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/167.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4733,12 +4738,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/168.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4761,12 +4766,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/169.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4789,12 +4794,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/170.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4817,12 +4822,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/171.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4845,12 +4850,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/172.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4873,12 +4878,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/173.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4901,12 +4906,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/174.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4929,12 +4934,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/175.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4957,12 +4962,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/176.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4985,12 +4990,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/177.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5013,12 +5018,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/178.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5041,12 +5046,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/179.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5068,12 +5073,12 @@ "MaxStackSize": 50.0, "Colour": "6AD01E", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5095,12 +5100,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5123,12 +5128,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/182.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5151,13 +5156,13 @@ "Colour": "D35300", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/183.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5180,12 +5185,12 @@ "Colour": "6AD01E", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/184.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5208,12 +5213,12 @@ "Colour": "F26D15", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/185.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5236,12 +5241,12 @@ "Colour": "6AD01E", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/186.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5264,13 +5269,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/187.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5293,13 +5298,13 @@ "Colour": "6AD01E", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/188.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5322,13 +5327,13 @@ "Colour": "6AD01E", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/189.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5351,12 +5356,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/190.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5379,12 +5384,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/191.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5407,12 +5412,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/192.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5435,12 +5440,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/193.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5463,12 +5468,12 @@ "Colour": "8A7F72", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/194.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5491,12 +5496,12 @@ "Colour": "1EA3EE", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/195.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5519,12 +5524,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/196.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5547,12 +5552,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/197.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5575,12 +5580,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/198.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5603,12 +5608,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/199.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5631,12 +5636,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/200.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5659,12 +5664,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/201.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5687,12 +5692,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/202.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5715,12 +5720,12 @@ "Colour": "8A7F72", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/203.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5742,12 +5747,12 @@ "MaxStackSize": 50.0, "Colour": "6AD01E", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5770,12 +5775,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/205.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5798,12 +5803,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/206.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5825,12 +5830,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5853,12 +5858,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/208.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5881,12 +5886,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/209.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5909,12 +5914,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/210.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5937,12 +5942,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/211.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5965,12 +5970,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/212.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5993,12 +5998,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/213.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6021,12 +6026,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/214.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6049,12 +6054,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/215.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6077,12 +6082,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/216.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6105,12 +6110,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/217.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6133,12 +6138,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/218.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6161,12 +6166,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/219.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6189,12 +6194,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/220.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6217,12 +6222,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/221.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6245,12 +6250,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/222.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6273,12 +6278,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/223.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6301,12 +6306,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/224.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6329,12 +6334,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/225.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6357,12 +6362,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/226.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6385,12 +6390,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/227.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6413,12 +6418,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/228.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6441,12 +6446,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/229.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6469,12 +6474,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/230.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6497,12 +6502,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/231.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6525,12 +6530,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/232.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6553,12 +6558,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/233.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6581,12 +6586,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/234.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6609,12 +6614,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/235.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6637,12 +6642,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/236.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6665,12 +6670,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/237.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6693,12 +6698,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/238.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6721,12 +6726,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/239.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6749,12 +6754,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/240.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6777,12 +6782,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/241.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6805,12 +6810,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/242.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6833,12 +6838,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/243.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6861,12 +6866,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/244.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6889,12 +6894,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/245.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6917,12 +6922,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/246.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6945,12 +6950,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/247.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6973,12 +6978,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/248.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7001,12 +7006,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/249.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7029,12 +7034,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/250.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7057,12 +7062,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/251.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7084,12 +7089,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7111,12 +7116,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7138,12 +7143,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7165,12 +7170,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7192,12 +7197,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7219,12 +7224,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7246,12 +7251,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7273,12 +7278,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7300,12 +7305,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7327,13 +7332,13 @@ "MaxStackSize": 50.0, "Colour": "DEDCD1", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7355,13 +7360,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7383,13 +7388,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7411,13 +7416,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7439,12 +7444,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7466,12 +7471,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7493,12 +7498,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7520,12 +7525,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7547,12 +7552,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7574,12 +7579,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7601,13 +7606,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7629,13 +7634,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7657,13 +7662,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7685,13 +7690,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7713,13 +7718,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7741,13 +7746,13 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7769,12 +7774,12 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7796,12 +7801,12 @@ "MaxStackSize": 50.0, "Colour": "DEDCD1", "CookingValue": 0.9, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7823,12 +7828,12 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7850,12 +7855,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7877,13 +7882,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/ja/Curiosity.lang.json b/assets/json/ja/Curiosity.lang.json index aab15d9b..fe509b68 100644 --- a/assets/json/ja/Curiosity.lang.json +++ b/assets/json/ja/Curiosity.lang.json @@ -10,11 +10,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -34,12 +34,12 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -59,9 +59,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -94,11 +94,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -123,11 +123,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -156,11 +156,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -189,11 +189,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -222,11 +222,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/8.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -255,11 +255,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/9.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -288,11 +288,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/10.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -321,11 +321,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -354,11 +354,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/12.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,11 +387,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/13.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -420,11 +420,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/14.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -445,14 +445,14 @@ "Colour": "CCCCCC", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/curiosities/15.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -472,11 +472,11 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/16.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -496,12 +496,12 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -522,13 +522,13 @@ "Colour": "CCCCCC", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/curiosities/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -548,12 +548,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -573,10 +573,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -609,12 +609,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/21.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -634,10 +634,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/22.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -657,11 +657,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -681,11 +681,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/24.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -705,9 +705,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -727,9 +727,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -749,11 +749,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -773,11 +773,12 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/28.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -799,11 +800,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/29.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -825,12 +826,12 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -852,11 +853,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/31.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -878,12 +879,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/32.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -903,9 +904,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -925,9 +926,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -947,9 +948,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -969,10 +970,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/36.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -992,9 +993,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1014,9 +1015,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1036,10 +1037,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/39.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1059,10 +1060,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/40.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1082,9 +1083,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1113,9 +1114,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1144,9 +1145,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1175,10 +1176,10 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/44.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1198,10 +1199,10 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/45.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1221,9 +1222,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1242,9 +1243,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1263,9 +1264,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1284,9 +1285,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1305,9 +1306,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1326,10 +1327,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1350,10 +1351,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1374,10 +1375,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1396,10 +1397,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,10 +1419,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1442,10 +1443,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1464,10 +1465,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1486,10 +1487,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1510,10 +1511,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1532,10 +1533,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1554,10 +1555,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1578,10 +1579,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1600,10 +1601,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1622,9 +1623,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "DEDCD1", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 5000, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1642,9 +1644,9 @@ "BaseValueUnits": 256000.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/ja/Factions.lang.json b/assets/json/ja/Factions.lang.json new file mode 100644 index 00000000..314b4016 --- /dev/null +++ b/assets/json/ja/Factions.lang.json @@ -0,0 +1,1527 @@ +{ + "Milestone": "マイルストーン", + "Category": "カテゴリー", + "Categories": [ + { + "Id": "journey", + "Name": "旅のマイルストーン", + "Description": "終わりなき旅:無限の銀河を探索し、\n生き残りましょう", + "Missions": [], + "Additional": [ + "NavigateToJourneyPage" + ] + } + ], + "Lifeform": "生命体", + "Lifeforms": [ + { + "Id": "gek", + "Name": "ゲック", + "Description": "背丈が低く、口ばしを持ち、爬虫類のような姿のこの生命体は、銀河で一番の商人たちだ。\n\n慎重にフェロモンを発することで、その匂いによって複雑な概念や感情を伝達し、意思疎通を行う。惑星バラロンに出自をもつ彼らは、ほかの知的生命体\nからは疑いの目で見られている。\nゲックのはじまりの民は、征服と虐殺の上に彼らの帝国を築いたからだ。", + "Missions": [ + { + "Name": "評価", + "Icon": "faction/MEDAL.GEKGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "ライバル", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "競争相手", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "顧客", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "クライアント", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "得意先", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "同僚", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "パートナー", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "友達", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "親友", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "一番好かれている", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.GEKGOLD.png", + "Name": "有力トレーダー", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "完了したミッション", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "単語習得レベル", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "おしゃべり", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "初心者", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "学生", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "中級者", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "学者", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "帰国子女", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "通訳者", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "言語学者", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "言葉の魔術師", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "翻訳者並み", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "マルチリンガル", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "訪れたことのある星系", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + }, + { + "Id": "vykeen", + "Name": "ヴァイキーン", + "Description": "ヴァイキーンはドリンダルグ星系を種の故郷とする好戦的な生命体で、センチネル討伐という呪いに取りつかれている。\n\nヴァイキーンの最高司令官のもと銀河中でセンチネルの脅威と戦う種族だ。外見は攻撃的だが、厳格な行動規範に沿って動く。\n物質的なものや知識より、忠誠や犠牲、名誉の死といったものを重んじ、可能であればいつでもトラベラーの支援を請け負っている。", + "Missions": [ + { + "Name": "評価", + "Icon": "faction/MEDAL.VYKEENGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "敵", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "反対者", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "無害", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "共犯者", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "仲間", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "友好関係", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "同志", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "指導者", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "助手", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "司令官", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.VYKEENGOLD.png", + "Name": "テンプル騎士団", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "完了したミッション", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "単語習得レベル", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "おしゃべり", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "初心者", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "学生", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "中級者", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "学者", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "帰国子女", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "通訳者", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "言語学者", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "言葉の魔術師", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "翻訳者並み", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "マルチリンガル", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "訪れたことのある星系", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + }, + { + "Id": "explorer", + "Name": "コーバックス", + "Description": "無機生命体のコーバックスは世代間で受け継がれる金属の殻を意識の住処とする。\n\n数学的研究によってアトラスの高みへ昇ることができると信じており、センチネルの研究を続けている。個々の個体は、種の集合体から表出する純粋な精神だ。集団意識とのつながりに比べれば、その殻はさほど重要ではない。ゲックのはじまりの民により奴隷として扱われていたため、ゲックに対してはいまだに懐疑的だ。", + "Missions": [ + { + "Name": "評価", + "Icon": "faction/MEDAL.KORVAXGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "悩みの種", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "イライラのもと", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "顔見知り", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "興味の対象", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "研究対象", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "研究の焦点", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "試練の志願者", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "重要人物", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "救世主", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "唯一無二の", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.KORVAXGOLD.png", + "Name": "アトラスのトラベラー", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "完了したミッション", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "単語習得レベル", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "おしゃべり", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "初心者", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "学生", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "中級者", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "学者", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "帰国子女", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "通訳者", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "言語学者", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "言葉の魔術師", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "翻訳者並み", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "マルチリンガル", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "訪れたことのある星系", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + } + ], + "Guild": "ギルド", + "Guilds": [ + { + "Id": "traGuild", + "Name": "トレーダーギルド", + "Description": "銀河中の貿易団体や個々の商人を代表する共同体組織。\n\n組織の加入者に代わって雇用するパイロットを管理し、仕事を割り振っている。トレーダーギルドはその性質から必然的にゲックの支配下にあるが、他の種族を締め出しているわけではない。\nどんな生命体だろうと、一定の資本金を供出する限りはギルド傘下で恩恵を受けられる。", + "Missions": [ + { + "Name": "評価", + "Icon": "faction/MEDAL.MERCHGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "嫌悪された", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "敵対している", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "不明", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "新参者", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "初心者", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "経験者", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "仲間", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "熟練者", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "マスター", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "エルダー", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.MERCHGOLD.png", + "Name": "高貴な", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "完了したミッション", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "ユニット取得レベル", + "Icon": "faction/MEDAL.UNITSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.UNITSOFF.png", + "Name": "ビジネス初心者", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "スペース・トラッカー", + "RequiredProgress": 75000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "トレーダー", + "RequiredProgress": 100000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "商売上手", + "RequiredProgress": 150000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "商人", + "RequiredProgress": 250000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "事業家", + "RequiredProgress": 500000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "企業家", + "RequiredProgress": 750000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "投資家", + "RequiredProgress": 1000000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "資本家", + "RequiredProgress": 1250000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "豪商", + "RequiredProgress": 1500000 + }, + { + "Icon": "faction/MEDAL.UNITSGOLD.png", + "Name": "大物", + "RequiredProgress": 2000000 + } + ] + }, + { + "Name": "栽培した植物", + "Icon": "faction/MEDAL.PLANTSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANTSOFF.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.PLANTSGOLD.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 80 + } + ] + } + ] + }, + { + "Id": "warGuild", + "Name": "傭兵ギルド", + "Description": "銀河中で活動する緩やかな傭兵共同体組織。\n\nことあるごとに争いを起こす様々な派閥をまとめている。海賊、自警団、当局の潜入捜査官、カルトごろつき、社会活動家などなど、\n武装した日和見主義者たちにそれぞれ適した仕事を与えることで、傭兵ギルドは銀河の平和を守っている。", + "Missions": [ + { + "Name": "評価", + "Icon": "faction/MEDAL.WARRIORGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "嫌悪", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "敵対", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "不明", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "新参者", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "初心者", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "経験者", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "仲間", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "熟練者", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "マスター", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "エルダー", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.WARRIORGOLD.png", + "Name": "高貴な", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "完了したミッション", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "センチネル撃破レベル", + "Icon": "faction/MEDAL.SENTINELSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.SENTINELSOFF.png", + "Name": "交戦経験なし", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "新米", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "厄介者", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "解体業者", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "トラブルメーカー", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "戦士", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "脅威", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "悪名高い", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "危険", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "エキスパート", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.SENTINELSGOLD.png", + "Name": "伝説", + "RequiredProgress": 80 + } + ] + }, + { + "Name": "船の破壊レベル", + "Icon": "faction/MEDAL.PIRATESGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PIRATESOFF.png", + "Name": "未知", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "新米", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "厄介者", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "解体業者", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "トラブルメーカー", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "戦士", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "脅威", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "悪名高い", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "危険", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "エキスパート", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.PIRATESGOLD.png", + "Name": "伝説", + "RequiredProgress": 80 + } + ] + } + ] + }, + { + "Id": "traGuild", + "Name": "探検家ギルド", + "Description": "探検家ギルドは研究者と探検家の相互連携組織で、データを必要とする者とデータを集められる者のマッチングサービスを提供している。\n\nその会員は科学機関、地理学協会、テクノロジー企業から個人の臨時探検家まで様々である。ギルドでは共同利用できる資源や研究室を提供しているほか、体系的な講義や年に一度の表彰などを行っている。", + "Missions": [ + { + "Name": "評価", + "Icon": "faction/MEDAL.EXPLORERGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "嫌悪", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "敵対", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "不明", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "新参者", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "初心者", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "経験者", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "仲間", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "熟練者", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "マスター", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "エルダー", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.EXPLORERGOLD.png", + "Name": "高貴な", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "完了したミッション", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "スキャンした希少生物", + "Icon": "faction/MEDAL.CREATURESGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.CREATUREOFF.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 25 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 35 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 45 + }, + { + "Icon": "faction/MEDAL.CREATURESGOLD.png", + "Name": "合計:%AMOUNT%", + "RequiredProgress": 50 + } + ] + }, + { + "Name": "宇宙探検レベル", + "Icon": "faction/MEDAL.WARPSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WARPSOFF.png", + "Name": "天文学者", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "第一人者", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "偵察", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "ワープ好き", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "調査員", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "バガボンド", + "RequiredProgress": 25 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "航海者", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "パイオニア", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "探検家", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "監督官", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.WARPSGOLD.png", + "Name": "発見者", + "RequiredProgress": 75 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/assets/json/ja/Others.lang.json b/assets/json/ja/Others.lang.json index e8195f80..f582f5da 100644 --- a/assets/json/ja/Others.lang.json +++ b/assets/json/ja/Others.lang.json @@ -9,10 +9,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -34,10 +34,10 @@ "MaxStackSize": 20.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/2.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -59,11 +59,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/other/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -83,11 +83,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/other/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -107,10 +107,10 @@ "MaxStackSize": 20.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/other/5.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -130,10 +130,10 @@ "MaxStackSize": 20.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/6.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -153,10 +153,10 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/7.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -176,10 +176,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -198,9 +199,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -219,9 +220,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -240,9 +241,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -261,9 +263,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -282,9 +284,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -303,9 +305,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -324,9 +327,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -345,9 +349,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -366,9 +371,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,9 +393,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -408,9 +414,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -429,9 +435,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -450,9 +457,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,9 +479,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -492,9 +501,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -513,9 +522,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -534,9 +544,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -555,9 +565,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -576,9 +586,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -597,9 +607,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -618,9 +629,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -639,9 +651,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -660,9 +672,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -681,9 +694,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -702,9 +715,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -723,9 +736,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -744,9 +757,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -765,9 +778,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -786,9 +799,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -807,10 +820,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -829,9 +842,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -850,10 +863,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -872,9 +885,9 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -893,9 +906,9 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -914,9 +927,9 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -935,9 +948,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -956,9 +969,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -977,9 +990,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1003,9 +1016,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1029,9 +1042,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1055,9 +1068,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1081,9 +1094,10 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1107,9 +1121,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1133,9 +1147,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1154,9 +1168,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1175,9 +1189,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1196,9 +1210,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1217,9 +1231,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1238,9 +1252,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1259,9 +1273,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1280,9 +1294,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1301,9 +1315,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1322,9 +1336,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1343,9 +1357,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1364,9 +1378,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1385,9 +1399,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1406,9 +1420,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1427,9 +1441,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1448,9 +1462,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1469,9 +1483,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1490,9 +1504,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1511,9 +1525,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1532,9 +1546,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1553,9 +1567,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1574,9 +1588,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1595,9 +1609,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1616,9 +1630,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1637,9 +1651,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1658,9 +1672,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1679,9 +1693,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1700,9 +1714,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1730,9 +1744,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1756,9 +1770,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1782,9 +1796,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1808,9 +1822,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1834,9 +1848,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1860,9 +1874,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1886,9 +1900,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1912,9 +1926,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1938,9 +1952,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1964,9 +1978,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1985,9 +1999,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2006,9 +2020,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2027,9 +2041,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2047,9 +2061,9 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "311A49", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2070,9 +2084,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2096,9 +2110,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2122,9 +2136,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2148,9 +2162,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2174,9 +2188,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2200,9 +2214,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2221,9 +2235,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2242,9 +2256,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2263,9 +2277,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2284,9 +2298,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2305,9 +2319,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2326,9 +2340,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2347,9 +2361,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2368,9 +2382,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2389,9 +2403,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2410,9 +2424,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2431,9 +2445,10 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2452,9 +2467,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2473,10 +2488,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2495,9 +2510,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2516,9 +2532,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2537,9 +2554,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2558,9 +2576,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2579,9 +2598,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2605,9 +2625,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2626,9 +2647,11 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2647,9 +2670,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2668,9 +2693,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2689,9 +2716,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2710,9 +2739,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2736,9 +2766,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2757,9 +2787,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2778,9 +2808,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2799,9 +2829,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2820,9 +2850,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2841,9 +2871,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2862,9 +2892,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2883,9 +2913,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2904,9 +2934,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2925,9 +2955,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2946,9 +2976,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2967,9 +2997,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2987,7 +3017,10 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [ + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3005,7 +3038,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3023,7 +3056,9 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [ + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3041,7 +3076,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3059,7 +3094,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3077,7 +3112,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3095,9 +3130,9 @@ "BaseValueUnits": 80.0, "CurrencyType": "Quicksilver", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3117,9 +3152,9 @@ "BaseValueUnits": 3200.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3138,9 +3173,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3159,9 +3195,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3180,9 +3217,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3218,9 +3256,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3239,9 +3278,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3265,9 +3305,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3286,9 +3327,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3307,9 +3349,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3328,9 +3371,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3349,9 +3393,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3370,9 +3415,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3391,9 +3437,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3412,9 +3459,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3433,9 +3481,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3454,9 +3503,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3475,9 +3525,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3496,9 +3547,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3517,9 +3569,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3538,9 +3591,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3559,9 +3613,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3580,9 +3635,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3601,9 +3657,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3622,9 +3679,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3643,9 +3701,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3669,9 +3727,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,9 +3753,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3721,9 +3779,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3747,9 +3805,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3773,9 +3831,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3799,9 +3857,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3825,9 +3883,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3851,9 +3909,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3877,9 +3935,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3903,9 +3961,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3929,9 +3987,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3955,9 +4013,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3981,9 +4039,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4002,10 +4060,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4024,10 +4082,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4046,9 +4104,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4067,9 +4126,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4088,9 +4148,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4109,9 +4170,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4135,9 +4197,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4156,9 +4219,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4177,9 +4241,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4198,9 +4263,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4224,9 +4290,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4260,9 +4327,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4281,9 +4348,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4302,9 +4369,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4323,9 +4390,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4344,9 +4411,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4365,10 +4432,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4389,10 +4456,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4413,10 +4480,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4437,10 +4504,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4461,10 +4528,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4485,9 +4552,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4506,9 +4574,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4527,9 +4596,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4548,9 +4618,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4574,9 +4645,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4595,9 +4667,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/ja/Products.lang.json b/assets/json/ja/Products.lang.json index 1b4a99ae..5facbddf 100644 --- a/assets/json/ja/Products.lang.json +++ b/assets/json/ja/Products.lang.json @@ -10,11 +10,11 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -43,10 +43,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -76,13 +76,13 @@ "Colour": "F3A923", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/products/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -107,10 +107,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/4.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -130,11 +131,11 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -159,10 +160,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -187,10 +188,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -219,10 +220,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -242,10 +244,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/9.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -265,10 +268,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/10.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -288,13 +292,13 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -319,10 +323,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/12.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -351,10 +355,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/13.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -383,10 +387,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/14.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -415,10 +419,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/15.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -447,10 +451,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/16.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -479,13 +483,13 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 0, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -514,12 +518,12 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -548,14 +552,14 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -584,13 +588,13 @@ "MaxStackSize": 100.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -619,10 +623,11 @@ "MaxStackSize": 100.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/21.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -642,11 +647,11 @@ "MaxStackSize": 50.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/22.png", - "Usages": { - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -675,14 +680,14 @@ "MaxStackSize": 100.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -711,10 +716,11 @@ "MaxStackSize": 100.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/24.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -734,10 +740,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/25.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -766,10 +772,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/26.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -798,10 +804,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -830,13 +836,13 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/28.png", - "Usages": { - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -865,12 +871,12 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/29.png", - "Usages": { - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -903,11 +909,11 @@ "MaxStackSize": 5000.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/products/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "CraftingOutputAmount": 1250, "BlueprintCost": 1, "BlueprintCostType": "None", @@ -933,9 +939,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -955,9 +962,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -977,9 +985,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -999,9 +1008,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -1021,9 +1031,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -1043,9 +1054,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1065,11 +1077,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/49.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1098,10 +1110,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/51.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -1130,10 +1142,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/52.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1162,10 +1174,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/53.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -1194,11 +1206,11 @@ "MaxStackSize": 25.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/54.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1223,11 +1235,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/55.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1252,10 +1264,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/56.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1284,11 +1296,11 @@ "MaxStackSize": 20.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/57.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1317,10 +1329,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/58.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1349,12 +1361,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/59.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1383,12 +1395,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/60.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1417,12 +1429,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/61.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1451,11 +1463,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/62.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1484,10 +1496,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/63.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1516,11 +1528,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/64.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1549,11 +1561,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/65.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1582,10 +1594,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/66.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1614,11 +1626,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/67.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1647,10 +1659,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/68.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1679,10 +1691,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/69.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1711,10 +1723,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/70.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1743,13 +1755,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/71.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1778,13 +1790,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/72.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1813,13 +1825,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/73.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1848,13 +1860,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/74.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1883,13 +1895,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/75.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1918,13 +1930,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/76.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1953,12 +1965,12 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/77.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1991,12 +2003,12 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/78.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2029,9 +2041,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/79.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2064,9 +2076,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/80.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2099,10 +2111,10 @@ "MaxStackSize": 20.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/81.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2122,9 +2134,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/82.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2144,9 +2156,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/83.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2166,9 +2178,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/84.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2188,9 +2200,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/85.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2210,9 +2222,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/86.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2232,9 +2244,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/87.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2254,9 +2266,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/88.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2276,9 +2288,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/89.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2298,9 +2310,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/90.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2333,9 +2345,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/91.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2368,9 +2380,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/92.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2403,9 +2415,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/93.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2434,9 +2446,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/94.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2455,9 +2467,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2476,9 +2488,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2497,9 +2509,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2519,10 +2531,10 @@ "MaxStackSize": 150.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/98.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2541,10 +2553,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2675,9 +2687,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2696,9 +2708,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2717,9 +2729,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2738,10 +2750,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2762,10 +2774,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2786,10 +2798,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2810,10 +2822,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2845,10 +2857,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2880,10 +2892,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2911,10 +2923,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2946,10 +2958,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2981,11 +2993,11 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3006,11 +3018,11 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3030,10 +3042,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3051,10 +3063,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3072,10 +3084,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3093,10 +3105,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3114,10 +3126,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3135,10 +3147,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3156,10 +3168,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3177,10 +3189,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3198,10 +3210,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3219,10 +3231,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3240,10 +3252,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3261,10 +3273,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3282,10 +3294,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3303,10 +3315,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3324,10 +3336,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3345,10 +3357,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3366,10 +3378,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3387,10 +3399,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3408,10 +3420,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3429,10 +3441,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3450,10 +3462,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3471,10 +3483,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3492,10 +3504,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3513,10 +3525,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3534,10 +3546,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3555,10 +3567,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3576,10 +3588,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3597,10 +3609,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3619,10 +3631,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3643,11 +3655,11 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3666,10 +3678,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3689,10 +3701,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3710,10 +3722,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3731,10 +3743,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3752,10 +3764,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3773,10 +3785,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3796,10 +3808,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3819,11 +3831,11 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3841,11 +3853,11 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3863,12 +3875,12 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3886,10 +3898,10 @@ "BaseValueUnits": 3200.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3922,10 +3934,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3943,10 +3955,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3964,10 +3976,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3985,10 +3997,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4006,10 +4018,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4027,10 +4039,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4048,10 +4060,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/ja/RawMaterials.lang.json b/assets/json/ja/RawMaterials.lang.json index 7effb836..db645a7f 100644 --- a/assets/json/ja/RawMaterials.lang.json +++ b/assets/json/ja/RawMaterials.lang.json @@ -12,15 +12,15 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -42,15 +42,15 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -71,14 +71,14 @@ "MaxStackSize": 9999.0, "Colour": "BB3830", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -99,12 +99,12 @@ "MaxStackSize": 9999.0, "Colour": "DEDCD1", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -125,14 +125,14 @@ "MaxStackSize": 9999.0, "Colour": "355A7D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -153,13 +153,13 @@ "MaxStackSize": 9999.0, "Colour": "355A7D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -180,13 +180,13 @@ "MaxStackSize": 9999.0, "Colour": "DEDCD1", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -207,13 +207,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/8.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -234,13 +234,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/9.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -261,13 +261,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/10.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -288,12 +288,12 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -314,14 +314,14 @@ "MaxStackSize": 9999.0, "Colour": "F26D15", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/12.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -342,14 +342,14 @@ "MaxStackSize": 9999.0, "Colour": "F26D15", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/13.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -370,13 +370,13 @@ "MaxStackSize": 9999.0, "Colour": "005C83", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/14.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -397,13 +397,13 @@ "MaxStackSize": 9999.0, "Colour": "005C83", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/15.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -425,14 +425,14 @@ "Colour": "1E8A42", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/16.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -453,13 +453,13 @@ "MaxStackSize": 9999.0, "Colour": "1E8A42", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -480,12 +480,12 @@ "MaxStackSize": 9999.0, "Colour": "1E8A42", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -506,13 +506,13 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -533,13 +533,13 @@ "MaxStackSize": 9999.0, "Colour": "7B0000", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -560,13 +560,13 @@ "MaxStackSize": 9999.0, "Colour": "36611C", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/21.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -587,13 +587,13 @@ "MaxStackSize": 9999.0, "Colour": "01387D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/22.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -615,15 +615,15 @@ "Colour": "260000", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -644,13 +644,13 @@ "MaxStackSize": 9999.0, "Colour": "4E404F", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/24.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -671,14 +671,14 @@ "MaxStackSize": 9999.0, "Colour": "E57002", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/25.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -699,14 +699,14 @@ "MaxStackSize": 9999.0, "Colour": "00A64D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/26.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -727,14 +727,14 @@ "MaxStackSize": 9999.0, "Colour": "FFAD00", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/27.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -755,14 +755,14 @@ "MaxStackSize": 9999.0, "Colour": "1E4FD0", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/28.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -783,14 +783,14 @@ "MaxStackSize": 9999.0, "Colour": "DB2400", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/29.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -812,15 +812,15 @@ "Colour": "512741", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -841,13 +841,13 @@ "MaxStackSize": 9999.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/31.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -868,14 +868,14 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/32.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -896,14 +896,14 @@ "MaxStackSize": 9999.0, "Colour": "AA6E06", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/33.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -924,13 +924,13 @@ "MaxStackSize": 9999.0, "Colour": "507575", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/34.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -951,13 +951,13 @@ "MaxStackSize": 9999.0, "Colour": "265E3A", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/35.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -978,13 +978,13 @@ "MaxStackSize": 9999.0, "Colour": "4C3780", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/36.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1005,13 +1005,13 @@ "MaxStackSize": 9999.0, "Colour": "DE921F", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/37.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1032,12 +1032,12 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/38.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1058,11 +1058,11 @@ "MaxStackSize": 9999.0, "Colour": "7B0000", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/39.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1083,11 +1083,11 @@ "MaxStackSize": 9999.0, "Colour": "36611C", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/40.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1108,11 +1108,11 @@ "MaxStackSize": 9999.0, "Colour": "01387D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/41.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1134,14 +1134,14 @@ "Colour": "00A64D", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/42.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1163,14 +1163,14 @@ "Colour": "1E4FD0", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/43.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1192,14 +1192,14 @@ "Colour": "C5871D", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/44.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1221,14 +1221,14 @@ "Colour": "239626", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/45.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1250,14 +1250,14 @@ "Colour": "B94318", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/46.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1279,14 +1279,14 @@ "Colour": "208DAB", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/47.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1308,13 +1308,13 @@ "Colour": "5B6F35", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/48.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1336,13 +1336,13 @@ "Colour": "005C83", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/49.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1364,14 +1364,14 @@ "Colour": "79502E", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/50.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1392,12 +1392,12 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/51.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,13 +1418,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/52.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1445,12 +1445,12 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/53.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1471,13 +1471,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/54.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1498,13 +1498,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/55.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1525,11 +1525,11 @@ "MaxStackSize": 9999.0, "Colour": "1E354E", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/56.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1550,9 +1550,9 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1573,9 +1573,9 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1596,10 +1596,10 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/59.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1620,10 +1620,10 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/60.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1643,11 +1643,11 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "1A2733", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1667,10 +1667,10 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "DEDCD1", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1690,9 +1690,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1712,9 +1712,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1734,9 +1734,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1756,9 +1756,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1778,9 +1778,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1800,9 +1800,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1822,11 +1822,11 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "512741", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/ja/Technology.lang.json b/assets/json/ja/Technology.lang.json index 96662b36..79508502 100644 --- a/assets/json/ja/Technology.lang.json +++ b/assets/json/ja/Technology.lang.json @@ -8,10 +8,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -34,9 +34,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -63,10 +63,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -89,9 +89,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -114,9 +114,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -139,9 +139,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -168,9 +168,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 200, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -197,10 +197,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -231,10 +231,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -265,10 +265,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -299,10 +299,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -333,9 +333,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -366,9 +366,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -395,9 +395,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -424,9 +424,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -457,9 +457,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -486,9 +486,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 350, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -519,9 +519,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 240, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -552,9 +552,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -577,9 +577,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 310, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -610,9 +610,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 580, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -643,9 +643,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -672,10 +672,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -702,9 +702,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -731,10 +731,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -761,9 +761,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -794,9 +794,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -827,9 +827,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -856,10 +856,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -886,9 +886,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -915,9 +915,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -944,9 +944,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 200, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -973,10 +973,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1003,9 +1003,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 85, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1036,9 +1036,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 100, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1065,9 +1065,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 50, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1094,9 +1094,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1123,9 +1123,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1152,9 +1152,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1181,9 +1181,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1210,9 +1210,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1239,9 +1239,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1268,9 +1268,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1297,9 +1297,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1326,9 +1326,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 75, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1359,9 +1359,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1388,9 +1388,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1417,10 +1417,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1451,9 +1451,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1476,9 +1476,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1505,9 +1505,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1530,9 +1530,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1559,9 +1559,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1592,9 +1592,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1621,9 +1621,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1646,9 +1646,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1671,9 +1671,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1700,9 +1700,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 320, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1733,9 +1733,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 50, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1762,9 +1762,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1791,9 +1791,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1820,10 +1820,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1846,9 +1846,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 75, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1879,9 +1879,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1912,9 +1912,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1941,9 +1941,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1970,9 +1970,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1995,9 +1995,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2020,10 +2020,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2054,10 +2054,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2084,10 +2084,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2118,9 +2118,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2147,9 +2147,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2176,9 +2176,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2205,9 +2205,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2234,9 +2234,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2263,9 +2263,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2288,9 +2288,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2313,9 +2313,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2346,9 +2346,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2371,9 +2371,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2404,9 +2404,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2437,9 +2437,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2466,9 +2466,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2499,9 +2499,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2532,9 +2532,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2565,9 +2565,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2594,9 +2594,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 320, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2627,9 +2627,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2660,9 +2660,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2693,9 +2693,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2722,9 +2722,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2751,10 +2751,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2781,9 +2781,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2814,9 +2814,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 450, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2847,9 +2847,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2880,9 +2880,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 350, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2913,9 +2913,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2938,9 +2938,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2963,9 +2963,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2988,9 +2988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3017,9 +3017,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3042,9 +3042,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3067,9 +3067,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3092,9 +3092,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3121,9 +3121,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3146,9 +3146,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3171,9 +3171,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3196,9 +3196,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3221,9 +3221,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3246,9 +3246,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3275,9 +3275,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3300,9 +3300,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3325,9 +3325,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3350,9 +3350,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3375,9 +3375,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3404,9 +3404,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3429,9 +3429,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3458,9 +3458,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3487,9 +3487,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3516,9 +3516,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3545,9 +3545,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3570,9 +3570,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3595,9 +3595,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3620,9 +3620,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3645,9 +3645,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3670,9 +3670,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,9 +3695,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3728,9 +3728,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3761,9 +3761,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3794,9 +3794,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3827,9 +3827,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3860,9 +3860,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3893,9 +3893,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3926,9 +3926,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 360, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3955,9 +3955,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3988,9 +3988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4021,9 +4021,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 240, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4054,9 +4054,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4087,9 +4087,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4116,9 +4116,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4145,9 +4145,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4170,9 +4170,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4199,9 +4199,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4232,9 +4232,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4265,9 +4265,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4294,9 +4294,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4327,9 +4327,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4356,9 +4356,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4385,9 +4385,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4418,9 +4418,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4451,10 +4451,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4481,10 +4481,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4511,10 +4511,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4541,10 +4541,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4571,9 +4571,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4600,9 +4600,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4629,9 +4629,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4662,9 +4662,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4691,10 +4691,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4721,9 +4721,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4754,9 +4754,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4787,9 +4787,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4820,9 +4820,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4853,9 +4853,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4886,9 +4886,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4919,9 +4919,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4952,9 +4952,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4985,9 +4985,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5018,9 +5018,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5051,9 +5051,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5084,9 +5084,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5113,9 +5113,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5146,9 +5146,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5179,9 +5179,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5212,9 +5212,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5241,9 +5241,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5274,9 +5274,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5303,10 +5303,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5333,10 +5333,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5363,10 +5363,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5397,10 +5397,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5427,9 +5427,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5460,9 +5460,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5493,9 +5493,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5522,9 +5522,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5551,9 +5551,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5576,9 +5576,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5605,9 +5605,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5630,9 +5630,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5659,9 +5659,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5684,9 +5684,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5713,9 +5713,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5742,9 +5742,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5775,9 +5775,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5800,9 +5800,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5833,10 +5833,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5867,9 +5867,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5900,9 +5900,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5933,10 +5933,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5967,9 +5967,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6000,9 +6000,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6033,9 +6033,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 480, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6066,9 +6066,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6099,9 +6099,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6132,9 +6132,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6161,9 +6161,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 480, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/ja/TradeItems.lang.json b/assets/json/ja/TradeItems.lang.json index 10dd82a4..29412662 100644 --- a/assets/json/ja/TradeItems.lang.json +++ b/assets/json/ja/TradeItems.lang.json @@ -10,9 +10,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/1.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -32,10 +32,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/2.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -55,10 +55,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/3.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -78,9 +78,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -100,9 +100,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -122,9 +122,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -144,9 +144,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/7.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -166,10 +166,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/8.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -189,10 +189,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/9.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -212,9 +212,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -234,9 +234,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -256,9 +256,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -278,9 +278,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -300,9 +300,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -322,9 +322,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -344,10 +344,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/16.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -367,10 +367,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/17.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -390,10 +390,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/18.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -413,10 +413,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/19.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -436,10 +436,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/20.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -459,9 +459,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -481,10 +481,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/22.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -504,9 +504,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -526,9 +526,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -548,9 +548,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -570,10 +570,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/26.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -593,9 +593,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -615,10 +615,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/28.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -638,9 +638,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -660,9 +660,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -682,9 +682,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -704,9 +704,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -726,9 +726,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -748,9 +748,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -770,9 +770,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/ja/UpgradeModules.lang.json b/assets/json/ja/UpgradeModules.lang.json index fc370e03..669aeb7d 100644 --- a/assets/json/ja/UpgradeModules.lang.json +++ b/assets/json/ja/UpgradeModules.lang.json @@ -9,10 +9,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/1.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -31,10 +31,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/2.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -53,10 +53,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/3.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -75,10 +75,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/4.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -97,10 +97,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/5.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -119,10 +119,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/6.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -141,10 +141,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/7.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -163,10 +163,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -185,10 +185,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/9.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -207,10 +207,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/10.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -229,10 +229,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/11.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -251,10 +251,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/12.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -273,10 +273,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/13.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -295,10 +295,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/14.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -317,10 +317,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/15.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -339,10 +339,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/16.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -361,10 +361,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/17.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -383,10 +383,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/18.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -405,10 +405,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/19.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -427,10 +427,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/20.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -449,10 +449,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/21.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,10 +471,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/22.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -493,10 +493,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/23.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -515,10 +515,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/24.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -537,10 +537,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/25.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -559,10 +559,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/26.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -581,10 +581,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -603,10 +603,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/28.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -625,10 +625,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/29.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -647,10 +647,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/30.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,10 +669,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/31.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -691,10 +691,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/32.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -713,10 +713,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/33.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -735,10 +735,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/34.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -757,10 +757,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/35.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -779,10 +779,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/36.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -801,10 +801,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/37.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -823,10 +823,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/38.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -845,10 +845,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/39.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -867,10 +867,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/40.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -889,10 +889,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/41.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -911,10 +911,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/42.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -933,10 +933,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/43.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -955,10 +955,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/44.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -977,10 +977,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/45.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -999,10 +999,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/46.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1021,10 +1021,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/47.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1043,10 +1043,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/48.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1065,10 +1065,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/49.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1087,10 +1087,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/50.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1109,10 +1109,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/51.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1131,10 +1131,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/52.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1153,10 +1153,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/53.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1175,10 +1175,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/54.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1197,10 +1197,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/55.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1219,10 +1219,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/56.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1241,10 +1241,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/57.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1263,10 +1263,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/58.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1285,10 +1285,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/59.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1307,10 +1307,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/60.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1329,10 +1329,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/61.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1351,10 +1351,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/62.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1373,10 +1373,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/63.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1395,10 +1395,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/64.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1417,10 +1417,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/65.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1439,10 +1439,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/66.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1461,10 +1461,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/67.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1483,10 +1483,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/68.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1505,10 +1505,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/69.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1527,10 +1527,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/70.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1549,10 +1549,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/71.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1571,10 +1571,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/72.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1593,10 +1593,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/73.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1615,10 +1615,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/74.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1637,10 +1637,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/75.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1659,10 +1659,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/76.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1681,10 +1681,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/77.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1703,10 +1703,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/78.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1725,10 +1725,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/79.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1747,10 +1747,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/80.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1769,10 +1769,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/81.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1791,10 +1791,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/82.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1813,10 +1813,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/83.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1835,10 +1835,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/84.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1857,10 +1857,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/85.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1879,10 +1879,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/86.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1901,10 +1901,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/87.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1923,10 +1923,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/88.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1945,10 +1945,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/89.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1967,10 +1967,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/90.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1989,10 +1989,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/91.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2011,10 +2011,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/92.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2033,10 +2033,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/93.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2055,10 +2055,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/94.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2077,10 +2077,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/95.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2099,10 +2099,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/96.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2121,10 +2121,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/97.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2143,10 +2143,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/98.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2165,10 +2165,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/99.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2187,10 +2187,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/100.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2209,10 +2209,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/101.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2231,10 +2231,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/102.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2253,10 +2253,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/103.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2275,10 +2275,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/104.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2297,10 +2297,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/105.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2319,10 +2319,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/106.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2341,10 +2341,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/107.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2363,10 +2363,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/108.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2385,10 +2385,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/109.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2407,10 +2407,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/110.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2429,10 +2429,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/111.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2451,10 +2451,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/112.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2473,10 +2473,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/113.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2495,10 +2495,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/114.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2517,10 +2517,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/115.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2539,10 +2539,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/116.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2561,10 +2561,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/117.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2583,10 +2583,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/118.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2605,10 +2605,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/119.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2627,10 +2627,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/120.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2649,10 +2649,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/121.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2671,10 +2671,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/122.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2693,10 +2693,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/123.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2715,10 +2715,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/124.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2737,10 +2737,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/125.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2759,10 +2759,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/126.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2781,10 +2781,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/127.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2803,10 +2803,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/128.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2825,10 +2825,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/129.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2847,10 +2847,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/130.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2869,10 +2869,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/131.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2891,10 +2891,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/132.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2913,10 +2913,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/133.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2935,10 +2935,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/134.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2957,10 +2957,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/135.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2979,10 +2979,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/136.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3001,10 +3001,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/137.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3023,10 +3023,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/138.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3044,10 +3044,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3065,10 +3065,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3086,10 +3086,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3107,10 +3107,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3128,10 +3128,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3149,10 +3149,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3170,10 +3170,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3191,10 +3191,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3212,10 +3212,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3233,10 +3233,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3254,10 +3254,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3275,10 +3275,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3296,10 +3296,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3317,10 +3317,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3338,10 +3338,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3359,10 +3359,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3380,10 +3380,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3401,10 +3401,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3422,10 +3422,10 @@ "BaseValueUnits": 600.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3443,10 +3443,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3464,10 +3464,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3485,10 +3485,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3506,10 +3506,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3527,10 +3527,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3548,10 +3548,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3569,10 +3569,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3590,10 +3590,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3611,10 +3611,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3632,10 +3632,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3653,10 +3653,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3674,10 +3674,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,10 +3695,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3716,10 +3716,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3737,10 +3737,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/ko/Buildings.lang.json b/assets/json/ko/Buildings.lang.json index d77a9cb6..b6d36643 100644 --- a/assets/json/ko/Buildings.lang.json +++ b/assets/json/ko/Buildings.lang.json @@ -35,9 +35,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/2.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -65,9 +65,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -95,9 +95,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -125,9 +125,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -151,9 +151,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -182,9 +182,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/8.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -209,9 +209,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -236,9 +236,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -263,9 +263,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -290,9 +290,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -317,9 +317,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -348,9 +348,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -375,9 +375,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -402,9 +402,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -433,9 +433,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -460,9 +460,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -487,9 +487,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -514,9 +514,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -545,9 +545,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -576,9 +576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -607,9 +607,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -638,9 +638,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,9 +669,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -696,9 +696,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -723,9 +723,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -750,9 +750,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -777,9 +777,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -804,9 +804,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -831,9 +831,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -858,9 +858,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -889,9 +889,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -916,9 +916,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -943,9 +943,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -974,9 +974,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1001,9 +1001,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1028,9 +1028,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1055,9 +1055,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/39.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1086,9 +1086,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/40.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1117,9 +1117,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1144,9 +1144,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1171,9 +1171,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1198,9 +1198,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/44.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1225,9 +1225,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/45.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1252,9 +1252,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1279,9 +1279,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1306,9 +1306,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1333,9 +1333,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1360,9 +1360,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1387,9 +1387,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,9 +1418,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/52.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1445,9 +1445,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/53.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1472,9 +1472,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/54.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1503,9 +1503,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/55.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1530,9 +1530,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/56.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1557,9 +1557,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1584,9 +1584,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1615,9 +1615,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/59.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1646,9 +1646,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/60.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1673,9 +1673,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/61.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1704,9 +1704,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/62.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1735,9 +1735,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/63.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1762,9 +1762,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/64.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1789,9 +1789,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/building/65.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1838,9 +1838,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/67.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1865,9 +1865,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/68.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1892,9 +1892,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/69.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1919,9 +1919,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/70.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1946,9 +1946,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/71.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1973,9 +1973,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/72.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2004,9 +2004,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/73.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2035,9 +2035,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/building/74.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2066,9 +2066,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/75.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2092,9 +2092,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/76.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2118,9 +2118,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/77.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2149,9 +2149,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/78.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2176,9 +2176,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/79.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2206,9 +2206,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/80.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2236,9 +2236,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/81.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2262,9 +2262,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/82.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2289,9 +2289,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/83.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2316,9 +2316,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/84.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2342,9 +2342,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/85.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2372,9 +2372,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/86.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2398,9 +2398,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/87.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2424,9 +2424,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/88.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2450,9 +2450,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/89.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2476,9 +2476,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/90.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2502,9 +2502,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/91.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2528,9 +2528,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/92.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2554,9 +2554,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/93.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2580,9 +2580,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/94.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2610,9 +2610,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/95.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2636,9 +2636,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/96.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2666,9 +2666,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/97.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2696,9 +2696,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/98.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2726,9 +2726,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/106.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2753,9 +2753,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/118.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2788,9 +2788,9 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/building/129.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2820,9 +2820,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/130.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2852,9 +2852,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/131.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2883,9 +2883,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/132.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2915,9 +2915,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/133.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2946,9 +2946,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/134.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2973,9 +2973,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/135.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3008,9 +3008,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/136.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3036,9 +3036,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/137.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3068,9 +3068,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/138.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3099,9 +3099,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/139.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3130,9 +3130,9 @@ "Colour": "095C77", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/140.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3182,9 +3182,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/142.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3209,9 +3209,9 @@ "Colour": "2C7C9F", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/145.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3239,9 +3239,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/146.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3269,9 +3269,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/147.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3299,9 +3299,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/150.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3325,9 +3325,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/151.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3351,9 +3351,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/152.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3381,9 +3381,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/153.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3411,9 +3411,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/154.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3441,9 +3441,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/155.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3493,9 +3493,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/157.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3519,9 +3519,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/158.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3549,9 +3549,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/159.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3576,9 +3576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/161.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3603,9 +3603,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/162.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3630,9 +3630,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/163.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3657,9 +3657,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/164.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3684,9 +3684,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/165.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3711,9 +3711,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/166.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3738,9 +3738,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/167.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3765,9 +3765,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/168.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3792,9 +3792,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/169.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3819,9 +3819,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/170.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3846,9 +3846,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/171.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3873,9 +3873,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/building/172.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 6, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3900,9 +3900,9 @@ "Colour": "2C7C9F", "Power": -30.0, "CdnUrl": "https://cdn.nmsassistant.com/building/173.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 6, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3926,9 +3926,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/174.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3961,9 +3961,9 @@ "Colour": "2C7C9F", "Power": -2.0, "CdnUrl": "https://cdn.nmsassistant.com/building/175.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3992,9 +3992,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/176.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4027,9 +4027,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/177.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4062,9 +4062,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/178.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4097,9 +4097,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/179.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4132,9 +4132,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/180.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4167,9 +4167,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/181.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4193,9 +4193,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/182.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4219,9 +4219,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/204.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4245,9 +4245,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/205.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4271,9 +4271,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/206.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4298,9 +4298,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/207.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4333,9 +4333,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/213.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4360,9 +4360,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/214.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4390,9 +4390,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/215.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4416,9 +4416,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/219.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4442,9 +4442,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/220.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4468,9 +4468,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/221.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4494,9 +4494,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/222.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4524,9 +4524,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/223.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4550,9 +4550,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/224.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4580,9 +4580,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/225.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4610,9 +4610,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/226.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4636,9 +4636,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/227.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4666,9 +4666,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/228.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4692,9 +4692,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/229.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4718,9 +4718,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/230.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4744,9 +4744,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/231.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4770,9 +4770,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/232.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4796,9 +4796,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/233.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4826,9 +4826,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/234.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4856,9 +4856,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/235.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4886,9 +4886,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/236.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4916,9 +4916,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/237.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4946,9 +4946,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/238.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4977,9 +4977,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/239.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5008,9 +5008,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/240.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5039,9 +5039,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/241.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5069,9 +5069,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/242.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5099,9 +5099,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/243.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5129,9 +5129,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/244.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5159,9 +5159,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/245.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5189,9 +5189,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/246.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5219,9 +5219,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/247.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5245,9 +5245,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/248.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5271,9 +5271,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/249.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5301,9 +5301,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/250.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5327,9 +5327,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/253.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5353,9 +5353,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/254.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5379,9 +5379,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/255.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5405,9 +5405,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/256.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5431,9 +5431,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/257.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5457,9 +5457,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/258.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5483,9 +5483,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/259.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5509,9 +5509,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/260.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5535,9 +5535,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/261.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5561,9 +5561,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/266.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5587,9 +5587,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5614,9 +5614,9 @@ "MaxStackSize": 5.0, "Colour": "FFFFFF", "CdnUrl": "https://cdn.nmsassistant.com/building/272.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5636,9 +5636,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/273.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5667,9 +5667,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/274.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5698,9 +5698,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/275.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5729,9 +5729,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/276.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5760,9 +5760,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/277.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5791,9 +5791,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/278.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5822,9 +5822,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/279.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5853,9 +5853,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/280.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5884,9 +5884,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/281.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5915,9 +5915,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/282.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5946,9 +5946,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/283.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5977,9 +5977,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/284.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6008,9 +6008,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/285.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6039,9 +6039,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/286.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6070,9 +6070,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/287.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6101,9 +6101,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/288.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6132,9 +6132,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/289.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6163,9 +6164,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/290.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6194,9 +6195,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/291.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6225,9 +6226,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/292.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6256,9 +6258,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/293.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6287,9 +6289,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/294.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6314,9 +6316,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/295.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6341,9 +6344,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/296.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6368,9 +6372,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/297.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6395,9 +6400,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/298.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6422,9 +6428,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/299.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6449,9 +6455,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/300.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6476,9 +6482,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/301.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6507,9 +6513,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/302.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6538,9 +6545,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/303.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6569,9 +6576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/304.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6596,9 +6603,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/305.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6623,9 +6630,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/306.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6650,9 +6657,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/307.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6677,9 +6684,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/308.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6704,9 +6711,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/309.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6732,9 +6739,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/310.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6763,9 +6770,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/311.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6790,9 +6797,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/312.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6817,9 +6824,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/313.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6844,9 +6851,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/314.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6871,9 +6878,9 @@ "MaxStackSize": 20.0, "Colour": "262626", "CdnUrl": "https://cdn.nmsassistant.com/building/315.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6893,9 +6900,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/316.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6928,9 +6935,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/317.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6963,9 +6970,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/318.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6990,9 +6997,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/319.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7017,9 +7024,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/320.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7044,9 +7051,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/321.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7072,9 +7079,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/322.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7099,9 +7106,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/324.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7130,9 +7137,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/325.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7158,9 +7165,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/326.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7184,9 +7191,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7206,9 +7213,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/328.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7237,9 +7244,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/329.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7265,9 +7272,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/330.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7291,9 +7298,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7313,9 +7320,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/332.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7344,9 +7351,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/336.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7371,9 +7378,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/337.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7398,9 +7405,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/338.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7425,9 +7432,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/339.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7452,9 +7459,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/340.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7479,9 +7486,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/341.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7506,9 +7513,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/342.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7533,9 +7540,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/343.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7560,9 +7567,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/344.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7587,9 +7594,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/345.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7614,9 +7621,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/346.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7641,9 +7648,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/347.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7668,9 +7675,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/348.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7695,9 +7702,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/359.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7721,9 +7728,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/360.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7756,9 +7763,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/361.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7778,9 +7785,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/362.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7809,9 +7816,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/363.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7831,9 +7838,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/364.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7853,9 +7860,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/365.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7875,9 +7882,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/366.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7897,9 +7905,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/367.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7919,9 +7928,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/368.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7941,9 +7951,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/369.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7968,9 +7979,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/370.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7995,9 +8006,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/371.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8022,9 +8033,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/372.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8049,9 +8060,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/373.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8076,9 +8087,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/374.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8103,9 +8114,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/375.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8130,9 +8141,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/376.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8157,9 +8168,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/377.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8184,9 +8195,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/378.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8211,9 +8222,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/379.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8238,9 +8249,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/380.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8265,9 +8276,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/381.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8292,9 +8303,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/382.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8319,9 +8330,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/383.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8346,9 +8357,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/384.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8373,9 +8384,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/385.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8400,9 +8411,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/386.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8427,9 +8438,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/387.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8454,9 +8465,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/388.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8481,9 +8492,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/389.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8503,9 +8514,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/390.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8525,9 +8536,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/391.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8547,9 +8558,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/392.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8569,9 +8580,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/393.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8591,9 +8602,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/394.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8612,9 +8623,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/395.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 15, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -8647,9 +8658,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/396.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -8680,9 +8691,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8709,9 +8720,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8738,9 +8749,9 @@ "BaseValueUnits": 300.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8767,9 +8778,9 @@ "BaseValueUnits": 300.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8792,9 +8803,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8817,9 +8828,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8842,9 +8853,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8867,9 +8878,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8892,9 +8903,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8917,9 +8928,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8942,9 +8953,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8967,9 +8978,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8992,9 +9003,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9017,9 +9028,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9047,9 +9058,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9073,9 +9085,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9099,9 +9111,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9125,9 +9137,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9151,9 +9163,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9172,9 +9184,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9193,9 +9205,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9219,9 +9231,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9249,9 +9261,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9275,9 +9287,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9301,9 +9313,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9327,9 +9339,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9348,9 +9361,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9374,9 +9388,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9400,9 +9415,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9426,9 +9442,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9452,9 +9469,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9478,9 +9496,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9504,9 +9523,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9530,9 +9549,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9560,9 +9579,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9590,9 +9609,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9616,9 +9635,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9642,9 +9661,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9668,9 +9687,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9694,10 +9713,10 @@ "CurrencyType": "None", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9718,9 +9737,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9744,9 +9763,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9770,9 +9789,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9796,9 +9815,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9822,9 +9841,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9848,9 +9867,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9874,9 +9893,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9900,9 +9919,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9926,9 +9945,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9952,9 +9971,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9978,9 +9997,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10004,9 +10023,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10030,9 +10049,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10056,9 +10075,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10083,9 +10102,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10109,9 +10128,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10135,9 +10154,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10161,9 +10180,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10187,9 +10206,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10213,9 +10232,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10239,9 +10258,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10265,9 +10284,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10291,9 +10310,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10317,9 +10336,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10343,9 +10362,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10369,9 +10388,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10395,9 +10414,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10421,9 +10440,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10447,9 +10466,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10473,9 +10492,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10499,9 +10518,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10525,9 +10544,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10551,9 +10570,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10577,9 +10596,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10603,9 +10622,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10629,9 +10648,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10655,9 +10674,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10681,9 +10700,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10707,9 +10726,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10733,9 +10752,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10759,9 +10778,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10785,9 +10804,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10811,9 +10830,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10837,9 +10856,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10863,9 +10882,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10889,9 +10908,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10915,9 +10934,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10941,9 +10960,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10967,9 +10986,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10993,9 +11012,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11019,9 +11038,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11045,9 +11064,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11071,9 +11090,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11097,9 +11116,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11123,9 +11142,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11149,9 +11168,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11175,9 +11194,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11201,9 +11220,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11227,9 +11246,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11253,9 +11272,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11279,9 +11298,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11305,9 +11324,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11331,9 +11350,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11357,9 +11376,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11383,9 +11402,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11409,9 +11428,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11435,9 +11454,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11461,9 +11480,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11487,9 +11506,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11513,9 +11532,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11539,9 +11558,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11565,9 +11584,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11591,9 +11610,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11617,9 +11636,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11643,9 +11662,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11669,9 +11688,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11695,9 +11714,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11721,9 +11740,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11747,9 +11766,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11773,9 +11792,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11799,9 +11818,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11825,9 +11844,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11851,9 +11870,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11877,9 +11896,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11903,9 +11922,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11929,9 +11948,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11955,9 +11974,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11981,9 +12000,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12007,9 +12026,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12033,9 +12052,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12059,9 +12078,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12085,9 +12104,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12111,9 +12130,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12137,9 +12156,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12163,9 +12182,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12189,9 +12208,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12215,9 +12234,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12241,9 +12260,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12267,9 +12286,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12293,9 +12312,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12319,9 +12338,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12345,9 +12364,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12371,9 +12390,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12397,9 +12416,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12423,9 +12442,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12449,9 +12468,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12475,9 +12494,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12501,9 +12520,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12527,9 +12546,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12553,9 +12572,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12579,9 +12598,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12605,9 +12624,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12635,9 +12654,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12665,9 +12684,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12695,9 +12714,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12725,9 +12744,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12755,9 +12774,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12785,9 +12804,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12811,9 +12830,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12837,9 +12856,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12863,9 +12882,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12889,9 +12908,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12915,9 +12934,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12945,9 +12964,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12975,9 +12994,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13005,9 +13024,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13035,9 +13054,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13065,9 +13084,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13095,9 +13114,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13125,9 +13144,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13155,9 +13174,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13185,9 +13204,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13215,9 +13234,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13245,9 +13264,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13271,9 +13290,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13301,9 +13320,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13327,9 +13346,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13357,9 +13376,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13387,9 +13406,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13417,9 +13436,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13443,9 +13462,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13469,9 +13488,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13495,9 +13514,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13521,9 +13540,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13547,9 +13566,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13578,9 +13597,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13604,9 +13623,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13630,9 +13649,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13656,9 +13675,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13682,9 +13701,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13708,9 +13727,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13734,9 +13753,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13760,9 +13779,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13786,9 +13805,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13812,9 +13831,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13838,9 +13857,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13864,9 +13883,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13894,9 +13913,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13924,9 +13943,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13954,9 +13973,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13984,9 +14003,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14014,9 +14033,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14044,9 +14063,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14070,9 +14089,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14096,9 +14115,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14122,9 +14141,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14148,9 +14167,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14178,9 +14197,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14208,9 +14227,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14238,9 +14257,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14268,9 +14287,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14298,9 +14317,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14328,9 +14347,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14358,9 +14377,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14388,9 +14407,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14418,9 +14437,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14448,9 +14467,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14478,9 +14497,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14508,9 +14527,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14538,9 +14557,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14568,9 +14587,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14594,9 +14613,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14624,9 +14643,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14650,9 +14669,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14676,9 +14695,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14706,9 +14725,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14736,9 +14755,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14762,9 +14781,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14788,9 +14807,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14814,9 +14833,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14840,9 +14859,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14866,9 +14885,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14896,9 +14915,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14922,9 +14941,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14948,9 +14967,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14974,9 +14993,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15000,9 +15019,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15026,9 +15045,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15052,9 +15071,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15078,9 +15097,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15104,9 +15123,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15130,9 +15149,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15156,9 +15175,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15182,9 +15201,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15212,9 +15231,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15242,9 +15261,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15272,9 +15291,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15302,9 +15321,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15332,9 +15351,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15362,9 +15381,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15388,9 +15407,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15414,9 +15433,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15440,9 +15459,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15466,9 +15485,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15496,9 +15515,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15526,9 +15545,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15556,9 +15575,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15582,9 +15601,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15608,9 +15627,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15638,9 +15657,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15664,9 +15683,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15690,9 +15709,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15716,9 +15735,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15742,9 +15761,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15768,9 +15787,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15794,9 +15813,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15820,9 +15839,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15846,9 +15865,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15872,9 +15891,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15898,9 +15917,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15924,9 +15943,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15950,9 +15969,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15980,9 +15999,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16010,9 +16029,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16040,9 +16059,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16066,9 +16085,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16092,9 +16111,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16118,9 +16137,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16144,9 +16163,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16170,9 +16189,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16200,9 +16219,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16226,9 +16245,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16252,9 +16271,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16278,9 +16297,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16304,9 +16323,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16338,9 +16358,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16364,9 +16385,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16385,9 +16406,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16406,9 +16427,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16426,9 +16447,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16452,9 +16473,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16477,9 +16498,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16506,9 +16527,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16535,9 +16556,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16565,9 +16586,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -10.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16590,9 +16611,9 @@ "BaseValueUnits": 2.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16615,9 +16636,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16640,9 +16661,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16665,9 +16686,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16691,9 +16712,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16717,9 +16738,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16742,9 +16763,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16767,9 +16788,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16792,9 +16813,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16817,9 +16838,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16842,9 +16863,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16867,9 +16888,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16892,9 +16913,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16917,9 +16938,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16942,9 +16963,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16967,9 +16988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16992,9 +17013,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17017,9 +17038,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17042,9 +17063,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17067,9 +17088,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17092,9 +17113,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17117,9 +17138,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17142,9 +17163,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17167,9 +17188,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17192,9 +17213,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17217,9 +17238,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17242,9 +17263,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17267,9 +17288,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17292,9 +17313,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17318,9 +17339,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17344,9 +17365,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17370,9 +17391,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17396,9 +17417,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17417,9 +17439,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17443,9 +17466,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17469,9 +17493,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17495,9 +17520,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17521,9 +17546,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17547,9 +17572,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/ko/ConstructedTechnology.lang.json b/assets/json/ko/ConstructedTechnology.lang.json index cc379682..0e64f83d 100644 --- a/assets/json/ko/ConstructedTechnology.lang.json +++ b/assets/json/ko/ConstructedTechnology.lang.json @@ -9,9 +9,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/1.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -35,9 +35,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/2.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -70,9 +70,9 @@ "Colour": "2C7C9F", "Power": -15.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -101,9 +101,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -136,9 +136,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -170,9 +170,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -200,9 +200,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/7.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -230,9 +230,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/8.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -264,9 +264,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 20, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -299,9 +299,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -333,9 +333,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -367,9 +367,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -397,9 +397,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -427,9 +427,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -457,9 +457,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -492,9 +492,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -518,9 +518,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -553,9 +553,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -588,9 +588,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -622,9 +622,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -652,9 +652,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -678,9 +678,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -712,9 +712,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -746,9 +746,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -780,9 +780,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -814,9 +814,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -848,9 +848,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -882,9 +882,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -912,9 +912,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -942,9 +942,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -972,9 +972,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1002,9 +1002,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1033,9 +1033,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1068,9 +1068,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1103,9 +1103,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1137,9 +1137,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1167,9 +1167,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/39.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1193,9 +1193,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/40.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1227,9 +1227,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1261,9 +1261,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1296,9 +1296,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1331,9 +1331,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/44.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1366,9 +1366,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/45.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1402,9 +1402,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1434,9 +1434,9 @@ "Colour": "2C7C9F", "Power": 100.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1465,9 +1465,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1492,9 +1492,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1524,9 +1524,9 @@ "Colour": "2C7C9F", "Power": 50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1560,9 +1560,9 @@ "Colour": "2C7C9F", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1596,9 +1596,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/52.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1627,9 +1627,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/53.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1649,9 +1649,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/54.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1671,9 +1671,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/55.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1702,9 +1702,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/56.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1733,9 +1733,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1764,9 +1764,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1791,9 +1791,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/59.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1818,9 +1818,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/60.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1849,9 +1849,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/61.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1880,9 +1880,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/62.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1914,9 +1914,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/63.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1948,10 +1948,10 @@ "CurrencyType": "None", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1970,9 +1970,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2000,9 +2000,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2030,9 +2030,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2060,9 +2060,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2090,9 +2090,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2120,9 +2120,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2150,9 +2150,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2180,9 +2180,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2210,9 +2210,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2240,9 +2240,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2269,9 +2269,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2298,9 +2298,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2327,9 +2327,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2356,9 +2356,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2385,9 +2385,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2414,9 +2414,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2443,9 +2443,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2472,9 +2472,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2501,9 +2501,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2530,9 +2530,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/ko/Cooking.lang.json b/assets/json/ko/Cooking.lang.json index 5daf5e27..16c02475 100644 --- a/assets/json/ko/Cooking.lang.json +++ b/assets/json/ko/Cooking.lang.json @@ -11,13 +11,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/1.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -40,13 +40,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/2.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -69,13 +69,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/3.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -98,13 +98,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/4.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -127,13 +127,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/5.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -156,13 +156,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/6.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -185,13 +185,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/7.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -214,13 +214,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/8.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -243,13 +243,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/9.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -272,13 +272,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/10.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -301,13 +301,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/11.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -330,13 +330,13 @@ "Colour": "007951", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/12.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -359,12 +359,12 @@ "Colour": "007953", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/13.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,12 +387,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/14.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -415,12 +415,12 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/15.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -443,12 +443,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/16.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,13 +471,13 @@ "Colour": "DB2400", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/17.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -500,12 +500,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/18.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -528,12 +528,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/19.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -556,12 +556,12 @@ "Colour": "007951", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/20.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -584,12 +584,12 @@ "Colour": "007951", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/21.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -612,12 +612,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/22.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -640,13 +640,13 @@ "Colour": "79502E", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/23.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,12 +669,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/24.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -697,12 +697,12 @@ "Colour": "007953", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/25.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -725,13 +725,13 @@ "Colour": "79502E", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/26.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -754,12 +754,12 @@ "Colour": "007952", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/27.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -782,13 +782,13 @@ "Colour": "7B0000", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/28.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -811,13 +811,13 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/29.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -840,12 +840,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/30.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -868,12 +868,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/31.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -896,12 +896,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/32.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -924,12 +924,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/33.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -952,12 +952,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/34.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -980,12 +980,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/35.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1008,12 +1008,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/36.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1036,12 +1036,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/37.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1064,12 +1064,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/38.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1092,12 +1092,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/39.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1120,14 +1120,14 @@ "Colour": "7B0000", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/40.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1150,12 +1150,12 @@ "Colour": "DEDCD1", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/41.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1178,12 +1178,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/42.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1206,12 +1206,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/43.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1234,12 +1234,12 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/44.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1262,12 +1262,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/45.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1290,12 +1290,12 @@ "Colour": "DEDCD1", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/46.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1318,13 +1318,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/47.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1347,12 +1347,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/48.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1375,13 +1375,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/49.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1404,13 +1404,13 @@ "Colour": "095C77", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/50.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1433,13 +1433,13 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/51.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1462,13 +1462,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/52.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1491,13 +1491,13 @@ "Colour": "DB2400", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/53.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1520,13 +1520,13 @@ "Colour": "007953", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/54.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1549,13 +1549,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/55.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1578,13 +1578,13 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/56.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1607,13 +1607,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/57.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1636,13 +1636,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/58.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1665,13 +1665,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/59.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1694,13 +1694,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/60.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1723,12 +1723,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/61.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1751,12 +1751,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/62.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1779,12 +1779,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/63.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1807,12 +1807,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/64.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1835,13 +1835,13 @@ "Colour": "007953", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/65.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1864,12 +1864,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/66.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1892,12 +1892,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/67.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1920,12 +1920,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/68.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1948,12 +1948,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/69.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1976,13 +1976,13 @@ "Colour": "BB3830", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/70.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2005,12 +2005,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/71.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2033,12 +2033,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/72.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2061,12 +2061,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/73.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2089,12 +2089,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/74.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2117,12 +2117,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/75.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2145,12 +2145,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/76.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2173,13 +2173,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/77.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2202,13 +2202,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/78.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2231,13 +2231,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/79.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2260,13 +2260,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/80.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2289,13 +2289,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/81.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2318,13 +2318,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/82.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2347,13 +2347,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/83.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2376,13 +2376,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/84.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2405,13 +2405,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/85.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2434,13 +2434,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/86.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2463,13 +2463,13 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/87.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2492,13 +2492,13 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/88.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2521,13 +2521,13 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/89.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2550,13 +2550,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/90.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2579,13 +2579,13 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/91.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2608,13 +2608,13 @@ "Colour": "79502E", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/92.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2637,12 +2637,12 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/93.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2665,13 +2665,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/94.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2694,13 +2694,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/95.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2723,12 +2723,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/96.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2751,12 +2751,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/97.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2779,12 +2779,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/98.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2807,13 +2807,13 @@ "Colour": "79502E", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/99.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2836,13 +2836,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/100.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2865,12 +2865,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/101.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2893,12 +2893,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/102.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2921,12 +2921,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/103.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2949,12 +2949,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/104.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2977,13 +2977,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/105.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3006,12 +3006,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/106.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3034,13 +3034,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/107.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3063,12 +3063,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/108.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3091,12 +3091,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/109.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3119,12 +3119,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/110.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3147,12 +3147,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/111.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3175,13 +3175,13 @@ "Colour": "095C77", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/112.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3204,13 +3204,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/113.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3233,12 +3233,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/114.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3261,13 +3261,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/115.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3290,12 +3290,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/116.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3318,13 +3318,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/117.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3347,12 +3347,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/118.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3373,12 +3373,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/119.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3399,12 +3399,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/120.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3425,11 +3425,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/121.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3450,13 +3451,13 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/122.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3482,11 +3483,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/123.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3507,11 +3509,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/124.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3532,11 +3535,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/125.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3557,11 +3561,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/126.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3582,12 +3587,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/127.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3610,12 +3615,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/128.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3638,13 +3643,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/129.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3667,12 +3672,12 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/130.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,12 +3700,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/131.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3723,12 +3728,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/132.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3751,12 +3756,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/133.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3779,12 +3784,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/134.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3807,12 +3812,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/135.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3835,12 +3840,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/136.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3863,12 +3868,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/137.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3891,12 +3896,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/138.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3919,12 +3924,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/139.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3947,12 +3952,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/140.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3975,12 +3980,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/141.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4003,12 +4008,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/142.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4031,12 +4036,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/143.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4059,12 +4064,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/144.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4087,12 +4092,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/145.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4115,12 +4120,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/146.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4143,12 +4148,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/147.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4171,12 +4176,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/148.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4199,12 +4204,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/149.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4227,12 +4232,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/150.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4255,12 +4260,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/151.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4283,12 +4288,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/152.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4311,12 +4316,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/153.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4339,13 +4344,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/154.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4368,12 +4373,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/155.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4396,12 +4401,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/156.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4424,12 +4429,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/157.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4452,12 +4457,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/158.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4480,12 +4485,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/159.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4508,12 +4513,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/160.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4536,13 +4541,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/161.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4565,12 +4570,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/162.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4593,12 +4598,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/163.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4621,12 +4626,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/164.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4649,12 +4654,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/165.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4677,12 +4682,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/166.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4705,12 +4710,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/167.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4733,12 +4738,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/168.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4761,12 +4766,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/169.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4789,12 +4794,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/170.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4817,12 +4822,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/171.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4845,12 +4850,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/172.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4873,12 +4878,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/173.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4901,12 +4906,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/174.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4929,12 +4934,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/175.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4957,12 +4962,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/176.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4985,12 +4990,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/177.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5013,12 +5018,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/178.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5041,12 +5046,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/179.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5068,12 +5073,12 @@ "MaxStackSize": 50.0, "Colour": "6AD01E", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5095,12 +5100,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5123,12 +5128,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/182.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5151,13 +5156,13 @@ "Colour": "D35300", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/183.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5180,12 +5185,12 @@ "Colour": "6AD01E", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/184.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5208,12 +5213,12 @@ "Colour": "F26D15", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/185.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5236,12 +5241,12 @@ "Colour": "6AD01E", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/186.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5264,13 +5269,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/187.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5293,13 +5298,13 @@ "Colour": "6AD01E", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/188.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5322,13 +5327,13 @@ "Colour": "6AD01E", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/189.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5351,12 +5356,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/190.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5379,12 +5384,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/191.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5407,12 +5412,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/192.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5435,12 +5440,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/193.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5463,12 +5468,12 @@ "Colour": "8A7F72", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/194.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5491,12 +5496,12 @@ "Colour": "1EA3EE", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/195.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5519,12 +5524,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/196.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5547,12 +5552,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/197.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5575,12 +5580,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/198.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5603,12 +5608,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/199.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5631,12 +5636,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/200.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5659,12 +5664,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/201.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5687,12 +5692,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/202.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5715,12 +5720,12 @@ "Colour": "8A7F72", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/203.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5742,12 +5747,12 @@ "MaxStackSize": 50.0, "Colour": "6AD01E", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5770,12 +5775,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/205.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5798,12 +5803,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/206.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5825,12 +5830,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5853,12 +5858,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/208.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5881,12 +5886,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/209.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5909,12 +5914,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/210.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5937,12 +5942,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/211.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5965,12 +5970,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/212.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5993,12 +5998,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/213.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6021,12 +6026,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/214.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6049,12 +6054,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/215.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6077,12 +6082,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/216.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6105,12 +6110,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/217.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6133,12 +6138,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/218.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6161,12 +6166,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/219.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6189,12 +6194,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/220.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6217,12 +6222,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/221.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6245,12 +6250,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/222.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6273,12 +6278,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/223.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6301,12 +6306,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/224.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6329,12 +6334,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/225.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6357,12 +6362,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/226.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6385,12 +6390,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/227.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6413,12 +6418,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/228.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6441,12 +6446,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/229.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6469,12 +6474,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/230.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6497,12 +6502,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/231.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6525,12 +6530,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/232.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6553,12 +6558,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/233.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6581,12 +6586,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/234.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6609,12 +6614,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/235.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6637,12 +6642,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/236.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6665,12 +6670,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/237.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6693,12 +6698,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/238.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6721,12 +6726,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/239.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6749,12 +6754,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/240.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6777,12 +6782,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/241.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6805,12 +6810,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/242.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6833,12 +6838,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/243.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6861,12 +6866,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/244.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6889,12 +6894,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/245.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6917,12 +6922,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/246.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6945,12 +6950,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/247.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6973,12 +6978,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/248.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7001,12 +7006,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/249.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7029,12 +7034,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/250.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7057,12 +7062,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/251.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7084,12 +7089,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7111,12 +7116,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7138,12 +7143,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7165,12 +7170,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7192,12 +7197,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7219,12 +7224,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7246,12 +7251,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7273,12 +7278,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7300,12 +7305,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7327,13 +7332,13 @@ "MaxStackSize": 50.0, "Colour": "DEDCD1", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7355,13 +7360,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7383,13 +7388,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7411,13 +7416,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7439,12 +7444,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7466,12 +7471,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7493,12 +7498,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7520,12 +7525,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7547,12 +7552,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7574,12 +7579,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7601,13 +7606,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7629,13 +7634,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7657,13 +7662,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7685,13 +7690,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7713,13 +7718,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7741,13 +7746,13 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7769,12 +7774,12 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7796,12 +7801,12 @@ "MaxStackSize": 50.0, "Colour": "DEDCD1", "CookingValue": 0.9, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7823,12 +7828,12 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7850,12 +7855,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7877,13 +7882,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/ko/Curiosity.lang.json b/assets/json/ko/Curiosity.lang.json index 799f5977..4b5782f5 100644 --- a/assets/json/ko/Curiosity.lang.json +++ b/assets/json/ko/Curiosity.lang.json @@ -10,11 +10,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -34,12 +34,12 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -59,9 +59,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -94,11 +94,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -123,11 +123,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -156,11 +156,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -189,11 +189,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -222,11 +222,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/8.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -255,11 +255,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/9.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -288,11 +288,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/10.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -321,11 +321,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -354,11 +354,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/12.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,11 +387,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/13.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -420,11 +420,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/14.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -445,14 +445,14 @@ "Colour": "CCCCCC", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/curiosities/15.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -472,11 +472,11 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/16.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -496,12 +496,12 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -522,13 +522,13 @@ "Colour": "CCCCCC", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/curiosities/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -548,12 +548,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -573,10 +573,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -609,12 +609,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/21.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -634,10 +634,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/22.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -657,11 +657,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -681,11 +681,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/24.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -705,9 +705,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -727,9 +727,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -749,11 +749,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -773,11 +773,12 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/28.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -799,11 +800,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/29.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -825,12 +826,12 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -852,11 +853,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/31.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -878,12 +879,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/32.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -903,9 +904,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -925,9 +926,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -947,9 +948,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -969,10 +970,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/36.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -992,9 +993,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1014,9 +1015,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1036,10 +1037,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/39.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1059,10 +1060,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/40.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1082,9 +1083,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1113,9 +1114,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1144,9 +1145,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1175,10 +1176,10 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/44.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1198,10 +1199,10 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/45.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1221,9 +1222,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1242,9 +1243,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1263,9 +1264,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1284,9 +1285,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1305,9 +1306,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1326,10 +1327,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1350,10 +1351,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1374,10 +1375,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1396,10 +1397,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,10 +1419,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1442,10 +1443,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1464,10 +1465,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1486,10 +1487,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1510,10 +1511,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1532,10 +1533,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1554,10 +1555,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1578,10 +1579,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1600,10 +1601,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1622,9 +1623,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "DEDCD1", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 5000, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1642,9 +1644,9 @@ "BaseValueUnits": 256000.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/ko/Factions.lang.json b/assets/json/ko/Factions.lang.json new file mode 100644 index 00000000..fb29b2db --- /dev/null +++ b/assets/json/ko/Factions.lang.json @@ -0,0 +1,1527 @@ +{ + "Milestone": "이정표", + "Category": "범주", + "Categories": [ + { + "Id": "journey", + "Name": "여정 이정표", + "Description": "무한한 여정: 끝없는 우주를 탐험하고 생존하세요.", + "Missions": [], + "Additional": [ + "NavigateToJourneyPage" + ] + } + ], + "Lifeform": "생명체", + "Lifeforms": [ + { + "Id": "gek", + "Name": "겍", + "Description": "몸집이 작은 이 부리가 달린 파충류 생명체는 은하계에서 가장 선두를 달리고 있는 상인들입니다. 이들은 조심스레 방출하는 페로몬으로 향기를 통해 복잡한 개념과 감정들을 서로 주고 받을 수 있습니다.\n\n베일론 행성 출신인 이들은 강력한 제국 건설을 위해 정복과 학살을 일삼았던 겍 퍼스트스폰의 행위로 인해 다른 지성체들에게 의심의 눈초리를 받고 있습니다.", + "Missions": [ + { + "Name": "우호도", + "Icon": "faction/MEDAL.GEKGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "라이벌", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "경쟁자", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "손님", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "고객", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "단골 고객", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "동료", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "파트너", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "친구", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "베스트 프렌드", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "가장 좋아하는", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.GEKGOLD.png", + "Name": "무역왕", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "완료한 임무", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "단어 수집", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "수다쟁이", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "초보", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "학생", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "이해함", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "학자", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "유창함", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "통역관", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "언어학자", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "다국어 사용자", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "만능 통역가", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "바벨피쉬", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "방문한 성계", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + }, + { + "Id": "vykeen", + "Name": "바이-킨", + "Description": "바이-킨은 센티널들을 물리치는 일에 집착하는 드린-다르 성계의 호전적인 존재들입니다. 바이-킨 사령부의 통제를 받는 이들은 은하계 전역에서 센티널들의 위협에 맞서 싸우고 있습니다.\n\n공격적인 모습과는 달리 바이-킨은 엄격한 예법에 묶여 있습니다. 이들은 충성과 희생, 훌륭한 죽음을 물질적인 것이나 지식보다 우선시하며, 가능한 여행자를 돕겠다고 맹세했습니다.", + "Missions": [ + { + "Name": "우호도", + "Icon": "faction/MEDAL.VYKEENGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "적", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "비평가", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "중립적", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "공범", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "동료", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "가까운 동맹", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "동맹", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "지각", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "부관", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "사령관", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.VYKEENGOLD.png", + "Name": "템플러", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "완료한 임무", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "단어 수집", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "수다쟁이", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "초보", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "학생", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "이해함", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "학자", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "유창함", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "통역관", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "언어학자", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "다국어 사용자", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "만능 통역가", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "바벨피쉬", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "방문한 성계", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + }, + { + "Id": "explorer", + "Name": "코백스", + "Description": "코백스 엔티티는 수 세대에 걸쳐 전해져 내려온 금속성 외장 속에서 거주하는 무기질 생명체입니다.\n\n이들은 수학적 연구를 통해 자신들도 아틀라스 수준까지 올라갈 수 있다고 믿고, 센티널들을 연구해야 한다고 여깁니다.\n\n각각의 코백스는 순수한 정신이며, 거대한 집합체인 컨버전스의 극히 일부분이기도 합니다. 거주하는 껍질은 이 집단 지성과의 연결과 비교했을 때 그다지 중요하게 여겨지지 않습니다.\n\n코백스는 겍 퍼스트스폰이 노예로 부렸었고, 그로 인해 많은 이들이 겍을 짙은 의혹의 눈으로 보고 있습니다.", + "Missions": [ + { + "Name": "우호도", + "Icon": "faction/MEDAL.KORVAXGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "골칫거리", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "귀찮음", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "미지", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "관심 있음", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "실험체", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "연구 대상", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "시험 후보", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "의미", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "구원자", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "특이점", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.KORVAXGOLD.png", + "Name": "아틀라스 여행자", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "완료한 임무", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "단어 수집", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "수다쟁이", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "초보", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "학생", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "이해함", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "학자", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "유창함", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "통역관", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "언어학자", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "다국어 사용자", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "만능 통역가", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "바벨피쉬", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "방문한 성계", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + } + ], + "Guild": "길드", + "Guilds": [ + { + "Id": "traGuild", + "Name": "상인 길드", + "Description": "은하계 전역의 무역 회사 및 개별적인 상인들을 대변하는 공동 조직입니다. 이들은 소속된 구성원을 대신해 고용된 파일럿들을 통제하고 일감을 맡기는 일을 돕습니다.\n\n상인 길드는 자연적으로 겍이 가장 많이 소속되어 있긴 하지만, 겍들만의 조직은 아닙니다. 필요한 자본금만 보유하고 있다면, 이들은 어떤 생명체의 가입이라도 환영합니다...", + "Missions": [ + { + "Name": "우호도", + "Icon": "faction/MEDAL.MERCHGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "미움 받는", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "적대적인", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "알 수 없는", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "신입", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "견습", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "일꾼", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "관련자", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "시니어", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "마스터", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "장로", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.MERCHGOLD.png", + "Name": "고위층", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "완료한 임무", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "누적 유닛", + "Icon": "faction/MEDAL.UNITSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.UNITSOFF.png", + "Name": "신사업", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "우주 트럭 기사", + "RequiredProgress": 75000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "무역상", + "RequiredProgress": 100000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "수완가", + "RequiredProgress": 150000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "상인", + "RequiredProgress": 250000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "확장적", + "RequiredProgress": 500000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "사업가", + "RequiredProgress": 750000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "투자자", + "RequiredProgress": 1000000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "자본가", + "RequiredProgress": 1250000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "사업가", + "RequiredProgress": 1500000 + }, + { + "Icon": "faction/MEDAL.UNITSGOLD.png", + "Name": "거물", + "RequiredProgress": 2000000 + } + ] + }, + { + "Name": "식물 재배", + "Icon": "faction/MEDAL.PLANTSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANTSOFF.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.PLANTSGOLD.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 80 + } + ] + } + ] + }, + { + "Id": "warGuild", + "Name": "용병 길드", + "Description": "은하계 전역의 용병들이 모인 공동체입니다. 이 길드에는 서로 경쟁 관계에 있는 다양한 세력이 포함되어 있으며, 그들 중 대다수는 기회만 생기면 서로 싸움을 벌일 준비가 되어 있습니다.\n\n해적과 자경단, 잠입 수사 중인 법 집행관, 광신도, 변절자, 십자군 등... 용병 길드는 무장한 기회주의자들이 모인 적당한 집단에 적당한 일거리를 보장해 은하계의 평화를 유지하고 있습니다.", + "Missions": [ + { + "Name": "우호도", + "Icon": "faction/MEDAL.WARRIORGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "미움 받는", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "적대적인", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "알 수 없는", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "신입", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "견습", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "일꾼", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "관련자", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "시니어", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "마스터", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "장로", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.WARRIORGOLD.png", + "Name": "고위층", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "완료한 임무", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "센티널 파괴", + "Icon": "faction/MEDAL.SENTINELSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.SENTINELSOFF.png", + "Name": "무심함", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "초보자", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "골칫거리", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "고물상", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "말썽꾼", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "전사", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "위협", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "악명 높음", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "위험함", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "전문가", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.SENTINELSGOLD.png", + "Name": "전설", + "RequiredProgress": 80 + } + ] + }, + { + "Name": "함선 파괴", + "Icon": "faction/MEDAL.PIRATESGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PIRATESOFF.png", + "Name": "검증되지 않음", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "초보자", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "골칫거리", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "고물상", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "말썽꾼", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "전사", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "위협", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "악명 높음", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "위험함", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "전문가", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.PIRATESGOLD.png", + "Name": "전설", + "RequiredProgress": 80 + } + ] + } + ] + }, + { + "Id": "traGuild", + "Name": "탐험가 길드", + "Description": "연구자와 탐험가들의 공제회인 탐험가 길드는 데이터가 필요한 자들과 그런 데이터를 모으는 자들을 연결시켜 주는 역할을 하고 있습니다.\n\n이 길드는 과학 연구기관과 지리학회, 기술 개발 회사가 회원의 대다수를 차지하고 있으며, 간혹 개별적인 탐험가들이 가입하는 경우도 있습니다.\n길드는 공유 자원과 공유 연구실, 강연 등을 제공하며, 매년 메달을 수여하기도 합니다.", + "Missions": [ + { + "Name": "우호도", + "Icon": "faction/MEDAL.EXPLORERGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "미움 받는", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "적대적인", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "알 수 없는", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "신입", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "견습", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "일꾼", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "관련자", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "시니어", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "마스터", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "장로", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.EXPLORERGOLD.png", + "Name": "고위층", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "완료한 임무", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "희귀 생물체 스캔", + "Icon": "faction/MEDAL.CREATURESGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.CREATUREOFF.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 25 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 35 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 45 + }, + { + "Icon": "faction/MEDAL.CREATURESGOLD.png", + "Name": "총 : %AMOUNT%", + "RequiredProgress": 50 + } + ] + }, + { + "Name": "우주 탐사", + "Icon": "faction/MEDAL.WARPSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WARPSOFF.png", + "Name": "별바라기", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "개척자", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "수색병", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "워프 작동", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "측량사", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "유랑자", + "RequiredProgress": 25 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "항해자", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "선구자", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "탐사자", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "감독관", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.WARPSGOLD.png", + "Name": "발견자", + "RequiredProgress": 75 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/assets/json/ko/Others.lang.json b/assets/json/ko/Others.lang.json index 53bebeed..f0dc821f 100644 --- a/assets/json/ko/Others.lang.json +++ b/assets/json/ko/Others.lang.json @@ -9,10 +9,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -34,10 +34,10 @@ "MaxStackSize": 20.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/2.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -59,11 +59,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/other/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -83,11 +83,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/other/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -107,10 +107,10 @@ "MaxStackSize": 20.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/other/5.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -130,10 +130,10 @@ "MaxStackSize": 20.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/6.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -153,10 +153,10 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/7.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -176,10 +176,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -198,9 +199,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -219,9 +220,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -240,9 +241,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -261,9 +263,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -282,9 +284,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -303,9 +305,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -324,9 +327,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -345,9 +349,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -366,9 +371,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,9 +393,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -408,9 +414,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -429,9 +435,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -450,9 +457,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,9 +479,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -492,9 +501,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -513,9 +522,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -534,9 +544,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -555,9 +565,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -576,9 +586,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -597,9 +607,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -618,9 +629,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -639,9 +651,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -660,9 +672,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -681,9 +694,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -702,9 +715,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -723,9 +736,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -744,9 +757,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -765,9 +778,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -786,9 +799,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -807,10 +820,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -829,9 +842,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -850,10 +863,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -872,9 +885,9 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -893,9 +906,9 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -914,9 +927,9 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -935,9 +948,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -956,9 +969,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -977,9 +990,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1003,9 +1016,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1029,9 +1042,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1055,9 +1068,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1081,9 +1094,10 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1107,9 +1121,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1133,9 +1147,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1154,9 +1168,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1175,9 +1189,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1196,9 +1210,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1217,9 +1231,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1238,9 +1252,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1259,9 +1273,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1280,9 +1294,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1301,9 +1315,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1322,9 +1336,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1343,9 +1357,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1364,9 +1378,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1385,9 +1399,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1406,9 +1420,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1427,9 +1441,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1448,9 +1462,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1469,9 +1483,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1490,9 +1504,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1511,9 +1525,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1532,9 +1546,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1553,9 +1567,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1574,9 +1588,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1595,9 +1609,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1616,9 +1630,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1637,9 +1651,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1658,9 +1672,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1679,9 +1693,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1700,9 +1714,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1730,9 +1744,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1756,9 +1770,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1782,9 +1796,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1808,9 +1822,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1834,9 +1848,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1860,9 +1874,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1886,9 +1900,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1912,9 +1926,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1938,9 +1952,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1964,9 +1978,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1985,9 +1999,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2006,9 +2020,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2027,9 +2041,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2047,9 +2061,9 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "311A49", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2070,9 +2084,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2096,9 +2110,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2122,9 +2136,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2148,9 +2162,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2174,9 +2188,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2200,9 +2214,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2221,9 +2235,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2242,9 +2256,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2263,9 +2277,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2284,9 +2298,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2305,9 +2319,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2326,9 +2340,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2347,9 +2361,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2368,9 +2382,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2389,9 +2403,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2410,9 +2424,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2431,9 +2445,10 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2452,9 +2467,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2473,10 +2488,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2495,9 +2510,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2516,9 +2532,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2537,9 +2554,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2558,9 +2576,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2579,9 +2598,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2605,9 +2625,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2626,9 +2647,11 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2647,9 +2670,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2668,9 +2693,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2689,9 +2716,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2710,9 +2739,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2736,9 +2766,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2757,9 +2787,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2778,9 +2808,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2799,9 +2829,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2820,9 +2850,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2841,9 +2871,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2862,9 +2892,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2883,9 +2913,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2904,9 +2934,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2925,9 +2955,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2946,9 +2976,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2967,9 +2997,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2987,7 +3017,10 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [ + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3005,7 +3038,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3023,7 +3056,9 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [ + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3041,7 +3076,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3059,7 +3094,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3077,7 +3112,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3095,9 +3130,9 @@ "BaseValueUnits": 80.0, "CurrencyType": "Quicksilver", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3117,9 +3152,9 @@ "BaseValueUnits": 3200.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3138,9 +3173,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3159,9 +3195,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3180,9 +3217,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3218,9 +3256,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3239,9 +3278,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3265,9 +3305,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3286,9 +3327,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3307,9 +3349,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3328,9 +3371,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3349,9 +3393,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3370,9 +3415,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3391,9 +3437,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3412,9 +3459,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3433,9 +3481,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3454,9 +3503,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3475,9 +3525,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3496,9 +3547,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3517,9 +3569,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3538,9 +3591,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3559,9 +3613,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3580,9 +3635,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3601,9 +3657,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3622,9 +3679,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3643,9 +3701,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3669,9 +3727,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,9 +3753,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3721,9 +3779,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3747,9 +3805,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3773,9 +3831,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3799,9 +3857,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3825,9 +3883,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3851,9 +3909,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3877,9 +3935,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3903,9 +3961,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3929,9 +3987,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3955,9 +4013,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3981,9 +4039,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4002,10 +4060,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4024,10 +4082,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4046,9 +4104,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4067,9 +4126,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4088,9 +4148,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4109,9 +4170,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4135,9 +4197,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4156,9 +4219,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4177,9 +4241,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4198,9 +4263,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4224,9 +4290,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4260,9 +4327,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4281,9 +4348,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4302,9 +4369,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4323,9 +4390,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4344,9 +4411,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4365,10 +4432,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4389,10 +4456,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4413,10 +4480,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4437,10 +4504,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4461,10 +4528,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4485,9 +4552,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4506,9 +4574,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4527,9 +4596,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4548,9 +4618,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4574,9 +4645,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4595,9 +4667,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/ko/Products.lang.json b/assets/json/ko/Products.lang.json index 4bea38a4..d47d8166 100644 --- a/assets/json/ko/Products.lang.json +++ b/assets/json/ko/Products.lang.json @@ -10,11 +10,11 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -43,10 +43,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -76,13 +76,13 @@ "Colour": "F3A923", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/products/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -107,10 +107,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/4.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -130,11 +131,11 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -159,10 +160,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -187,10 +188,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -219,10 +220,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -242,10 +244,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/9.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -265,10 +268,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/10.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -288,13 +292,13 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -319,10 +323,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/12.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -351,10 +355,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/13.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -383,10 +387,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/14.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -415,10 +419,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/15.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -447,10 +451,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/16.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -479,13 +483,13 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 0, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -514,12 +518,12 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -548,14 +552,14 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -584,13 +588,13 @@ "MaxStackSize": 100.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -619,10 +623,11 @@ "MaxStackSize": 100.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/21.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -642,11 +647,11 @@ "MaxStackSize": 50.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/22.png", - "Usages": { - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -675,14 +680,14 @@ "MaxStackSize": 100.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -711,10 +716,11 @@ "MaxStackSize": 100.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/24.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -734,10 +740,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/25.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -766,10 +772,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/26.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -798,10 +804,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -830,13 +836,13 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/28.png", - "Usages": { - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -865,12 +871,12 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/29.png", - "Usages": { - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -903,11 +909,11 @@ "MaxStackSize": 5000.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/products/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "CraftingOutputAmount": 1250, "BlueprintCost": 1, "BlueprintCostType": "None", @@ -933,9 +939,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -955,9 +962,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -977,9 +985,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -999,9 +1008,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -1021,9 +1031,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -1043,9 +1054,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1065,11 +1077,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/49.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1098,10 +1110,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/51.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -1130,10 +1142,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/52.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1162,10 +1174,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/53.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -1194,11 +1206,11 @@ "MaxStackSize": 25.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/54.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1223,11 +1235,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/55.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1252,10 +1264,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/56.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1284,11 +1296,11 @@ "MaxStackSize": 20.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/57.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1317,10 +1329,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/58.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1349,12 +1361,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/59.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1383,12 +1395,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/60.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1417,12 +1429,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/61.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1451,11 +1463,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/62.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1484,10 +1496,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/63.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1516,11 +1528,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/64.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1549,11 +1561,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/65.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1582,10 +1594,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/66.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1614,11 +1626,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/67.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1647,10 +1659,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/68.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1679,10 +1691,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/69.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1711,10 +1723,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/70.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1743,13 +1755,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/71.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1778,13 +1790,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/72.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1813,13 +1825,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/73.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1848,13 +1860,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/74.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1883,13 +1895,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/75.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1918,13 +1930,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/76.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1953,12 +1965,12 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/77.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1991,12 +2003,12 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/78.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2029,9 +2041,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/79.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2064,9 +2076,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/80.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2099,10 +2111,10 @@ "MaxStackSize": 20.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/81.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2122,9 +2134,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/82.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2144,9 +2156,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/83.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2166,9 +2178,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/84.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2188,9 +2200,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/85.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2210,9 +2222,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/86.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2232,9 +2244,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/87.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2254,9 +2266,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/88.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2276,9 +2288,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/89.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2298,9 +2310,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/90.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2333,9 +2345,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/91.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2368,9 +2380,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/92.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2403,9 +2415,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/93.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2434,9 +2446,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/94.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2455,9 +2467,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2476,9 +2488,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2497,9 +2509,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2519,10 +2531,10 @@ "MaxStackSize": 150.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/98.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2541,10 +2553,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2675,9 +2687,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2696,9 +2708,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2717,9 +2729,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2738,10 +2750,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2762,10 +2774,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2786,10 +2798,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2810,10 +2822,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2845,10 +2857,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2880,10 +2892,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2911,10 +2923,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2946,10 +2958,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2981,11 +2993,11 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3006,11 +3018,11 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3030,10 +3042,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3051,10 +3063,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3072,10 +3084,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3093,10 +3105,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3114,10 +3126,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3135,10 +3147,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3156,10 +3168,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3177,10 +3189,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3198,10 +3210,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3219,10 +3231,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3240,10 +3252,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3261,10 +3273,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3282,10 +3294,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3303,10 +3315,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3324,10 +3336,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3345,10 +3357,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3366,10 +3378,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3387,10 +3399,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3408,10 +3420,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3429,10 +3441,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3450,10 +3462,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3471,10 +3483,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3492,10 +3504,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3513,10 +3525,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3534,10 +3546,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3555,10 +3567,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3576,10 +3588,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3597,10 +3609,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3619,10 +3631,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3643,11 +3655,11 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3666,10 +3678,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3689,10 +3701,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3710,10 +3722,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3731,10 +3743,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3752,10 +3764,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3773,10 +3785,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3796,10 +3808,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3819,11 +3831,11 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3841,11 +3853,11 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3863,12 +3875,12 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3886,10 +3898,10 @@ "BaseValueUnits": 3200.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3922,10 +3934,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3943,10 +3955,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3964,10 +3976,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3985,10 +3997,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4006,10 +4018,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4027,10 +4039,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4048,10 +4060,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/ko/RawMaterials.lang.json b/assets/json/ko/RawMaterials.lang.json index 74daea38..0ed402a8 100644 --- a/assets/json/ko/RawMaterials.lang.json +++ b/assets/json/ko/RawMaterials.lang.json @@ -12,15 +12,15 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -42,15 +42,15 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -71,14 +71,14 @@ "MaxStackSize": 9999.0, "Colour": "BB3830", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -99,12 +99,12 @@ "MaxStackSize": 9999.0, "Colour": "DEDCD1", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -125,14 +125,14 @@ "MaxStackSize": 9999.0, "Colour": "355A7D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -153,13 +153,13 @@ "MaxStackSize": 9999.0, "Colour": "355A7D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -180,13 +180,13 @@ "MaxStackSize": 9999.0, "Colour": "DEDCD1", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -207,13 +207,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/8.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -234,13 +234,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/9.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -261,13 +261,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/10.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -288,12 +288,12 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -314,14 +314,14 @@ "MaxStackSize": 9999.0, "Colour": "F26D15", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/12.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -342,14 +342,14 @@ "MaxStackSize": 9999.0, "Colour": "F26D15", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/13.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -370,13 +370,13 @@ "MaxStackSize": 9999.0, "Colour": "005C83", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/14.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -397,13 +397,13 @@ "MaxStackSize": 9999.0, "Colour": "005C83", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/15.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -425,14 +425,14 @@ "Colour": "1E8A42", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/16.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -453,13 +453,13 @@ "MaxStackSize": 9999.0, "Colour": "1E8A42", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -480,12 +480,12 @@ "MaxStackSize": 9999.0, "Colour": "1E8A42", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -506,13 +506,13 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -533,13 +533,13 @@ "MaxStackSize": 9999.0, "Colour": "7B0000", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -560,13 +560,13 @@ "MaxStackSize": 9999.0, "Colour": "36611C", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/21.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -587,13 +587,13 @@ "MaxStackSize": 9999.0, "Colour": "01387D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/22.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -615,15 +615,15 @@ "Colour": "260000", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -644,13 +644,13 @@ "MaxStackSize": 9999.0, "Colour": "4E404F", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/24.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -671,14 +671,14 @@ "MaxStackSize": 9999.0, "Colour": "E57002", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/25.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -699,14 +699,14 @@ "MaxStackSize": 9999.0, "Colour": "00A64D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/26.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -727,14 +727,14 @@ "MaxStackSize": 9999.0, "Colour": "FFAD00", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/27.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -755,14 +755,14 @@ "MaxStackSize": 9999.0, "Colour": "1E4FD0", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/28.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -783,14 +783,14 @@ "MaxStackSize": 9999.0, "Colour": "DB2400", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/29.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -812,15 +812,15 @@ "Colour": "512741", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -841,13 +841,13 @@ "MaxStackSize": 9999.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/31.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -868,14 +868,14 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/32.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -896,14 +896,14 @@ "MaxStackSize": 9999.0, "Colour": "AA6E06", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/33.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -924,13 +924,13 @@ "MaxStackSize": 9999.0, "Colour": "507575", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/34.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -951,13 +951,13 @@ "MaxStackSize": 9999.0, "Colour": "265E3A", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/35.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -978,13 +978,13 @@ "MaxStackSize": 9999.0, "Colour": "4C3780", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/36.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1005,13 +1005,13 @@ "MaxStackSize": 9999.0, "Colour": "DE921F", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/37.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1032,12 +1032,12 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/38.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1058,11 +1058,11 @@ "MaxStackSize": 9999.0, "Colour": "7B0000", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/39.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1083,11 +1083,11 @@ "MaxStackSize": 9999.0, "Colour": "36611C", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/40.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1108,11 +1108,11 @@ "MaxStackSize": 9999.0, "Colour": "01387D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/41.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1134,14 +1134,14 @@ "Colour": "00A64D", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/42.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1163,14 +1163,14 @@ "Colour": "1E4FD0", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/43.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1192,14 +1192,14 @@ "Colour": "C5871D", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/44.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1221,14 +1221,14 @@ "Colour": "239626", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/45.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1250,14 +1250,14 @@ "Colour": "B94318", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/46.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1279,14 +1279,14 @@ "Colour": "208DAB", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/47.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1308,13 +1308,13 @@ "Colour": "5B6F35", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/48.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1336,13 +1336,13 @@ "Colour": "005C83", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/49.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1364,14 +1364,14 @@ "Colour": "79502E", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/50.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1392,12 +1392,12 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/51.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,13 +1418,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/52.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1445,12 +1445,12 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/53.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1471,13 +1471,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/54.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1498,13 +1498,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/55.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1525,11 +1525,11 @@ "MaxStackSize": 9999.0, "Colour": "1E354E", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/56.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1550,9 +1550,9 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1573,9 +1573,9 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1596,10 +1596,10 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/59.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1620,10 +1620,10 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/60.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1643,11 +1643,11 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "1A2733", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1667,10 +1667,10 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "DEDCD1", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1690,9 +1690,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1712,9 +1712,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1734,9 +1734,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1756,9 +1756,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1778,9 +1778,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1800,9 +1800,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1822,11 +1822,11 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "512741", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/ko/Technology.lang.json b/assets/json/ko/Technology.lang.json index e0804414..2c2e62d1 100644 --- a/assets/json/ko/Technology.lang.json +++ b/assets/json/ko/Technology.lang.json @@ -8,10 +8,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -34,9 +34,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -63,10 +63,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -89,9 +89,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -114,9 +114,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -139,9 +139,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -168,9 +168,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 200, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -197,10 +197,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -231,10 +231,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -265,10 +265,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -299,10 +299,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -333,9 +333,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -366,9 +366,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -395,9 +395,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -424,9 +424,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -457,9 +457,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -486,9 +486,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 350, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -519,9 +519,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 240, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -552,9 +552,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -577,9 +577,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 310, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -610,9 +610,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 580, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -643,9 +643,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -672,10 +672,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -702,9 +702,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -731,10 +731,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -761,9 +761,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -794,9 +794,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -827,9 +827,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -856,10 +856,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -886,9 +886,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -915,9 +915,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -944,9 +944,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 200, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -973,10 +973,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1003,9 +1003,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 85, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1036,9 +1036,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 100, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1065,9 +1065,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 50, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1094,9 +1094,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1123,9 +1123,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1152,9 +1152,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1181,9 +1181,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1210,9 +1210,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1239,9 +1239,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1268,9 +1268,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1297,9 +1297,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1326,9 +1326,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 75, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1359,9 +1359,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1388,9 +1388,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1417,10 +1417,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1451,9 +1451,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1476,9 +1476,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1505,9 +1505,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1530,9 +1530,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1559,9 +1559,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1592,9 +1592,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1621,9 +1621,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1646,9 +1646,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1671,9 +1671,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1700,9 +1700,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 320, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1733,9 +1733,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 50, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1762,9 +1762,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1791,9 +1791,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1820,10 +1820,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1846,9 +1846,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 75, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1879,9 +1879,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1912,9 +1912,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1941,9 +1941,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1970,9 +1970,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1995,9 +1995,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2020,10 +2020,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2054,10 +2054,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2084,10 +2084,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2118,9 +2118,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2147,9 +2147,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2176,9 +2176,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2205,9 +2205,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2234,9 +2234,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2263,9 +2263,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2288,9 +2288,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2313,9 +2313,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2346,9 +2346,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2371,9 +2371,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2404,9 +2404,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2437,9 +2437,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2466,9 +2466,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2499,9 +2499,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2532,9 +2532,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2565,9 +2565,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2594,9 +2594,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 320, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2627,9 +2627,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2660,9 +2660,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2693,9 +2693,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2722,9 +2722,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2751,10 +2751,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2781,9 +2781,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2814,9 +2814,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 450, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2847,9 +2847,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2880,9 +2880,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 350, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2913,9 +2913,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2938,9 +2938,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2963,9 +2963,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2988,9 +2988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3017,9 +3017,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3042,9 +3042,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3067,9 +3067,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3092,9 +3092,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3121,9 +3121,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3146,9 +3146,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3171,9 +3171,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3196,9 +3196,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3221,9 +3221,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3246,9 +3246,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3275,9 +3275,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3300,9 +3300,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3325,9 +3325,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3350,9 +3350,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3375,9 +3375,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3404,9 +3404,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3429,9 +3429,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3458,9 +3458,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3487,9 +3487,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3516,9 +3516,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3545,9 +3545,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3570,9 +3570,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3595,9 +3595,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3620,9 +3620,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3645,9 +3645,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3670,9 +3670,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,9 +3695,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3728,9 +3728,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3761,9 +3761,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3794,9 +3794,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3827,9 +3827,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3860,9 +3860,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3893,9 +3893,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3926,9 +3926,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 360, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3955,9 +3955,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3988,9 +3988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4021,9 +4021,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 240, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4054,9 +4054,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4087,9 +4087,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4116,9 +4116,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4145,9 +4145,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4170,9 +4170,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4199,9 +4199,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4232,9 +4232,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4265,9 +4265,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4294,9 +4294,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4327,9 +4327,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4356,9 +4356,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4385,9 +4385,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4418,9 +4418,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4451,10 +4451,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4481,10 +4481,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4511,10 +4511,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4541,10 +4541,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4571,9 +4571,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4600,9 +4600,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4629,9 +4629,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4662,9 +4662,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4691,10 +4691,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4721,9 +4721,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4754,9 +4754,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4787,9 +4787,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4820,9 +4820,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4853,9 +4853,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4886,9 +4886,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4919,9 +4919,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4952,9 +4952,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4985,9 +4985,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5018,9 +5018,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5051,9 +5051,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5084,9 +5084,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5113,9 +5113,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5146,9 +5146,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5179,9 +5179,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5212,9 +5212,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5241,9 +5241,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5274,9 +5274,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5303,10 +5303,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5333,10 +5333,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5363,10 +5363,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5397,10 +5397,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5427,9 +5427,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5460,9 +5460,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5493,9 +5493,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5522,9 +5522,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5551,9 +5551,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5576,9 +5576,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5605,9 +5605,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5630,9 +5630,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5659,9 +5659,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5684,9 +5684,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5713,9 +5713,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5742,9 +5742,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5775,9 +5775,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5800,9 +5800,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5833,10 +5833,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5867,9 +5867,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5900,9 +5900,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5933,10 +5933,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5967,9 +5967,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6000,9 +6000,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6033,9 +6033,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 480, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6066,9 +6066,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6099,9 +6099,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6132,9 +6132,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6161,9 +6161,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 480, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/ko/TradeItems.lang.json b/assets/json/ko/TradeItems.lang.json index 667360d6..eaa54e72 100644 --- a/assets/json/ko/TradeItems.lang.json +++ b/assets/json/ko/TradeItems.lang.json @@ -10,9 +10,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/1.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -32,10 +32,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/2.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -55,10 +55,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/3.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -78,9 +78,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -100,9 +100,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -122,9 +122,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -144,9 +144,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/7.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -166,10 +166,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/8.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -189,10 +189,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/9.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -212,9 +212,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -234,9 +234,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -256,9 +256,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -278,9 +278,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -300,9 +300,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -322,9 +322,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -344,10 +344,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/16.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -367,10 +367,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/17.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -390,10 +390,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/18.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -413,10 +413,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/19.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -436,10 +436,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/20.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -459,9 +459,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -481,10 +481,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/22.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -504,9 +504,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -526,9 +526,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -548,9 +548,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -570,10 +570,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/26.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -593,9 +593,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -615,10 +615,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/28.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -638,9 +638,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -660,9 +660,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -682,9 +682,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -704,9 +704,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -726,9 +726,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -748,9 +748,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -770,9 +770,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/ko/UpgradeModules.lang.json b/assets/json/ko/UpgradeModules.lang.json index 39f6dad8..443c8573 100644 --- a/assets/json/ko/UpgradeModules.lang.json +++ b/assets/json/ko/UpgradeModules.lang.json @@ -9,10 +9,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/1.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -31,10 +31,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/2.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -53,10 +53,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/3.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -75,10 +75,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/4.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -97,10 +97,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/5.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -119,10 +119,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/6.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -141,10 +141,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/7.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -163,10 +163,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -185,10 +185,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/9.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -207,10 +207,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/10.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -229,10 +229,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/11.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -251,10 +251,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/12.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -273,10 +273,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/13.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -295,10 +295,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/14.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -317,10 +317,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/15.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -339,10 +339,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/16.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -361,10 +361,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/17.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -383,10 +383,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/18.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -405,10 +405,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/19.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -427,10 +427,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/20.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -449,10 +449,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/21.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,10 +471,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/22.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -493,10 +493,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/23.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -515,10 +515,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/24.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -537,10 +537,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/25.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -559,10 +559,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/26.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -581,10 +581,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -603,10 +603,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/28.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -625,10 +625,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/29.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -647,10 +647,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/30.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,10 +669,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/31.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -691,10 +691,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/32.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -713,10 +713,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/33.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -735,10 +735,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/34.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -757,10 +757,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/35.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -779,10 +779,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/36.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -801,10 +801,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/37.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -823,10 +823,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/38.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -845,10 +845,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/39.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -867,10 +867,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/40.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -889,10 +889,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/41.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -911,10 +911,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/42.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -933,10 +933,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/43.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -955,10 +955,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/44.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -977,10 +977,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/45.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -999,10 +999,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/46.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1021,10 +1021,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/47.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1043,10 +1043,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/48.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1065,10 +1065,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/49.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1087,10 +1087,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/50.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1109,10 +1109,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/51.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1131,10 +1131,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/52.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1153,10 +1153,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/53.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1175,10 +1175,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/54.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1197,10 +1197,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/55.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1219,10 +1219,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/56.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1241,10 +1241,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/57.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1263,10 +1263,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/58.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1285,10 +1285,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/59.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1307,10 +1307,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/60.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1329,10 +1329,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/61.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1351,10 +1351,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/62.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1373,10 +1373,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/63.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1395,10 +1395,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/64.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1417,10 +1417,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/65.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1439,10 +1439,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/66.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1461,10 +1461,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/67.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1483,10 +1483,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/68.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1505,10 +1505,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/69.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1527,10 +1527,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/70.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1549,10 +1549,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/71.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1571,10 +1571,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/72.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1593,10 +1593,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/73.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1615,10 +1615,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/74.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1637,10 +1637,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/75.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1659,10 +1659,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/76.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1681,10 +1681,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/77.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1703,10 +1703,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/78.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1725,10 +1725,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/79.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1747,10 +1747,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/80.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1769,10 +1769,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/81.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1791,10 +1791,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/82.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1813,10 +1813,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/83.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1835,10 +1835,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/84.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1857,10 +1857,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/85.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1879,10 +1879,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/86.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1901,10 +1901,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/87.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1923,10 +1923,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/88.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1945,10 +1945,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/89.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1967,10 +1967,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/90.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1989,10 +1989,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/91.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2011,10 +2011,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/92.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2033,10 +2033,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/93.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2055,10 +2055,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/94.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2077,10 +2077,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/95.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2099,10 +2099,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/96.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2121,10 +2121,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/97.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2143,10 +2143,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/98.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2165,10 +2165,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/99.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2187,10 +2187,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/100.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2209,10 +2209,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/101.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2231,10 +2231,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/102.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2253,10 +2253,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/103.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2275,10 +2275,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/104.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2297,10 +2297,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/105.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2319,10 +2319,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/106.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2341,10 +2341,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/107.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2363,10 +2363,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/108.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2385,10 +2385,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/109.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2407,10 +2407,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/110.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2429,10 +2429,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/111.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2451,10 +2451,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/112.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2473,10 +2473,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/113.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2495,10 +2495,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/114.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2517,10 +2517,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/115.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2539,10 +2539,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/116.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2561,10 +2561,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/117.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2583,10 +2583,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/118.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2605,10 +2605,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/119.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2627,10 +2627,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/120.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2649,10 +2649,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/121.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2671,10 +2671,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/122.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2693,10 +2693,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/123.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2715,10 +2715,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/124.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2737,10 +2737,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/125.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2759,10 +2759,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/126.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2781,10 +2781,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/127.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2803,10 +2803,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/128.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2825,10 +2825,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/129.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2847,10 +2847,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/130.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2869,10 +2869,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/131.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2891,10 +2891,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/132.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2913,10 +2913,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/133.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2935,10 +2935,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/134.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2957,10 +2957,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/135.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2979,10 +2979,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/136.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3001,10 +3001,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/137.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3023,10 +3023,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/138.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3044,10 +3044,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3065,10 +3065,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3086,10 +3086,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3107,10 +3107,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3128,10 +3128,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3149,10 +3149,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3170,10 +3170,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3191,10 +3191,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3212,10 +3212,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3233,10 +3233,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3254,10 +3254,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3275,10 +3275,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3296,10 +3296,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3317,10 +3317,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3338,10 +3338,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3359,10 +3359,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3380,10 +3380,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3401,10 +3401,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3422,10 +3422,10 @@ "BaseValueUnits": 600.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3443,10 +3443,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3464,10 +3464,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3485,10 +3485,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3506,10 +3506,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3527,10 +3527,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3548,10 +3548,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3569,10 +3569,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3590,10 +3590,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3611,10 +3611,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3632,10 +3632,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3653,10 +3653,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3674,10 +3674,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,10 +3695,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3716,10 +3716,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3737,10 +3737,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/nl/Buildings.lang.json b/assets/json/nl/Buildings.lang.json index ecace634..b12517f1 100644 --- a/assets/json/nl/Buildings.lang.json +++ b/assets/json/nl/Buildings.lang.json @@ -35,9 +35,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/2.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -65,9 +65,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -95,9 +95,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -125,9 +125,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -151,9 +151,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -182,9 +182,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/8.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -209,9 +209,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -236,9 +236,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -263,9 +263,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -290,9 +290,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -317,9 +317,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -348,9 +348,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -375,9 +375,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -402,9 +402,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -433,9 +433,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -460,9 +460,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -487,9 +487,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -514,9 +514,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -545,9 +545,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -576,9 +576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -607,9 +607,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -638,9 +638,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,9 +669,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -696,9 +696,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -723,9 +723,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -750,9 +750,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -777,9 +777,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -804,9 +804,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -831,9 +831,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -858,9 +858,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -889,9 +889,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -916,9 +916,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -943,9 +943,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -974,9 +974,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1001,9 +1001,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1028,9 +1028,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1055,9 +1055,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/39.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1086,9 +1086,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/40.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1117,9 +1117,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1144,9 +1144,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1171,9 +1171,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1198,9 +1198,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/44.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1225,9 +1225,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/45.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1252,9 +1252,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1279,9 +1279,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1306,9 +1306,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1333,9 +1333,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1360,9 +1360,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1387,9 +1387,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,9 +1418,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/52.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1445,9 +1445,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/53.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1472,9 +1472,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/54.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1503,9 +1503,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/55.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1530,9 +1530,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/56.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1557,9 +1557,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1584,9 +1584,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1615,9 +1615,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/59.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1646,9 +1646,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/60.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1673,9 +1673,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/61.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1704,9 +1704,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/62.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1735,9 +1735,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/63.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1762,9 +1762,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/64.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1789,9 +1789,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/building/65.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1838,9 +1838,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/67.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1865,9 +1865,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/68.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1892,9 +1892,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/69.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1919,9 +1919,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/70.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1946,9 +1946,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/71.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1973,9 +1973,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/72.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2004,9 +2004,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/73.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2035,9 +2035,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/building/74.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2066,9 +2066,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/75.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2092,9 +2092,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/76.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2118,9 +2118,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/77.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2149,9 +2149,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/78.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2176,9 +2176,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/79.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2206,9 +2206,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/80.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2236,9 +2236,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/81.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2262,9 +2262,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/82.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2289,9 +2289,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/83.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2316,9 +2316,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/84.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2342,9 +2342,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/85.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2372,9 +2372,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/86.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2398,9 +2398,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/87.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2424,9 +2424,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/88.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2450,9 +2450,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/89.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2476,9 +2476,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/90.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2502,9 +2502,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/91.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2528,9 +2528,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/92.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2554,9 +2554,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/93.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2580,9 +2580,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/94.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2610,9 +2610,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/95.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2636,9 +2636,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/96.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2666,9 +2666,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/97.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2696,9 +2696,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/98.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2726,9 +2726,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/106.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2753,9 +2753,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/118.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2788,9 +2788,9 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/building/129.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2820,9 +2820,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/130.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2852,9 +2852,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/131.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2883,9 +2883,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/132.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2915,9 +2915,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/133.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2946,9 +2946,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/134.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2973,9 +2973,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/135.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3008,9 +3008,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/136.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3036,9 +3036,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/137.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3068,9 +3068,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/138.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3099,9 +3099,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/139.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3130,9 +3130,9 @@ "Colour": "095C77", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/140.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3182,9 +3182,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/142.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3209,9 +3209,9 @@ "Colour": "2C7C9F", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/145.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3239,9 +3239,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/146.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3269,9 +3269,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/147.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3299,9 +3299,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/150.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3325,9 +3325,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/151.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3351,9 +3351,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/152.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3381,9 +3381,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/153.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3411,9 +3411,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/154.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3441,9 +3441,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/155.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3493,9 +3493,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/157.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3519,9 +3519,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/158.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3549,9 +3549,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/159.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3576,9 +3576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/161.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3603,9 +3603,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/162.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3630,9 +3630,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/163.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3657,9 +3657,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/164.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3684,9 +3684,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/165.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3711,9 +3711,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/166.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3738,9 +3738,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/167.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3765,9 +3765,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/168.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3792,9 +3792,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/169.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3819,9 +3819,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/170.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3846,9 +3846,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/171.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3873,9 +3873,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/building/172.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 6, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3900,9 +3900,9 @@ "Colour": "2C7C9F", "Power": -30.0, "CdnUrl": "https://cdn.nmsassistant.com/building/173.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 6, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3926,9 +3926,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/174.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3961,9 +3961,9 @@ "Colour": "2C7C9F", "Power": -2.0, "CdnUrl": "https://cdn.nmsassistant.com/building/175.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3992,9 +3992,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/176.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4027,9 +4027,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/177.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4062,9 +4062,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/178.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4097,9 +4097,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/179.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4132,9 +4132,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/180.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4167,9 +4167,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/181.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4193,9 +4193,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/182.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4219,9 +4219,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/204.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4245,9 +4245,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/205.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4271,9 +4271,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/206.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4298,9 +4298,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/207.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4333,9 +4333,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/213.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4360,9 +4360,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/214.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4390,9 +4390,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/215.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4416,9 +4416,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/219.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4442,9 +4442,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/220.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4468,9 +4468,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/221.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4494,9 +4494,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/222.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4524,9 +4524,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/223.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4550,9 +4550,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/224.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4580,9 +4580,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/225.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4610,9 +4610,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/226.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4636,9 +4636,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/227.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4666,9 +4666,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/228.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4692,9 +4692,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/229.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4718,9 +4718,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/230.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4744,9 +4744,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/231.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4770,9 +4770,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/232.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4796,9 +4796,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/233.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4826,9 +4826,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/234.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4856,9 +4856,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/235.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4886,9 +4886,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/236.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4916,9 +4916,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/237.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4946,9 +4946,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/238.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4977,9 +4977,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/239.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5008,9 +5008,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/240.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5039,9 +5039,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/241.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5069,9 +5069,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/242.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5099,9 +5099,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/243.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5129,9 +5129,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/244.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5159,9 +5159,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/245.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5189,9 +5189,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/246.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5219,9 +5219,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/247.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5245,9 +5245,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/248.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5271,9 +5271,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/249.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5301,9 +5301,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/250.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5327,9 +5327,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/253.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5353,9 +5353,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/254.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5379,9 +5379,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/255.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5405,9 +5405,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/256.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5431,9 +5431,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/257.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5457,9 +5457,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/258.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5483,9 +5483,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/259.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5509,9 +5509,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/260.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5535,9 +5535,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/261.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5561,9 +5561,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/266.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5587,9 +5587,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5614,9 +5614,9 @@ "MaxStackSize": 5.0, "Colour": "FFFFFF", "CdnUrl": "https://cdn.nmsassistant.com/building/272.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5636,9 +5636,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/273.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5667,9 +5667,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/274.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5698,9 +5698,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/275.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5729,9 +5729,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/276.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5760,9 +5760,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/277.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5791,9 +5791,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/278.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5822,9 +5822,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/279.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5853,9 +5853,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/280.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5884,9 +5884,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/281.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5915,9 +5915,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/282.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5946,9 +5946,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/283.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5977,9 +5977,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/284.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6008,9 +6008,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/285.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6039,9 +6039,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/286.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6070,9 +6070,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/287.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6101,9 +6101,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/288.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6132,9 +6132,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/289.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6163,9 +6164,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/290.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6194,9 +6195,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/291.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6225,9 +6226,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/292.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6256,9 +6258,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/293.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6287,9 +6289,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/294.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6314,9 +6316,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/295.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6341,9 +6344,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/296.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6368,9 +6372,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/297.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6395,9 +6400,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/298.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6422,9 +6428,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/299.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6449,9 +6455,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/300.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6476,9 +6482,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/301.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6507,9 +6513,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/302.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6538,9 +6545,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/303.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6569,9 +6576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/304.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6596,9 +6603,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/305.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6623,9 +6630,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/306.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6650,9 +6657,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/307.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6677,9 +6684,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/308.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6704,9 +6711,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/309.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6732,9 +6739,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/310.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6763,9 +6770,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/311.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6790,9 +6797,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/312.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6817,9 +6824,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/313.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6844,9 +6851,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/314.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6871,9 +6878,9 @@ "MaxStackSize": 20.0, "Colour": "262626", "CdnUrl": "https://cdn.nmsassistant.com/building/315.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6893,9 +6900,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/316.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6928,9 +6935,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/317.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6963,9 +6970,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/318.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6990,9 +6997,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/319.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7017,9 +7024,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/320.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7044,9 +7051,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/321.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7072,9 +7079,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/322.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7099,9 +7106,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/324.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7130,9 +7137,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/325.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7158,9 +7165,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/326.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7184,9 +7191,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7206,9 +7213,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/328.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7237,9 +7244,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/329.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7265,9 +7272,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/330.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7291,9 +7298,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7313,9 +7320,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/332.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7344,9 +7351,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/336.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7371,9 +7378,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/337.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7398,9 +7405,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/338.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7425,9 +7432,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/339.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7452,9 +7459,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/340.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7479,9 +7486,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/341.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7506,9 +7513,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/342.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7533,9 +7540,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/343.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7560,9 +7567,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/344.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7587,9 +7594,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/345.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7614,9 +7621,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/346.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7641,9 +7648,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/347.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7668,9 +7675,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/348.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7695,9 +7702,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/359.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7721,9 +7728,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/360.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7756,9 +7763,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/361.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7778,9 +7785,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/362.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7809,9 +7816,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/363.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7831,9 +7838,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/364.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7853,9 +7860,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/365.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7875,9 +7882,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/366.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7897,9 +7905,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/367.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7919,9 +7928,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/368.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7941,9 +7951,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/369.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7968,9 +7979,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/370.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7995,9 +8006,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/371.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8022,9 +8033,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/372.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8049,9 +8060,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/373.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8076,9 +8087,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/374.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8103,9 +8114,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/375.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8130,9 +8141,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/376.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8157,9 +8168,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/377.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8184,9 +8195,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/378.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8211,9 +8222,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/379.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8238,9 +8249,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/380.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8265,9 +8276,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/381.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8292,9 +8303,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/382.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8319,9 +8330,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/383.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8346,9 +8357,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/384.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8373,9 +8384,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/385.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8400,9 +8411,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/386.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8427,9 +8438,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/387.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8454,9 +8465,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/388.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8481,9 +8492,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/389.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8503,9 +8514,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/390.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8525,9 +8536,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/391.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8547,9 +8558,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/392.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8569,9 +8580,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/393.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8591,9 +8602,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/394.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8612,9 +8623,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/395.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 15, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -8647,9 +8658,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/396.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -8680,9 +8691,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8709,9 +8720,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8738,9 +8749,9 @@ "BaseValueUnits": 300.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8767,9 +8778,9 @@ "BaseValueUnits": 300.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8792,9 +8803,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8817,9 +8828,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8842,9 +8853,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8867,9 +8878,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8892,9 +8903,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8917,9 +8928,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8942,9 +8953,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8967,9 +8978,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8992,9 +9003,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9017,9 +9028,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9047,9 +9058,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9073,9 +9085,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9099,9 +9111,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9125,9 +9137,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9151,9 +9163,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9172,9 +9184,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9193,9 +9205,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9219,9 +9231,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9249,9 +9261,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9275,9 +9287,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9301,9 +9313,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9327,9 +9339,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9348,9 +9361,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9374,9 +9388,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9400,9 +9415,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9426,9 +9442,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9452,9 +9469,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9478,9 +9496,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9504,9 +9523,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9530,9 +9549,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9560,9 +9579,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9590,9 +9609,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9616,9 +9635,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9642,9 +9661,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9668,9 +9687,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9694,10 +9713,10 @@ "CurrencyType": "None", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9718,9 +9737,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9744,9 +9763,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9770,9 +9789,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9796,9 +9815,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9822,9 +9841,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9848,9 +9867,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9874,9 +9893,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9900,9 +9919,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9926,9 +9945,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9952,9 +9971,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9978,9 +9997,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10004,9 +10023,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10030,9 +10049,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10056,9 +10075,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10083,9 +10102,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10109,9 +10128,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10135,9 +10154,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10161,9 +10180,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10187,9 +10206,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10213,9 +10232,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10239,9 +10258,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10265,9 +10284,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10291,9 +10310,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10317,9 +10336,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10343,9 +10362,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10369,9 +10388,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10395,9 +10414,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10421,9 +10440,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10447,9 +10466,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10473,9 +10492,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10499,9 +10518,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10525,9 +10544,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10551,9 +10570,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10577,9 +10596,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10603,9 +10622,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10629,9 +10648,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10655,9 +10674,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10681,9 +10700,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10707,9 +10726,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10733,9 +10752,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10759,9 +10778,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10785,9 +10804,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10811,9 +10830,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10837,9 +10856,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10863,9 +10882,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10889,9 +10908,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10915,9 +10934,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10941,9 +10960,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10967,9 +10986,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10993,9 +11012,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11019,9 +11038,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11045,9 +11064,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11071,9 +11090,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11097,9 +11116,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11123,9 +11142,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11149,9 +11168,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11175,9 +11194,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11201,9 +11220,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11227,9 +11246,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11253,9 +11272,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11279,9 +11298,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11305,9 +11324,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11331,9 +11350,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11357,9 +11376,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11383,9 +11402,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11409,9 +11428,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11435,9 +11454,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11461,9 +11480,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11487,9 +11506,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11513,9 +11532,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11539,9 +11558,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11565,9 +11584,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11591,9 +11610,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11617,9 +11636,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11643,9 +11662,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11669,9 +11688,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11695,9 +11714,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11721,9 +11740,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11747,9 +11766,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11773,9 +11792,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11799,9 +11818,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11825,9 +11844,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11851,9 +11870,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11877,9 +11896,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11903,9 +11922,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11929,9 +11948,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11955,9 +11974,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11981,9 +12000,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12007,9 +12026,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12033,9 +12052,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12059,9 +12078,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12085,9 +12104,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12111,9 +12130,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12137,9 +12156,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12163,9 +12182,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12189,9 +12208,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12215,9 +12234,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12241,9 +12260,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12267,9 +12286,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12293,9 +12312,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12319,9 +12338,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12345,9 +12364,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12371,9 +12390,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12397,9 +12416,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12423,9 +12442,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12449,9 +12468,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12475,9 +12494,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12501,9 +12520,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12527,9 +12546,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12553,9 +12572,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12579,9 +12598,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12605,9 +12624,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12635,9 +12654,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12665,9 +12684,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12695,9 +12714,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12725,9 +12744,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12755,9 +12774,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12785,9 +12804,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12811,9 +12830,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12837,9 +12856,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12863,9 +12882,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12889,9 +12908,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12915,9 +12934,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12945,9 +12964,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12975,9 +12994,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13005,9 +13024,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13035,9 +13054,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13065,9 +13084,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13095,9 +13114,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13125,9 +13144,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13155,9 +13174,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13185,9 +13204,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13215,9 +13234,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13245,9 +13264,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13271,9 +13290,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13301,9 +13320,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13327,9 +13346,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13357,9 +13376,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13387,9 +13406,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13417,9 +13436,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13443,9 +13462,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13469,9 +13488,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13495,9 +13514,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13521,9 +13540,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13547,9 +13566,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13578,9 +13597,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13604,9 +13623,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13630,9 +13649,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13656,9 +13675,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13682,9 +13701,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13708,9 +13727,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13734,9 +13753,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13760,9 +13779,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13786,9 +13805,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13812,9 +13831,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13838,9 +13857,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13864,9 +13883,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13894,9 +13913,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13924,9 +13943,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13954,9 +13973,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13984,9 +14003,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14014,9 +14033,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14044,9 +14063,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14070,9 +14089,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14096,9 +14115,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14122,9 +14141,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14148,9 +14167,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14178,9 +14197,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14208,9 +14227,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14238,9 +14257,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14268,9 +14287,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14298,9 +14317,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14328,9 +14347,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14358,9 +14377,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14388,9 +14407,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14418,9 +14437,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14448,9 +14467,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14478,9 +14497,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14508,9 +14527,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14538,9 +14557,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14568,9 +14587,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14594,9 +14613,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14624,9 +14643,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14650,9 +14669,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14676,9 +14695,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14706,9 +14725,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14736,9 +14755,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14762,9 +14781,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14788,9 +14807,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14814,9 +14833,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14840,9 +14859,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14866,9 +14885,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14896,9 +14915,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14922,9 +14941,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14948,9 +14967,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14974,9 +14993,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15000,9 +15019,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15026,9 +15045,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15052,9 +15071,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15078,9 +15097,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15104,9 +15123,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15130,9 +15149,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15156,9 +15175,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15182,9 +15201,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15212,9 +15231,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15242,9 +15261,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15272,9 +15291,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15302,9 +15321,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15332,9 +15351,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15362,9 +15381,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15388,9 +15407,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15414,9 +15433,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15440,9 +15459,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15466,9 +15485,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15496,9 +15515,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15526,9 +15545,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15556,9 +15575,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15582,9 +15601,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15608,9 +15627,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15638,9 +15657,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15664,9 +15683,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15690,9 +15709,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15716,9 +15735,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15742,9 +15761,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15768,9 +15787,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15794,9 +15813,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15820,9 +15839,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15846,9 +15865,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15872,9 +15891,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15898,9 +15917,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15924,9 +15943,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15950,9 +15969,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15980,9 +15999,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16010,9 +16029,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16040,9 +16059,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16066,9 +16085,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16092,9 +16111,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16118,9 +16137,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16144,9 +16163,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16170,9 +16189,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16200,9 +16219,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16226,9 +16245,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16252,9 +16271,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16278,9 +16297,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16304,9 +16323,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16338,9 +16358,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16364,9 +16385,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16385,9 +16406,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16406,9 +16427,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16426,9 +16447,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16452,9 +16473,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16477,9 +16498,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16506,9 +16527,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16535,9 +16556,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16565,9 +16586,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -10.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16590,9 +16611,9 @@ "BaseValueUnits": 2.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16615,9 +16636,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16640,9 +16661,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16665,9 +16686,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16691,9 +16712,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16717,9 +16738,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16742,9 +16763,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16767,9 +16788,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16792,9 +16813,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16817,9 +16838,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16842,9 +16863,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16867,9 +16888,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16892,9 +16913,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16917,9 +16938,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16942,9 +16963,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16967,9 +16988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16992,9 +17013,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17017,9 +17038,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17042,9 +17063,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17067,9 +17088,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17092,9 +17113,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17117,9 +17138,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17142,9 +17163,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17167,9 +17188,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17192,9 +17213,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17217,9 +17238,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17242,9 +17263,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17267,9 +17288,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17292,9 +17313,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17318,9 +17339,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17344,9 +17365,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17370,9 +17391,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17396,9 +17417,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17417,9 +17439,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17443,9 +17466,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17469,9 +17493,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17495,9 +17520,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17521,9 +17546,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17547,9 +17572,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/nl/ConstructedTechnology.lang.json b/assets/json/nl/ConstructedTechnology.lang.json index 8bdaa4d3..20b71239 100644 --- a/assets/json/nl/ConstructedTechnology.lang.json +++ b/assets/json/nl/ConstructedTechnology.lang.json @@ -9,9 +9,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/1.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -35,9 +35,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/2.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -70,9 +70,9 @@ "Colour": "2C7C9F", "Power": -15.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -101,9 +101,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -136,9 +136,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -170,9 +170,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -200,9 +200,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/7.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -230,9 +230,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/8.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -264,9 +264,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 20, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -299,9 +299,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -333,9 +333,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -367,9 +367,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -397,9 +397,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -427,9 +427,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -457,9 +457,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -492,9 +492,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -518,9 +518,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -553,9 +553,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -588,9 +588,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -622,9 +622,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -652,9 +652,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -678,9 +678,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -712,9 +712,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -746,9 +746,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -780,9 +780,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -814,9 +814,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -848,9 +848,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -882,9 +882,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -912,9 +912,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -942,9 +942,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -972,9 +972,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1002,9 +1002,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1033,9 +1033,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1068,9 +1068,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1103,9 +1103,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1137,9 +1137,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1167,9 +1167,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/39.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1193,9 +1193,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/40.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1227,9 +1227,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1261,9 +1261,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1296,9 +1296,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1331,9 +1331,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/44.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1366,9 +1366,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/45.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1402,9 +1402,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1434,9 +1434,9 @@ "Colour": "2C7C9F", "Power": 100.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1465,9 +1465,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1492,9 +1492,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1524,9 +1524,9 @@ "Colour": "2C7C9F", "Power": 50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1560,9 +1560,9 @@ "Colour": "2C7C9F", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1596,9 +1596,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/52.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1627,9 +1627,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/53.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1649,9 +1649,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/54.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1671,9 +1671,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/55.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1702,9 +1702,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/56.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1733,9 +1733,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1764,9 +1764,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1791,9 +1791,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/59.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1818,9 +1818,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/60.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1849,9 +1849,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/61.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1880,9 +1880,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/62.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1914,9 +1914,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/63.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1948,10 +1948,10 @@ "CurrencyType": "None", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1970,9 +1970,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2000,9 +2000,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2030,9 +2030,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2060,9 +2060,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2090,9 +2090,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2120,9 +2120,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2150,9 +2150,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2180,9 +2180,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2210,9 +2210,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2240,9 +2240,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2269,9 +2269,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2298,9 +2298,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2327,9 +2327,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2356,9 +2356,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2385,9 +2385,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2414,9 +2414,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2443,9 +2443,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2472,9 +2472,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2501,9 +2501,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2530,9 +2530,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/nl/Cooking.lang.json b/assets/json/nl/Cooking.lang.json index d5061369..24f4c595 100644 --- a/assets/json/nl/Cooking.lang.json +++ b/assets/json/nl/Cooking.lang.json @@ -11,13 +11,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/1.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -40,13 +40,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/2.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -69,13 +69,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/3.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -98,13 +98,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/4.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -127,13 +127,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/5.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -156,13 +156,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/6.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -185,13 +185,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/7.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -214,13 +214,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/8.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -243,13 +243,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/9.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -272,13 +272,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/10.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -301,13 +301,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/11.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -330,13 +330,13 @@ "Colour": "007951", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/12.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -359,12 +359,12 @@ "Colour": "007953", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/13.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,12 +387,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/14.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -415,12 +415,12 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/15.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -443,12 +443,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/16.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,13 +471,13 @@ "Colour": "DB2400", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/17.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -500,12 +500,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/18.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -528,12 +528,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/19.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -556,12 +556,12 @@ "Colour": "007951", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/20.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -584,12 +584,12 @@ "Colour": "007951", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/21.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -612,12 +612,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/22.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -640,13 +640,13 @@ "Colour": "79502E", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/23.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,12 +669,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/24.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -697,12 +697,12 @@ "Colour": "007953", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/25.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -725,13 +725,13 @@ "Colour": "79502E", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/26.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -754,12 +754,12 @@ "Colour": "007952", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/27.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -782,13 +782,13 @@ "Colour": "7B0000", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/28.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -811,13 +811,13 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/29.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -840,12 +840,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/30.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -868,12 +868,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/31.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -896,12 +896,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/32.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -924,12 +924,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/33.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -952,12 +952,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/34.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -980,12 +980,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/35.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1008,12 +1008,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/36.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1036,12 +1036,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/37.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1064,12 +1064,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/38.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1092,12 +1092,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/39.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1120,14 +1120,14 @@ "Colour": "7B0000", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/40.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1150,12 +1150,12 @@ "Colour": "DEDCD1", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/41.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1178,12 +1178,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/42.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1206,12 +1206,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/43.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1234,12 +1234,12 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/44.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1262,12 +1262,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/45.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1290,12 +1290,12 @@ "Colour": "DEDCD1", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/46.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1318,13 +1318,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/47.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1347,12 +1347,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/48.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1375,13 +1375,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/49.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1404,13 +1404,13 @@ "Colour": "095C77", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/50.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1433,13 +1433,13 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/51.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1462,13 +1462,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/52.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1491,13 +1491,13 @@ "Colour": "DB2400", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/53.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1520,13 +1520,13 @@ "Colour": "007953", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/54.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1549,13 +1549,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/55.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1578,13 +1578,13 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/56.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1607,13 +1607,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/57.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1636,13 +1636,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/58.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1665,13 +1665,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/59.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1694,13 +1694,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/60.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1723,12 +1723,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/61.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1751,12 +1751,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/62.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1779,12 +1779,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/63.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1807,12 +1807,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/64.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1835,13 +1835,13 @@ "Colour": "007953", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/65.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1864,12 +1864,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/66.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1892,12 +1892,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/67.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1920,12 +1920,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/68.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1948,12 +1948,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/69.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1976,13 +1976,13 @@ "Colour": "BB3830", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/70.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2005,12 +2005,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/71.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2033,12 +2033,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/72.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2061,12 +2061,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/73.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2089,12 +2089,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/74.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2117,12 +2117,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/75.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2145,12 +2145,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/76.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2173,13 +2173,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/77.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2202,13 +2202,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/78.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2231,13 +2231,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/79.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2260,13 +2260,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/80.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2289,13 +2289,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/81.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2318,13 +2318,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/82.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2347,13 +2347,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/83.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2376,13 +2376,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/84.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2405,13 +2405,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/85.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2434,13 +2434,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/86.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2463,13 +2463,13 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/87.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2492,13 +2492,13 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/88.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2521,13 +2521,13 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/89.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2550,13 +2550,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/90.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2579,13 +2579,13 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/91.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2608,13 +2608,13 @@ "Colour": "79502E", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/92.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2637,12 +2637,12 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/93.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2665,13 +2665,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/94.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2694,13 +2694,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/95.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2723,12 +2723,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/96.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2751,12 +2751,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/97.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2779,12 +2779,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/98.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2807,13 +2807,13 @@ "Colour": "79502E", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/99.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2836,13 +2836,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/100.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2865,12 +2865,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/101.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2893,12 +2893,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/102.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2921,12 +2921,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/103.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2949,12 +2949,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/104.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2977,13 +2977,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/105.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3006,12 +3006,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/106.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3034,13 +3034,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/107.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3063,12 +3063,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/108.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3091,12 +3091,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/109.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3119,12 +3119,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/110.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3147,12 +3147,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/111.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3175,13 +3175,13 @@ "Colour": "095C77", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/112.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3204,13 +3204,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/113.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3233,12 +3233,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/114.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3261,13 +3261,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/115.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3290,12 +3290,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/116.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3318,13 +3318,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/117.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3347,12 +3347,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/118.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3373,12 +3373,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/119.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3399,12 +3399,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/120.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3425,11 +3425,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/121.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3450,13 +3451,13 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/122.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3482,11 +3483,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/123.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3507,11 +3509,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/124.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3532,11 +3535,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/125.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3557,11 +3561,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/126.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3582,12 +3587,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/127.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3610,12 +3615,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/128.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3638,13 +3643,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/129.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3667,12 +3672,12 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/130.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,12 +3700,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/131.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3723,12 +3728,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/132.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3751,12 +3756,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/133.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3779,12 +3784,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/134.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3807,12 +3812,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/135.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3835,12 +3840,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/136.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3863,12 +3868,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/137.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3891,12 +3896,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/138.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3919,12 +3924,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/139.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3947,12 +3952,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/140.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3975,12 +3980,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/141.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4003,12 +4008,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/142.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4031,12 +4036,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/143.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4059,12 +4064,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/144.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4087,12 +4092,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/145.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4115,12 +4120,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/146.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4143,12 +4148,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/147.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4171,12 +4176,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/148.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4199,12 +4204,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/149.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4227,12 +4232,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/150.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4255,12 +4260,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/151.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4283,12 +4288,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/152.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4311,12 +4316,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/153.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4339,13 +4344,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/154.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4368,12 +4373,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/155.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4396,12 +4401,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/156.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4424,12 +4429,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/157.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4452,12 +4457,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/158.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4480,12 +4485,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/159.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4508,12 +4513,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/160.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4536,13 +4541,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/161.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4565,12 +4570,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/162.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4593,12 +4598,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/163.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4621,12 +4626,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/164.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4649,12 +4654,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/165.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4677,12 +4682,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/166.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4705,12 +4710,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/167.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4733,12 +4738,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/168.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4761,12 +4766,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/169.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4789,12 +4794,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/170.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4817,12 +4822,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/171.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4845,12 +4850,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/172.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4873,12 +4878,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/173.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4901,12 +4906,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/174.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4929,12 +4934,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/175.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4957,12 +4962,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/176.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4985,12 +4990,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/177.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5013,12 +5018,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/178.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5041,12 +5046,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/179.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5068,12 +5073,12 @@ "MaxStackSize": 50.0, "Colour": "6AD01E", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5095,12 +5100,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5123,12 +5128,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/182.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5151,13 +5156,13 @@ "Colour": "D35300", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/183.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5180,12 +5185,12 @@ "Colour": "6AD01E", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/184.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5208,12 +5213,12 @@ "Colour": "F26D15", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/185.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5236,12 +5241,12 @@ "Colour": "6AD01E", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/186.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5264,13 +5269,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/187.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5293,13 +5298,13 @@ "Colour": "6AD01E", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/188.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5322,13 +5327,13 @@ "Colour": "6AD01E", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/189.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5351,12 +5356,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/190.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5379,12 +5384,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/191.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5407,12 +5412,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/192.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5435,12 +5440,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/193.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5463,12 +5468,12 @@ "Colour": "8A7F72", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/194.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5491,12 +5496,12 @@ "Colour": "1EA3EE", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/195.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5519,12 +5524,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/196.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5547,12 +5552,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/197.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5575,12 +5580,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/198.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5603,12 +5608,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/199.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5631,12 +5636,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/200.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5659,12 +5664,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/201.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5687,12 +5692,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/202.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5715,12 +5720,12 @@ "Colour": "8A7F72", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/203.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5742,12 +5747,12 @@ "MaxStackSize": 50.0, "Colour": "6AD01E", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5770,12 +5775,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/205.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5798,12 +5803,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/206.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5825,12 +5830,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5853,12 +5858,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/208.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5881,12 +5886,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/209.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5909,12 +5914,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/210.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5937,12 +5942,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/211.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5965,12 +5970,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/212.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5993,12 +5998,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/213.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6021,12 +6026,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/214.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6049,12 +6054,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/215.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6077,12 +6082,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/216.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6105,12 +6110,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/217.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6133,12 +6138,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/218.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6161,12 +6166,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/219.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6189,12 +6194,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/220.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6217,12 +6222,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/221.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6245,12 +6250,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/222.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6273,12 +6278,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/223.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6301,12 +6306,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/224.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6329,12 +6334,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/225.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6357,12 +6362,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/226.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6385,12 +6390,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/227.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6413,12 +6418,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/228.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6441,12 +6446,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/229.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6469,12 +6474,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/230.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6497,12 +6502,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/231.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6525,12 +6530,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/232.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6553,12 +6558,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/233.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6581,12 +6586,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/234.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6609,12 +6614,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/235.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6637,12 +6642,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/236.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6665,12 +6670,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/237.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6693,12 +6698,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/238.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6721,12 +6726,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/239.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6749,12 +6754,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/240.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6777,12 +6782,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/241.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6805,12 +6810,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/242.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6833,12 +6838,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/243.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6861,12 +6866,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/244.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6889,12 +6894,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/245.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6917,12 +6922,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/246.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6945,12 +6950,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/247.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6973,12 +6978,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/248.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7001,12 +7006,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/249.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7029,12 +7034,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/250.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7057,12 +7062,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/251.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7084,12 +7089,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7111,12 +7116,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7138,12 +7143,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7165,12 +7170,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7192,12 +7197,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7219,12 +7224,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7246,12 +7251,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7273,12 +7278,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7300,12 +7305,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7327,13 +7332,13 @@ "MaxStackSize": 50.0, "Colour": "DEDCD1", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7355,13 +7360,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7383,13 +7388,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7411,13 +7416,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7439,12 +7444,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7466,12 +7471,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7493,12 +7498,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7520,12 +7525,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7547,12 +7552,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7574,12 +7579,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7601,13 +7606,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7629,13 +7634,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7657,13 +7662,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7685,13 +7690,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7713,13 +7718,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7741,13 +7746,13 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7769,12 +7774,12 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7796,12 +7801,12 @@ "MaxStackSize": 50.0, "Colour": "DEDCD1", "CookingValue": 0.9, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7823,12 +7828,12 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7850,12 +7855,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7877,13 +7882,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/nl/Curiosity.lang.json b/assets/json/nl/Curiosity.lang.json index 70a8130c..cbfcd3fe 100644 --- a/assets/json/nl/Curiosity.lang.json +++ b/assets/json/nl/Curiosity.lang.json @@ -10,11 +10,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -34,12 +34,12 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -59,9 +59,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -94,11 +94,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -123,11 +123,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -156,11 +156,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -189,11 +189,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -222,11 +222,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/8.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -255,11 +255,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/9.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -288,11 +288,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/10.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -321,11 +321,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -354,11 +354,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/12.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,11 +387,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/13.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -420,11 +420,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/14.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -445,14 +445,14 @@ "Colour": "CCCCCC", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/curiosities/15.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -472,11 +472,11 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/16.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -496,12 +496,12 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -522,13 +522,13 @@ "Colour": "CCCCCC", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/curiosities/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -548,12 +548,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -573,10 +573,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -609,12 +609,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/21.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -634,10 +634,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/22.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -657,11 +657,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -681,11 +681,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/24.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -705,9 +705,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -727,9 +727,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -749,11 +749,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -773,11 +773,12 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/28.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -799,11 +800,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/29.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -825,12 +826,12 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -852,11 +853,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/31.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -878,12 +879,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/32.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -903,9 +904,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -925,9 +926,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -947,9 +948,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -969,10 +970,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/36.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -992,9 +993,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1014,9 +1015,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1036,10 +1037,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/39.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1059,10 +1060,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/40.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1082,9 +1083,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1113,9 +1114,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1144,9 +1145,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1175,10 +1176,10 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/44.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1198,10 +1199,10 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/45.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1221,9 +1222,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1242,9 +1243,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1263,9 +1264,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1284,9 +1285,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1305,9 +1306,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1326,10 +1327,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1350,10 +1351,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1374,10 +1375,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1396,10 +1397,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,10 +1419,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1442,10 +1443,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1464,10 +1465,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1486,10 +1487,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1510,10 +1511,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1532,10 +1533,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1554,10 +1555,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1578,10 +1579,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1600,10 +1601,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1622,9 +1623,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "DEDCD1", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 5000, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1642,9 +1644,9 @@ "BaseValueUnits": 256000.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/nl/Factions.lang.json b/assets/json/nl/Factions.lang.json new file mode 100644 index 00000000..73ff0b2f --- /dev/null +++ b/assets/json/nl/Factions.lang.json @@ -0,0 +1,1527 @@ +{ + "Milestone": "MIJLPALEN", + "Category": "CATEGORIEËN", + "Categories": [ + { + "Id": "journey", + "Name": "Reismijlpalen", + "Description": "Een oneindige reis: verken en overleef een grenzeloos universum", + "Missions": [], + "Additional": [ + "NavigateToJourneyPage" + ] + } + ], + "Lifeform": "LEVENSVORMEN", + "Lifeforms": [ + { + "Id": "gek", + "Name": "De Gek", + "Description": "Deze kleine, gesnavelde reptielachtigen zijn de voornaamste handelaars van het sterrenstelsel. Ze communiceren via zorgvuldig vrijgegeven feromonen, waarmee ze complexe concepten en gevoelens overbrengen.\n\nOorspronkelijk komen de Gek van de planeet Balaron. Ze worden door andere intelligente levensvormen scherp in de gaten gehouden vanwege de daden van de Gek-eerstgeborenen, die door bloedige veroveringen een machtig rijk stichtten.", + "Missions": [ + { + "Name": "Reputatie ", + "Icon": "faction/MEDAL.GEKGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "Rivaal", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "Concurrent", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "Klant", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "Cliënt", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "Gewaardeerde klant", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "Collega", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Partner", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Vriend", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Beste vriend", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Favoriet", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.GEKGOLD.png", + "Name": "Handelsheer", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Voltooide missies", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Verzamelde woorden", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "BRABBELAAR", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "BEGINNER", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "STUDENT", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "BEGREPEN", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "GELEERDE", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "TAALVIRTUOOS", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "TOLK", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "LINGUÏST", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "POLYGLOT", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "UNIVERSELE VERTALER", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "BABELVIS", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "Bezochte systemen", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + }, + { + "Id": "vykeen", + "Name": "De Vy'keen", + "Description": "De Vy'keen zijn oorlogszuchtige wezens uit het Dryn'dargh-stelsel die geobsedeerd zijn door het uitroeien van de Sentinels. Ze worden aangestuurd door het opperbevel van de Vy'keen en nemen het overal in het sterrenstelsel op tegen de Sentinels.\n\nZe hebben een agressief voorkomen, maar de Vy'keen houden zich aan een strikte erecode. Ze geloven in loyaliteit, opofferingsgezindheid en een waardige dood boven materieel gewin of kennis. Ze hebben gezworen de Reiziger altijd bij te staan.", + "Missions": [ + { + "Name": "Reputatie ", + "Icon": "faction/MEDAL.VYKEENGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "Vijand", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "Lasteraar", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "Neutraal", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "Handlanger", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "Bondgenoot", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "Vaste bondgenoot", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Kameraad", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Leermeester", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Adjudant", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Commandant", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.VYKEENGOLD.png", + "Name": "Tempelier", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Voltooide missies", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Verzamelde woorden", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "BRABBELAAR", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "BEGINNER", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "STUDENT", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "BEGREPEN", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "GELEERDE", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "TAALVIRTUOOS", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "TOLK", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "LINGUÏST", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "POLYGLOT", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "UNIVERSELE VERTALER", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "BABELVIS", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "Bezochte systemen", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + }, + { + "Id": "explorer", + "Name": "De Korvax", + "Description": "Korvax-entiteiten zijn anorganische levensvormen in metaalachtige omhulsels die van generatie tot generatie worden overgedragen. Ze geloven dat ze met wiskundige studies het niveau van de Atlas kunnen bereiken en denken dat de sleutel ligt in het bestuderen van Sentinels.\n\nElke Korvax is puur van geest, een klein onderdeel van het grote, collectieve verbond. Het omhulsel waarin ze leven is verwaarloosbaar, vergeleken met hun verbintenis met dit zwermbewustzijn.\n\nIn het verleden zijn de Korvax door de Gek-eerstgeborenen tot slaaf gemaakt. Velen wantrouwen de Gek nog steeds.", + "Missions": [ + { + "Name": "Reputatie ", + "Icon": "faction/MEDAL.KORVAXGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "Lastpak", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "Irritatie", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "Niet-bestudeerd", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "Interessant", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "Proefpersoon", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "Researchfocus", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Kandidaat", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Assistent", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Redder", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Singulariteit", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.KORVAXGOLD.png", + "Name": "Atlasreiziger", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Voltooide missies", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Verzamelde woorden", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "BRABBELAAR", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "BEGINNER", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "STUDENT", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "BEGREPEN", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "GELEERDE", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "TAALVIRTUOOS", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "TOLK", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "LINGUÏST", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "POLYGLOT", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "UNIVERSELE VERTALER", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "BABELVIS", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "Bezochte systemen", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + } + ], + "Guild": "GILDES", + "Guilds": [ + { + "Id": "traGuild", + "Name": "Handelsgilde", + "Description": "Een collectief van handelsbedrijven en individuele handelaars uit alle uithoeken van het sterrenstelsel. Deze organisatie helpt beschikbare piloten aan werk namens de leden.\n\nDe Gek leiden het Handelaarsgilde, maar het is geen exclusieve club. Alle levensvormen mogen lid worden, zolang ze natuurlijk over het vereiste vermogen beschikken.", + "Missions": [ + { + "Name": "Reputatie ", + "Icon": "faction/MEDAL.MERCHGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "Gehaat", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "Vijandig", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "Onbekend", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "Ingewijde", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "Leerling", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "Knecht", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Compagnon", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Senior", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Meester", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Oudere", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.MERCHGOLD.png", + "Name": "Verheven", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Voltooide missies", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Verkregen units", + "Icon": "faction/MEDAL.UNITSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.UNITSOFF.png", + "Name": "NIEUW BEDRIJF", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "RUIMTETRUCKER", + "RequiredProgress": 75000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "HANDELAAR", + "RequiredProgress": 100000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "GELDPOMP", + "RequiredProgress": 150000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "KOOPMAN", + "RequiredProgress": 250000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "ONDERNEMEND", + "RequiredProgress": 500000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "ENTREPRENEUR", + "RequiredProgress": 750000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "INVESTEERDER", + "RequiredProgress": 1000000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "KAPITALIST", + "RequiredProgress": 1250000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "TYCOON", + "RequiredProgress": 1500000 + }, + { + "Icon": "faction/MEDAL.UNITSGOLD.png", + "Name": "MAGNAAT", + "RequiredProgress": 2000000 + } + ] + }, + { + "Name": "Gekweekte planten", + "Icon": "faction/MEDAL.PLANTSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANTSOFF.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.PLANTSGOLD.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 80 + } + ] + } + ] + }, + { + "Id": "warGuild", + "Name": "Huurlingengilde", + "Description": "Een los collectief van huurlingenorganisaties uit het hele sterrenstelsel. Dit gilde bestaat uit talloze concurrerende facties die elkaar zonder schroom zouden afmaken als ze de kans kregen.\n\nPiraten, burgerwachten, undercoveragenten, sektes, eenlingen en eenmanslegers. Het Huurlingengilde bewaart de galactische vrede door ervoor te zorgen dat de juiste klussen bij de juiste gewapende opportunisten terechtkomen.", + "Missions": [ + { + "Name": "Reputatie ", + "Icon": "faction/MEDAL.WARRIORGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "Gehaat", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "Vijandig", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "Onbekend", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "Ingewijde", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "Leerling", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "Knecht", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Compagnon", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Senior", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Meester", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Oudere", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.WARRIORGOLD.png", + "Name": "Verheven", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Voltooide missies", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Sentinels vernietigd", + "Icon": "faction/MEDAL.SENTINELSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.SENTINELSOFF.png", + "Name": "ONBEZORGD", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "GROENTJE", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "IRRITATIE", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "HERRIESCHOPPER", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "LASTPAK", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "VECHTER", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "BEDREIGING", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "BERUCHT", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "GEVAARLIJK", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "EXPERT", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.SENTINELSGOLD.png", + "Name": "LEGENDE", + "RequiredProgress": 80 + } + ] + }, + { + "Name": "Verwoeste schepen", + "Icon": "faction/MEDAL.PIRATESGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PIRATESOFF.png", + "Name": "ONBEPROEFD", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "GROENTJE", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "IRRITATIE", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "HERRIESCHOPPER", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "ONRUSTSTOKER", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "VECHTER", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "BEDREIGING", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "BERUCHT", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "GEVAARLIJK", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "EXPERT", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.PIRATESGOLD.png", + "Name": "LEGENDE", + "RequiredProgress": 80 + } + ] + } + ] + }, + { + "Id": "traGuild", + "Name": "Verkennersgilde ", + "Description": "Het Verkennersgilde is een samenwerkingsverbond tussen wetenschappers en ontdekkingsreizigers. Vraag en aanbod op het gebied van waardevolle gegevens komen hier samen.\n\nDe leden zijn vooral afkomstig uit wetenschappelijke instituten, geografische organisaties en technologiebedrijven. Af en toe kom je er zelfstandige ontdekkingsreizigers tegen. Het gilde biedt werknemerspools, gedeelde laboratoria, lezingen en jaarlijkse medailles.", + "Missions": [ + { + "Name": "Reputatie ", + "Icon": "faction/MEDAL.EXPLORERGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "Gehaat", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "Vijandig", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "Onbekend", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "Ingewijde", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "Leerling", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "Knecht", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Compagnon", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Senior", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Meester", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Oudere", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.EXPLORERGOLD.png", + "Name": "Verheven", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Voltooide missies", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Gescande zeldzame wezens", + "Icon": "faction/MEDAL.CREATURESGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.CREATUREOFF.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 25 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 35 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 45 + }, + { + "Icon": "faction/MEDAL.CREATURESGOLD.png", + "Name": "Totaal: %AMOUNT%", + "RequiredProgress": 50 + } + ] + }, + { + "Name": "Ruimteverkenning", + "Icon": "faction/MEDAL.WARPSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WARPSOFF.png", + "Name": "STERRENKIJKER", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "SPOORZOEKER", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "SCOUT", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "WARPSNELHEID INGEZET", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "SUPERVISOR", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "ZWERVER", + "RequiredProgress": 25 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "AVONTURIER", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "PIONIER", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "VERKENNER", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "SURVEILLANT", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.WARPSGOLD.png", + "Name": "ONTDEKKINGSREIZIGER", + "RequiredProgress": 75 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/assets/json/nl/Others.lang.json b/assets/json/nl/Others.lang.json index db4202c5..cfd9d238 100644 --- a/assets/json/nl/Others.lang.json +++ b/assets/json/nl/Others.lang.json @@ -9,10 +9,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -34,10 +34,10 @@ "MaxStackSize": 20.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/2.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -59,11 +59,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/other/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -83,11 +83,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/other/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -107,10 +107,10 @@ "MaxStackSize": 20.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/other/5.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -130,10 +130,10 @@ "MaxStackSize": 20.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/6.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -153,10 +153,10 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/7.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -176,10 +176,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -198,9 +199,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -219,9 +220,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -240,9 +241,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -261,9 +263,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -282,9 +284,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -303,9 +305,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -324,9 +327,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -345,9 +349,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -366,9 +371,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,9 +393,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -408,9 +414,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -429,9 +435,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -450,9 +457,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,9 +479,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -492,9 +501,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -513,9 +522,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -534,9 +544,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -555,9 +565,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -576,9 +586,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -597,9 +607,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -618,9 +629,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -639,9 +651,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -660,9 +672,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -681,9 +694,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -702,9 +715,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -723,9 +736,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -744,9 +757,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -765,9 +778,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -786,9 +799,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -807,10 +820,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -829,9 +842,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -850,10 +863,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -872,9 +885,9 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -893,9 +906,9 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -914,9 +927,9 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -935,9 +948,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -956,9 +969,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -977,9 +990,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1003,9 +1016,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1029,9 +1042,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1055,9 +1068,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1081,9 +1094,10 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1107,9 +1121,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1133,9 +1147,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1154,9 +1168,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1175,9 +1189,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1196,9 +1210,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1217,9 +1231,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1238,9 +1252,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1259,9 +1273,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1280,9 +1294,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1301,9 +1315,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1322,9 +1336,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1343,9 +1357,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1364,9 +1378,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1385,9 +1399,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1406,9 +1420,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1427,9 +1441,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1448,9 +1462,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1469,9 +1483,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1490,9 +1504,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1511,9 +1525,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1532,9 +1546,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1553,9 +1567,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1574,9 +1588,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1595,9 +1609,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1616,9 +1630,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1637,9 +1651,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1658,9 +1672,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1679,9 +1693,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1700,9 +1714,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1730,9 +1744,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1756,9 +1770,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1782,9 +1796,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1808,9 +1822,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1834,9 +1848,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1860,9 +1874,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1886,9 +1900,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1912,9 +1926,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1938,9 +1952,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1964,9 +1978,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1985,9 +1999,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2006,9 +2020,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2027,9 +2041,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2047,9 +2061,9 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "311A49", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2070,9 +2084,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2096,9 +2110,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2122,9 +2136,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2148,9 +2162,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2174,9 +2188,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2200,9 +2214,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2221,9 +2235,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2242,9 +2256,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2263,9 +2277,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2284,9 +2298,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2305,9 +2319,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2326,9 +2340,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2347,9 +2361,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2368,9 +2382,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2389,9 +2403,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2410,9 +2424,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2431,9 +2445,10 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2452,9 +2467,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2473,10 +2488,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2495,9 +2510,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2516,9 +2532,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2537,9 +2554,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2558,9 +2576,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2579,9 +2598,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2605,9 +2625,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2626,9 +2647,11 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2647,9 +2670,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2668,9 +2693,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2689,9 +2716,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2710,9 +2739,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2736,9 +2766,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2757,9 +2787,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2778,9 +2808,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2799,9 +2829,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2820,9 +2850,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2841,9 +2871,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2862,9 +2892,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2883,9 +2913,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2904,9 +2934,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2925,9 +2955,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2946,9 +2976,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2967,9 +2997,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2987,7 +3017,10 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [ + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3005,7 +3038,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3023,7 +3056,9 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [ + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3041,7 +3076,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3059,7 +3094,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3077,7 +3112,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3095,9 +3130,9 @@ "BaseValueUnits": 80.0, "CurrencyType": "Quicksilver", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3117,9 +3152,9 @@ "BaseValueUnits": 3200.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3138,9 +3173,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3159,9 +3195,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3180,9 +3217,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3218,9 +3256,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3239,9 +3278,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3265,9 +3305,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3286,9 +3327,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3307,9 +3349,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3328,9 +3371,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3349,9 +3393,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3370,9 +3415,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3391,9 +3437,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3412,9 +3459,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3433,9 +3481,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3454,9 +3503,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3475,9 +3525,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3496,9 +3547,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3517,9 +3569,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3538,9 +3591,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3559,9 +3613,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3580,9 +3635,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3601,9 +3657,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3622,9 +3679,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3643,9 +3701,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3669,9 +3727,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,9 +3753,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3721,9 +3779,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3747,9 +3805,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3773,9 +3831,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3799,9 +3857,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3825,9 +3883,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3851,9 +3909,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3877,9 +3935,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3903,9 +3961,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3929,9 +3987,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3955,9 +4013,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3981,9 +4039,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4002,10 +4060,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4024,10 +4082,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4046,9 +4104,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4067,9 +4126,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4088,9 +4148,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4109,9 +4170,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4135,9 +4197,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4156,9 +4219,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4177,9 +4241,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4198,9 +4263,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4224,9 +4290,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4260,9 +4327,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4281,9 +4348,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4302,9 +4369,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4323,9 +4390,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4344,9 +4411,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4365,10 +4432,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4389,10 +4456,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4413,10 +4480,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4437,10 +4504,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4461,10 +4528,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4485,9 +4552,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4506,9 +4574,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4527,9 +4596,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4548,9 +4618,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4574,9 +4645,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4595,9 +4667,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/nl/Products.lang.json b/assets/json/nl/Products.lang.json index bd0b4e19..e3383172 100644 --- a/assets/json/nl/Products.lang.json +++ b/assets/json/nl/Products.lang.json @@ -10,11 +10,11 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -43,10 +43,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -76,13 +76,13 @@ "Colour": "F3A923", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/products/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -107,10 +107,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/4.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -130,11 +131,11 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -159,10 +160,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -187,10 +188,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -219,10 +220,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -242,10 +244,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/9.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -265,10 +268,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/10.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -288,13 +292,13 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -319,10 +323,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/12.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -351,10 +355,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/13.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -383,10 +387,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/14.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -415,10 +419,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/15.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -447,10 +451,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/16.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -479,13 +483,13 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 0, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -514,12 +518,12 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -548,14 +552,14 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -584,13 +588,13 @@ "MaxStackSize": 100.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -619,10 +623,11 @@ "MaxStackSize": 100.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/21.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -642,11 +647,11 @@ "MaxStackSize": 50.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/22.png", - "Usages": { - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -675,14 +680,14 @@ "MaxStackSize": 100.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -711,10 +716,11 @@ "MaxStackSize": 100.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/24.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -734,10 +740,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/25.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -766,10 +772,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/26.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -798,10 +804,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -830,13 +836,13 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/28.png", - "Usages": { - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -865,12 +871,12 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/29.png", - "Usages": { - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -903,11 +909,11 @@ "MaxStackSize": 5000.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/products/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "CraftingOutputAmount": 1250, "BlueprintCost": 1, "BlueprintCostType": "None", @@ -933,9 +939,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -955,9 +962,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -977,9 +985,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -999,9 +1008,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -1021,9 +1031,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -1043,9 +1054,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1065,11 +1077,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/49.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1098,10 +1110,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/51.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -1130,10 +1142,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/52.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1162,10 +1174,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/53.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -1194,11 +1206,11 @@ "MaxStackSize": 25.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/54.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1223,11 +1235,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/55.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1252,10 +1264,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/56.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1284,11 +1296,11 @@ "MaxStackSize": 20.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/57.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1317,10 +1329,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/58.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1349,12 +1361,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/59.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1383,12 +1395,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/60.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1417,12 +1429,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/61.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1451,11 +1463,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/62.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1484,10 +1496,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/63.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1516,11 +1528,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/64.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1549,11 +1561,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/65.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1582,10 +1594,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/66.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1614,11 +1626,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/67.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1647,10 +1659,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/68.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1679,10 +1691,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/69.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1711,10 +1723,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/70.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1743,13 +1755,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/71.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1778,13 +1790,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/72.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1813,13 +1825,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/73.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1848,13 +1860,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/74.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1883,13 +1895,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/75.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1918,13 +1930,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/76.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1953,12 +1965,12 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/77.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1991,12 +2003,12 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/78.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2029,9 +2041,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/79.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2064,9 +2076,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/80.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2099,10 +2111,10 @@ "MaxStackSize": 20.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/81.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2122,9 +2134,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/82.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2144,9 +2156,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/83.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2166,9 +2178,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/84.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2188,9 +2200,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/85.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2210,9 +2222,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/86.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2232,9 +2244,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/87.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2254,9 +2266,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/88.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2276,9 +2288,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/89.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2298,9 +2310,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/90.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2333,9 +2345,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/91.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2368,9 +2380,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/92.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2403,9 +2415,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/93.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2434,9 +2446,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/94.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2455,9 +2467,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2476,9 +2488,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2497,9 +2509,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2519,10 +2531,10 @@ "MaxStackSize": 150.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/98.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2541,10 +2553,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2675,9 +2687,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2696,9 +2708,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2717,9 +2729,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2738,10 +2750,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2762,10 +2774,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2786,10 +2798,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2810,10 +2822,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2845,10 +2857,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2880,10 +2892,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2911,10 +2923,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2946,10 +2958,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2981,11 +2993,11 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3006,11 +3018,11 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3030,10 +3042,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3051,10 +3063,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3072,10 +3084,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3093,10 +3105,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3114,10 +3126,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3135,10 +3147,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3156,10 +3168,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3177,10 +3189,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3198,10 +3210,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3219,10 +3231,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3240,10 +3252,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3261,10 +3273,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3282,10 +3294,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3303,10 +3315,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3324,10 +3336,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3345,10 +3357,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3366,10 +3378,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3387,10 +3399,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3408,10 +3420,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3429,10 +3441,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3450,10 +3462,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3471,10 +3483,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3492,10 +3504,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3513,10 +3525,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3534,10 +3546,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3555,10 +3567,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3576,10 +3588,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3597,10 +3609,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3619,10 +3631,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3643,11 +3655,11 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3666,10 +3678,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3689,10 +3701,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3710,10 +3722,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3731,10 +3743,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3752,10 +3764,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3773,10 +3785,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3796,10 +3808,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3819,11 +3831,11 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3841,11 +3853,11 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3863,12 +3875,12 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3886,10 +3898,10 @@ "BaseValueUnits": 3200.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3922,10 +3934,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3943,10 +3955,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3964,10 +3976,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3985,10 +3997,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4006,10 +4018,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4027,10 +4039,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4048,10 +4060,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/nl/RawMaterials.lang.json b/assets/json/nl/RawMaterials.lang.json index a38c7100..d5646b77 100644 --- a/assets/json/nl/RawMaterials.lang.json +++ b/assets/json/nl/RawMaterials.lang.json @@ -12,15 +12,15 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -42,15 +42,15 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -71,14 +71,14 @@ "MaxStackSize": 9999.0, "Colour": "BB3830", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -99,12 +99,12 @@ "MaxStackSize": 9999.0, "Colour": "DEDCD1", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -125,14 +125,14 @@ "MaxStackSize": 9999.0, "Colour": "355A7D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -153,13 +153,13 @@ "MaxStackSize": 9999.0, "Colour": "355A7D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -180,13 +180,13 @@ "MaxStackSize": 9999.0, "Colour": "DEDCD1", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -207,13 +207,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/8.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -234,13 +234,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/9.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -261,13 +261,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/10.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -288,12 +288,12 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -314,14 +314,14 @@ "MaxStackSize": 9999.0, "Colour": "F26D15", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/12.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -342,14 +342,14 @@ "MaxStackSize": 9999.0, "Colour": "F26D15", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/13.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -370,13 +370,13 @@ "MaxStackSize": 9999.0, "Colour": "005C83", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/14.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -397,13 +397,13 @@ "MaxStackSize": 9999.0, "Colour": "005C83", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/15.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -425,14 +425,14 @@ "Colour": "1E8A42", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/16.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -453,13 +453,13 @@ "MaxStackSize": 9999.0, "Colour": "1E8A42", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -480,12 +480,12 @@ "MaxStackSize": 9999.0, "Colour": "1E8A42", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -506,13 +506,13 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -533,13 +533,13 @@ "MaxStackSize": 9999.0, "Colour": "7B0000", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -560,13 +560,13 @@ "MaxStackSize": 9999.0, "Colour": "36611C", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/21.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -587,13 +587,13 @@ "MaxStackSize": 9999.0, "Colour": "01387D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/22.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -615,15 +615,15 @@ "Colour": "260000", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -644,13 +644,13 @@ "MaxStackSize": 9999.0, "Colour": "4E404F", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/24.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -671,14 +671,14 @@ "MaxStackSize": 9999.0, "Colour": "E57002", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/25.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -699,14 +699,14 @@ "MaxStackSize": 9999.0, "Colour": "00A64D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/26.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -727,14 +727,14 @@ "MaxStackSize": 9999.0, "Colour": "FFAD00", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/27.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -755,14 +755,14 @@ "MaxStackSize": 9999.0, "Colour": "1E4FD0", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/28.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -783,14 +783,14 @@ "MaxStackSize": 9999.0, "Colour": "DB2400", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/29.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -812,15 +812,15 @@ "Colour": "512741", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -841,13 +841,13 @@ "MaxStackSize": 9999.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/31.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -868,14 +868,14 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/32.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -896,14 +896,14 @@ "MaxStackSize": 9999.0, "Colour": "AA6E06", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/33.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -924,13 +924,13 @@ "MaxStackSize": 9999.0, "Colour": "507575", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/34.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -951,13 +951,13 @@ "MaxStackSize": 9999.0, "Colour": "265E3A", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/35.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -978,13 +978,13 @@ "MaxStackSize": 9999.0, "Colour": "4C3780", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/36.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1005,13 +1005,13 @@ "MaxStackSize": 9999.0, "Colour": "DE921F", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/37.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1032,12 +1032,12 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/38.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1058,11 +1058,11 @@ "MaxStackSize": 9999.0, "Colour": "7B0000", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/39.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1083,11 +1083,11 @@ "MaxStackSize": 9999.0, "Colour": "36611C", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/40.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1108,11 +1108,11 @@ "MaxStackSize": 9999.0, "Colour": "01387D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/41.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1134,14 +1134,14 @@ "Colour": "00A64D", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/42.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1163,14 +1163,14 @@ "Colour": "1E4FD0", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/43.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1192,14 +1192,14 @@ "Colour": "C5871D", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/44.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1221,14 +1221,14 @@ "Colour": "239626", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/45.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1250,14 +1250,14 @@ "Colour": "B94318", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/46.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1279,14 +1279,14 @@ "Colour": "208DAB", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/47.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1308,13 +1308,13 @@ "Colour": "5B6F35", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/48.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1336,13 +1336,13 @@ "Colour": "005C83", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/49.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1364,14 +1364,14 @@ "Colour": "79502E", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/50.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1392,12 +1392,12 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/51.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,13 +1418,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/52.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1445,12 +1445,12 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/53.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1471,13 +1471,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/54.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1498,13 +1498,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/55.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1525,11 +1525,11 @@ "MaxStackSize": 9999.0, "Colour": "1E354E", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/56.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1550,9 +1550,9 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1573,9 +1573,9 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1596,10 +1596,10 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/59.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1620,10 +1620,10 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/60.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1643,11 +1643,11 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "1A2733", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1667,10 +1667,10 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "DEDCD1", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1690,9 +1690,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1712,9 +1712,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1734,9 +1734,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1756,9 +1756,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1778,9 +1778,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1800,9 +1800,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1822,11 +1822,11 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "512741", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/nl/Technology.lang.json b/assets/json/nl/Technology.lang.json index 5fcc7b7c..4f582e67 100644 --- a/assets/json/nl/Technology.lang.json +++ b/assets/json/nl/Technology.lang.json @@ -8,10 +8,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -34,9 +34,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -63,10 +63,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -89,9 +89,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -114,9 +114,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -139,9 +139,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -168,9 +168,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 200, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -197,10 +197,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -231,10 +231,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -265,10 +265,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -299,10 +299,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -333,9 +333,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -366,9 +366,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -395,9 +395,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -424,9 +424,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -457,9 +457,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -486,9 +486,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 350, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -519,9 +519,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 240, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -552,9 +552,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -577,9 +577,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 310, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -610,9 +610,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 580, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -643,9 +643,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -672,10 +672,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -702,9 +702,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -731,10 +731,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -761,9 +761,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -794,9 +794,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -827,9 +827,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -856,10 +856,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -886,9 +886,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -915,9 +915,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -944,9 +944,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 200, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -973,10 +973,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1003,9 +1003,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 85, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1036,9 +1036,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 100, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1065,9 +1065,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 50, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1094,9 +1094,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1123,9 +1123,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1152,9 +1152,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1181,9 +1181,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1210,9 +1210,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1239,9 +1239,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1268,9 +1268,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1297,9 +1297,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1326,9 +1326,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 75, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1359,9 +1359,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1388,9 +1388,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1417,10 +1417,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1451,9 +1451,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1476,9 +1476,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1505,9 +1505,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1530,9 +1530,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1559,9 +1559,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1592,9 +1592,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1621,9 +1621,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1646,9 +1646,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1671,9 +1671,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1700,9 +1700,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 320, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1733,9 +1733,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 50, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1762,9 +1762,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1791,9 +1791,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1820,10 +1820,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1846,9 +1846,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 75, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1879,9 +1879,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1912,9 +1912,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1941,9 +1941,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1970,9 +1970,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1995,9 +1995,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2020,10 +2020,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2054,10 +2054,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2084,10 +2084,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2118,9 +2118,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2147,9 +2147,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2176,9 +2176,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2205,9 +2205,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2234,9 +2234,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2263,9 +2263,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2288,9 +2288,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2313,9 +2313,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2346,9 +2346,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2371,9 +2371,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2404,9 +2404,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2437,9 +2437,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2466,9 +2466,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2499,9 +2499,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2532,9 +2532,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2565,9 +2565,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2594,9 +2594,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 320, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2627,9 +2627,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2660,9 +2660,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2693,9 +2693,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2722,9 +2722,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2751,10 +2751,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2781,9 +2781,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2814,9 +2814,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 450, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2847,9 +2847,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2880,9 +2880,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 350, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2913,9 +2913,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2938,9 +2938,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2963,9 +2963,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2988,9 +2988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3017,9 +3017,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3042,9 +3042,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3067,9 +3067,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3092,9 +3092,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3121,9 +3121,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3146,9 +3146,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3171,9 +3171,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3196,9 +3196,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3221,9 +3221,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3246,9 +3246,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3275,9 +3275,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3300,9 +3300,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3325,9 +3325,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3350,9 +3350,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3375,9 +3375,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3404,9 +3404,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3429,9 +3429,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3458,9 +3458,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3487,9 +3487,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3516,9 +3516,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3545,9 +3545,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3570,9 +3570,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3595,9 +3595,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3620,9 +3620,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3645,9 +3645,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3670,9 +3670,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,9 +3695,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3728,9 +3728,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3761,9 +3761,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3794,9 +3794,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3827,9 +3827,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3860,9 +3860,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3893,9 +3893,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3926,9 +3926,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 360, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3955,9 +3955,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3988,9 +3988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4021,9 +4021,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 240, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4054,9 +4054,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4087,9 +4087,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4116,9 +4116,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4145,9 +4145,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4170,9 +4170,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4199,9 +4199,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4232,9 +4232,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4265,9 +4265,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4294,9 +4294,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4327,9 +4327,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4356,9 +4356,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4385,9 +4385,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4418,9 +4418,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4451,10 +4451,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4481,10 +4481,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4511,10 +4511,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4541,10 +4541,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4571,9 +4571,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4600,9 +4600,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4629,9 +4629,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4662,9 +4662,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4691,10 +4691,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4721,9 +4721,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4754,9 +4754,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4787,9 +4787,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4820,9 +4820,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4853,9 +4853,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4886,9 +4886,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4919,9 +4919,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4952,9 +4952,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4985,9 +4985,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5018,9 +5018,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5051,9 +5051,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5084,9 +5084,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5113,9 +5113,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5146,9 +5146,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5179,9 +5179,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5212,9 +5212,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5241,9 +5241,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5274,9 +5274,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5303,10 +5303,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5333,10 +5333,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5363,10 +5363,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5397,10 +5397,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5427,9 +5427,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5460,9 +5460,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5493,9 +5493,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5522,9 +5522,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5551,9 +5551,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5576,9 +5576,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5605,9 +5605,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5630,9 +5630,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5659,9 +5659,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5684,9 +5684,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5713,9 +5713,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5742,9 +5742,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5775,9 +5775,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5800,9 +5800,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5833,10 +5833,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5867,9 +5867,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5900,9 +5900,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5933,10 +5933,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5967,9 +5967,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6000,9 +6000,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6033,9 +6033,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 480, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6066,9 +6066,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6099,9 +6099,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6132,9 +6132,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6161,9 +6161,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 480, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/nl/TradeItems.lang.json b/assets/json/nl/TradeItems.lang.json index a593e833..827bc0e2 100644 --- a/assets/json/nl/TradeItems.lang.json +++ b/assets/json/nl/TradeItems.lang.json @@ -10,9 +10,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/1.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -32,10 +32,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/2.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -55,10 +55,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/3.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -78,9 +78,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -100,9 +100,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -122,9 +122,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -144,9 +144,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/7.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -166,10 +166,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/8.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -189,10 +189,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/9.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -212,9 +212,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -234,9 +234,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -256,9 +256,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -278,9 +278,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -300,9 +300,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -322,9 +322,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -344,10 +344,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/16.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -367,10 +367,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/17.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -390,10 +390,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/18.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -413,10 +413,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/19.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -436,10 +436,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/20.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -459,9 +459,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -481,10 +481,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/22.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -504,9 +504,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -526,9 +526,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -548,9 +548,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -570,10 +570,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/26.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -593,9 +593,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -615,10 +615,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/28.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -638,9 +638,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -660,9 +660,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -682,9 +682,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -704,9 +704,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -726,9 +726,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -748,9 +748,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -770,9 +770,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/nl/UpgradeModules.lang.json b/assets/json/nl/UpgradeModules.lang.json index 2851aa22..67698ab1 100644 --- a/assets/json/nl/UpgradeModules.lang.json +++ b/assets/json/nl/UpgradeModules.lang.json @@ -9,10 +9,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/1.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -31,10 +31,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/2.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -53,10 +53,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/3.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -75,10 +75,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/4.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -97,10 +97,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/5.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -119,10 +119,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/6.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -141,10 +141,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/7.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -163,10 +163,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -185,10 +185,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/9.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -207,10 +207,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/10.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -229,10 +229,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/11.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -251,10 +251,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/12.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -273,10 +273,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/13.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -295,10 +295,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/14.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -317,10 +317,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/15.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -339,10 +339,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/16.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -361,10 +361,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/17.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -383,10 +383,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/18.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -405,10 +405,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/19.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -427,10 +427,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/20.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -449,10 +449,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/21.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,10 +471,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/22.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -493,10 +493,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/23.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -515,10 +515,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/24.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -537,10 +537,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/25.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -559,10 +559,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/26.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -581,10 +581,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -603,10 +603,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/28.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -625,10 +625,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/29.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -647,10 +647,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/30.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,10 +669,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/31.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -691,10 +691,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/32.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -713,10 +713,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/33.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -735,10 +735,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/34.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -757,10 +757,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/35.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -779,10 +779,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/36.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -801,10 +801,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/37.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -823,10 +823,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/38.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -845,10 +845,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/39.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -867,10 +867,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/40.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -889,10 +889,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/41.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -911,10 +911,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/42.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -933,10 +933,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/43.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -955,10 +955,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/44.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -977,10 +977,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/45.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -999,10 +999,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/46.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1021,10 +1021,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/47.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1043,10 +1043,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/48.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1065,10 +1065,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/49.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1087,10 +1087,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/50.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1109,10 +1109,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/51.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1131,10 +1131,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/52.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1153,10 +1153,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/53.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1175,10 +1175,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/54.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1197,10 +1197,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/55.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1219,10 +1219,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/56.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1241,10 +1241,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/57.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1263,10 +1263,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/58.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1285,10 +1285,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/59.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1307,10 +1307,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/60.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1329,10 +1329,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/61.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1351,10 +1351,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/62.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1373,10 +1373,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/63.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1395,10 +1395,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/64.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1417,10 +1417,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/65.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1439,10 +1439,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/66.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1461,10 +1461,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/67.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1483,10 +1483,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/68.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1505,10 +1505,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/69.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1527,10 +1527,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/70.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1549,10 +1549,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/71.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1571,10 +1571,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/72.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1593,10 +1593,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/73.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1615,10 +1615,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/74.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1637,10 +1637,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/75.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1659,10 +1659,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/76.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1681,10 +1681,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/77.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1703,10 +1703,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/78.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1725,10 +1725,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/79.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1747,10 +1747,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/80.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1769,10 +1769,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/81.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1791,10 +1791,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/82.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1813,10 +1813,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/83.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1835,10 +1835,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/84.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1857,10 +1857,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/85.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1879,10 +1879,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/86.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1901,10 +1901,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/87.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1923,10 +1923,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/88.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1945,10 +1945,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/89.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1967,10 +1967,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/90.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1989,10 +1989,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/91.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2011,10 +2011,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/92.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2033,10 +2033,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/93.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2055,10 +2055,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/94.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2077,10 +2077,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/95.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2099,10 +2099,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/96.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2121,10 +2121,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/97.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2143,10 +2143,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/98.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2165,10 +2165,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/99.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2187,10 +2187,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/100.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2209,10 +2209,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/101.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2231,10 +2231,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/102.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2253,10 +2253,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/103.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2275,10 +2275,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/104.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2297,10 +2297,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/105.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2319,10 +2319,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/106.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2341,10 +2341,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/107.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2363,10 +2363,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/108.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2385,10 +2385,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/109.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2407,10 +2407,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/110.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2429,10 +2429,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/111.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2451,10 +2451,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/112.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2473,10 +2473,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/113.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2495,10 +2495,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/114.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2517,10 +2517,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/115.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2539,10 +2539,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/116.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2561,10 +2561,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/117.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2583,10 +2583,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/118.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2605,10 +2605,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/119.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2627,10 +2627,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/120.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2649,10 +2649,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/121.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2671,10 +2671,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/122.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2693,10 +2693,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/123.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2715,10 +2715,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/124.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2737,10 +2737,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/125.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2759,10 +2759,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/126.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2781,10 +2781,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/127.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2803,10 +2803,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/128.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2825,10 +2825,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/129.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2847,10 +2847,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/130.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2869,10 +2869,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/131.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2891,10 +2891,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/132.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2913,10 +2913,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/133.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2935,10 +2935,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/134.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2957,10 +2957,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/135.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2979,10 +2979,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/136.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3001,10 +3001,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/137.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3023,10 +3023,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/138.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3044,10 +3044,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3065,10 +3065,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3086,10 +3086,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3107,10 +3107,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3128,10 +3128,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3149,10 +3149,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3170,10 +3170,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3191,10 +3191,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3212,10 +3212,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3233,10 +3233,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3254,10 +3254,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3275,10 +3275,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3296,10 +3296,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3317,10 +3317,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3338,10 +3338,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3359,10 +3359,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3380,10 +3380,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3401,10 +3401,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3422,10 +3422,10 @@ "BaseValueUnits": 600.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3443,10 +3443,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3464,10 +3464,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3485,10 +3485,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3506,10 +3506,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3527,10 +3527,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3548,10 +3548,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3569,10 +3569,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3590,10 +3590,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3611,10 +3611,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3632,10 +3632,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3653,10 +3653,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3674,10 +3674,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,10 +3695,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3716,10 +3716,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3737,10 +3737,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/pl/Buildings.lang.json b/assets/json/pl/Buildings.lang.json index c4ba73ce..23121ebb 100644 --- a/assets/json/pl/Buildings.lang.json +++ b/assets/json/pl/Buildings.lang.json @@ -35,9 +35,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/2.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -65,9 +65,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -95,9 +95,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -125,9 +125,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -151,9 +151,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -182,9 +182,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/8.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -209,9 +209,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -236,9 +236,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -263,9 +263,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -290,9 +290,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -317,9 +317,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -348,9 +348,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -375,9 +375,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -402,9 +402,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -433,9 +433,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -460,9 +460,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -487,9 +487,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -514,9 +514,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -545,9 +545,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -576,9 +576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -607,9 +607,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -638,9 +638,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,9 +669,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -696,9 +696,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -723,9 +723,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -750,9 +750,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -777,9 +777,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -804,9 +804,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -831,9 +831,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -858,9 +858,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -889,9 +889,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -916,9 +916,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -943,9 +943,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -974,9 +974,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1001,9 +1001,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1028,9 +1028,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1055,9 +1055,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/39.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1086,9 +1086,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/40.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1117,9 +1117,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1144,9 +1144,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1171,9 +1171,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1198,9 +1198,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/44.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1225,9 +1225,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/45.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1252,9 +1252,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1279,9 +1279,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1306,9 +1306,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1333,9 +1333,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1360,9 +1360,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1387,9 +1387,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,9 +1418,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/52.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1445,9 +1445,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/53.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1472,9 +1472,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/54.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1503,9 +1503,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/55.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1530,9 +1530,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/56.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1557,9 +1557,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1584,9 +1584,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1615,9 +1615,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/59.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1646,9 +1646,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/60.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1673,9 +1673,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/61.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1704,9 +1704,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/62.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1735,9 +1735,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/63.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1762,9 +1762,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/64.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1789,9 +1789,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/building/65.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1838,9 +1838,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/67.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1865,9 +1865,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/68.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1892,9 +1892,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/69.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1919,9 +1919,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/70.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1946,9 +1946,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/71.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1973,9 +1973,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/72.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2004,9 +2004,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/73.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2035,9 +2035,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/building/74.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2066,9 +2066,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/75.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2092,9 +2092,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/76.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2118,9 +2118,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/77.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2149,9 +2149,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/78.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2176,9 +2176,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/79.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2206,9 +2206,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/80.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2236,9 +2236,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/81.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2262,9 +2262,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/82.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2289,9 +2289,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/83.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2316,9 +2316,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/84.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2342,9 +2342,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/85.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2372,9 +2372,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/86.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2398,9 +2398,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/87.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2424,9 +2424,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/88.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2450,9 +2450,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/89.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2476,9 +2476,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/90.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2502,9 +2502,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/91.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2528,9 +2528,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/92.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2554,9 +2554,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/93.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2580,9 +2580,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/94.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2610,9 +2610,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/95.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2636,9 +2636,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/96.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2666,9 +2666,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/97.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2696,9 +2696,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/98.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2726,9 +2726,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/106.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2753,9 +2753,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/118.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2788,9 +2788,9 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/building/129.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2820,9 +2820,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/130.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2852,9 +2852,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/131.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2883,9 +2883,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/132.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2915,9 +2915,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/133.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2946,9 +2946,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/134.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2973,9 +2973,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/135.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3008,9 +3008,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/136.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3036,9 +3036,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/137.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3068,9 +3068,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/138.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3099,9 +3099,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/139.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3130,9 +3130,9 @@ "Colour": "095C77", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/140.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3182,9 +3182,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/142.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3209,9 +3209,9 @@ "Colour": "2C7C9F", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/145.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3239,9 +3239,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/146.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3269,9 +3269,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/147.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3299,9 +3299,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/150.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3325,9 +3325,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/151.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3351,9 +3351,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/152.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3381,9 +3381,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/153.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3411,9 +3411,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/154.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3441,9 +3441,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/155.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3493,9 +3493,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/157.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3519,9 +3519,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/158.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3549,9 +3549,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/159.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3576,9 +3576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/161.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3603,9 +3603,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/162.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3630,9 +3630,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/163.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3657,9 +3657,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/164.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3684,9 +3684,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/165.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3711,9 +3711,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/166.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3738,9 +3738,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/167.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3765,9 +3765,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/168.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3792,9 +3792,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/169.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3819,9 +3819,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/170.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3846,9 +3846,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/171.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3873,9 +3873,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/building/172.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 6, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3900,9 +3900,9 @@ "Colour": "2C7C9F", "Power": -30.0, "CdnUrl": "https://cdn.nmsassistant.com/building/173.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 6, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3926,9 +3926,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/174.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3961,9 +3961,9 @@ "Colour": "2C7C9F", "Power": -2.0, "CdnUrl": "https://cdn.nmsassistant.com/building/175.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3992,9 +3992,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/176.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4027,9 +4027,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/177.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4062,9 +4062,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/178.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4097,9 +4097,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/179.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4132,9 +4132,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/180.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4167,9 +4167,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/181.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4193,9 +4193,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/182.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4219,9 +4219,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/204.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4245,9 +4245,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/205.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4271,9 +4271,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/206.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4298,9 +4298,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/207.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4333,9 +4333,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/213.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4360,9 +4360,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/214.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4390,9 +4390,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/215.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4416,9 +4416,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/219.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4442,9 +4442,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/220.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4468,9 +4468,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/221.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4494,9 +4494,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/222.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4524,9 +4524,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/223.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4550,9 +4550,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/224.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4580,9 +4580,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/225.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4610,9 +4610,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/226.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4636,9 +4636,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/227.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4666,9 +4666,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/228.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4692,9 +4692,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/229.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4718,9 +4718,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/230.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4744,9 +4744,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/231.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4770,9 +4770,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/232.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4796,9 +4796,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/233.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4826,9 +4826,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/234.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4856,9 +4856,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/235.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4886,9 +4886,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/236.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4916,9 +4916,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/237.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4946,9 +4946,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/238.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4977,9 +4977,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/239.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5008,9 +5008,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/240.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5039,9 +5039,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/241.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5069,9 +5069,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/242.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5099,9 +5099,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/243.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5129,9 +5129,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/244.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5159,9 +5159,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/245.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5189,9 +5189,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/246.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5219,9 +5219,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/247.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5245,9 +5245,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/248.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5271,9 +5271,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/249.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5301,9 +5301,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/250.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5327,9 +5327,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/253.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5353,9 +5353,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/254.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5379,9 +5379,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/255.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5405,9 +5405,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/256.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5431,9 +5431,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/257.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5457,9 +5457,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/258.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5483,9 +5483,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/259.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5509,9 +5509,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/260.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5535,9 +5535,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/261.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5561,9 +5561,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/266.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5587,9 +5587,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5614,9 +5614,9 @@ "MaxStackSize": 5.0, "Colour": "FFFFFF", "CdnUrl": "https://cdn.nmsassistant.com/building/272.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5636,9 +5636,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/273.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5667,9 +5667,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/274.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5698,9 +5698,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/275.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5729,9 +5729,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/276.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5760,9 +5760,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/277.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5791,9 +5791,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/278.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5822,9 +5822,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/279.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5853,9 +5853,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/280.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5884,9 +5884,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/281.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5915,9 +5915,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/282.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5946,9 +5946,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/283.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5977,9 +5977,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/284.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6008,9 +6008,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/285.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6039,9 +6039,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/286.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6070,9 +6070,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/287.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6101,9 +6101,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/288.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6132,9 +6132,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/289.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6163,9 +6164,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/290.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6194,9 +6195,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/291.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6225,9 +6226,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/292.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6256,9 +6258,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/293.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6287,9 +6289,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/294.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6314,9 +6316,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/295.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6341,9 +6344,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/296.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6368,9 +6372,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/297.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6395,9 +6400,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/298.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6422,9 +6428,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/299.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6449,9 +6455,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/300.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6476,9 +6482,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/301.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6507,9 +6513,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/302.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6538,9 +6545,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/303.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6569,9 +6576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/304.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6596,9 +6603,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/305.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6623,9 +6630,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/306.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6650,9 +6657,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/307.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6677,9 +6684,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/308.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6704,9 +6711,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/309.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6732,9 +6739,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/310.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6763,9 +6770,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/311.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6790,9 +6797,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/312.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6817,9 +6824,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/313.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6844,9 +6851,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/314.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6871,9 +6878,9 @@ "MaxStackSize": 20.0, "Colour": "262626", "CdnUrl": "https://cdn.nmsassistant.com/building/315.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6893,9 +6900,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/316.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6928,9 +6935,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/317.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6963,9 +6970,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/318.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6990,9 +6997,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/319.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7017,9 +7024,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/320.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7044,9 +7051,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/321.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7072,9 +7079,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/322.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7099,9 +7106,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/324.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7130,9 +7137,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/325.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7158,9 +7165,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/326.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7184,9 +7191,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7206,9 +7213,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/328.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7237,9 +7244,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/329.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7265,9 +7272,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/330.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7291,9 +7298,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7313,9 +7320,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/332.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7344,9 +7351,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/336.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7371,9 +7378,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/337.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7398,9 +7405,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/338.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7425,9 +7432,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/339.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7452,9 +7459,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/340.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7479,9 +7486,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/341.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7506,9 +7513,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/342.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7533,9 +7540,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/343.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7560,9 +7567,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/344.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7587,9 +7594,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/345.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7614,9 +7621,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/346.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7641,9 +7648,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/347.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7668,9 +7675,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/348.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7695,9 +7702,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/359.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7721,9 +7728,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/360.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7756,9 +7763,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/361.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7778,9 +7785,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/362.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7809,9 +7816,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/363.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7831,9 +7838,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/364.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7853,9 +7860,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/365.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7875,9 +7882,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/366.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7897,9 +7905,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/367.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7919,9 +7928,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/368.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7941,9 +7951,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/369.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7968,9 +7979,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/370.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7995,9 +8006,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/371.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8022,9 +8033,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/372.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8049,9 +8060,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/373.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8076,9 +8087,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/374.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8103,9 +8114,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/375.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8130,9 +8141,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/376.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8157,9 +8168,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/377.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8184,9 +8195,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/378.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8211,9 +8222,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/379.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8238,9 +8249,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/380.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8265,9 +8276,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/381.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8292,9 +8303,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/382.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8319,9 +8330,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/383.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8346,9 +8357,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/384.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8373,9 +8384,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/385.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8400,9 +8411,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/386.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8427,9 +8438,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/387.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8454,9 +8465,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/388.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8481,9 +8492,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/389.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8503,9 +8514,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/390.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8525,9 +8536,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/391.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8547,9 +8558,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/392.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8569,9 +8580,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/393.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8591,9 +8602,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/394.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8612,9 +8623,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/395.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 15, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -8647,9 +8658,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/396.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -8680,9 +8691,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8709,9 +8720,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8738,9 +8749,9 @@ "BaseValueUnits": 300.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8767,9 +8778,9 @@ "BaseValueUnits": 300.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8792,9 +8803,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8817,9 +8828,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8842,9 +8853,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8867,9 +8878,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8892,9 +8903,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8917,9 +8928,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8942,9 +8953,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8967,9 +8978,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8992,9 +9003,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9017,9 +9028,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9047,9 +9058,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9073,9 +9085,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9099,9 +9111,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9125,9 +9137,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9151,9 +9163,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9172,9 +9184,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9193,9 +9205,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9219,9 +9231,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9249,9 +9261,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9275,9 +9287,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9301,9 +9313,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9327,9 +9339,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9348,9 +9361,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9374,9 +9388,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9400,9 +9415,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9426,9 +9442,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9452,9 +9469,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9478,9 +9496,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9504,9 +9523,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9530,9 +9549,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9560,9 +9579,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9590,9 +9609,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9616,9 +9635,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9642,9 +9661,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9668,9 +9687,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9694,10 +9713,10 @@ "CurrencyType": "None", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9718,9 +9737,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9744,9 +9763,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9770,9 +9789,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9796,9 +9815,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9822,9 +9841,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9848,9 +9867,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9874,9 +9893,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9900,9 +9919,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9926,9 +9945,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9952,9 +9971,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9978,9 +9997,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10004,9 +10023,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10030,9 +10049,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10056,9 +10075,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10083,9 +10102,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10109,9 +10128,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10135,9 +10154,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10161,9 +10180,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10187,9 +10206,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10213,9 +10232,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10239,9 +10258,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10265,9 +10284,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10291,9 +10310,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10317,9 +10336,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10343,9 +10362,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10369,9 +10388,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10395,9 +10414,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10421,9 +10440,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10447,9 +10466,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10473,9 +10492,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10499,9 +10518,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10525,9 +10544,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10551,9 +10570,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10577,9 +10596,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10603,9 +10622,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10629,9 +10648,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10655,9 +10674,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10681,9 +10700,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10707,9 +10726,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10733,9 +10752,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10759,9 +10778,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10785,9 +10804,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10811,9 +10830,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10837,9 +10856,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10863,9 +10882,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10889,9 +10908,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10915,9 +10934,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10941,9 +10960,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10967,9 +10986,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10993,9 +11012,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11019,9 +11038,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11045,9 +11064,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11071,9 +11090,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11097,9 +11116,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11123,9 +11142,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11149,9 +11168,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11175,9 +11194,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11201,9 +11220,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11227,9 +11246,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11253,9 +11272,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11279,9 +11298,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11305,9 +11324,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11331,9 +11350,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11357,9 +11376,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11383,9 +11402,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11409,9 +11428,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11435,9 +11454,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11461,9 +11480,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11487,9 +11506,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11513,9 +11532,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11539,9 +11558,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11565,9 +11584,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11591,9 +11610,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11617,9 +11636,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11643,9 +11662,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11669,9 +11688,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11695,9 +11714,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11721,9 +11740,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11747,9 +11766,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11773,9 +11792,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11799,9 +11818,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11825,9 +11844,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11851,9 +11870,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11877,9 +11896,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11903,9 +11922,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11929,9 +11948,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11955,9 +11974,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11981,9 +12000,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12007,9 +12026,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12033,9 +12052,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12059,9 +12078,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12085,9 +12104,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12111,9 +12130,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12137,9 +12156,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12163,9 +12182,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12189,9 +12208,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12215,9 +12234,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12241,9 +12260,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12267,9 +12286,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12293,9 +12312,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12319,9 +12338,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12345,9 +12364,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12371,9 +12390,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12397,9 +12416,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12423,9 +12442,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12449,9 +12468,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12475,9 +12494,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12501,9 +12520,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12527,9 +12546,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12553,9 +12572,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12579,9 +12598,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12605,9 +12624,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12635,9 +12654,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12665,9 +12684,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12695,9 +12714,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12725,9 +12744,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12755,9 +12774,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12785,9 +12804,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12811,9 +12830,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12837,9 +12856,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12863,9 +12882,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12889,9 +12908,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12915,9 +12934,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12945,9 +12964,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12975,9 +12994,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13005,9 +13024,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13035,9 +13054,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13065,9 +13084,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13095,9 +13114,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13125,9 +13144,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13155,9 +13174,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13185,9 +13204,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13215,9 +13234,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13245,9 +13264,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13271,9 +13290,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13301,9 +13320,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13327,9 +13346,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13357,9 +13376,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13387,9 +13406,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13417,9 +13436,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13443,9 +13462,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13469,9 +13488,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13495,9 +13514,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13521,9 +13540,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13547,9 +13566,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13578,9 +13597,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13604,9 +13623,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13630,9 +13649,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13656,9 +13675,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13682,9 +13701,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13708,9 +13727,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13734,9 +13753,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13760,9 +13779,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13786,9 +13805,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13812,9 +13831,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13838,9 +13857,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13864,9 +13883,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13894,9 +13913,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13924,9 +13943,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13954,9 +13973,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13984,9 +14003,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14014,9 +14033,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14044,9 +14063,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14070,9 +14089,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14096,9 +14115,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14122,9 +14141,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14148,9 +14167,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14178,9 +14197,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14208,9 +14227,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14238,9 +14257,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14268,9 +14287,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14298,9 +14317,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14328,9 +14347,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14358,9 +14377,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14388,9 +14407,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14418,9 +14437,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14448,9 +14467,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14478,9 +14497,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14508,9 +14527,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14538,9 +14557,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14568,9 +14587,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14594,9 +14613,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14624,9 +14643,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14650,9 +14669,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14676,9 +14695,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14706,9 +14725,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14736,9 +14755,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14762,9 +14781,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14788,9 +14807,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14814,9 +14833,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14840,9 +14859,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14866,9 +14885,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14896,9 +14915,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14922,9 +14941,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14948,9 +14967,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14974,9 +14993,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15000,9 +15019,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15026,9 +15045,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15052,9 +15071,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15078,9 +15097,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15104,9 +15123,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15130,9 +15149,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15156,9 +15175,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15182,9 +15201,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15212,9 +15231,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15242,9 +15261,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15272,9 +15291,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15302,9 +15321,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15332,9 +15351,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15362,9 +15381,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15388,9 +15407,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15414,9 +15433,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15440,9 +15459,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15466,9 +15485,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15496,9 +15515,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15526,9 +15545,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15556,9 +15575,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15582,9 +15601,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15608,9 +15627,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15638,9 +15657,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15664,9 +15683,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15690,9 +15709,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15716,9 +15735,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15742,9 +15761,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15768,9 +15787,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15794,9 +15813,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15820,9 +15839,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15846,9 +15865,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15872,9 +15891,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15898,9 +15917,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15924,9 +15943,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15950,9 +15969,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15980,9 +15999,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16010,9 +16029,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16040,9 +16059,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16066,9 +16085,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16092,9 +16111,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16118,9 +16137,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16144,9 +16163,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16170,9 +16189,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16200,9 +16219,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16226,9 +16245,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16252,9 +16271,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16278,9 +16297,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16304,9 +16323,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16338,9 +16358,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16364,9 +16385,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16385,9 +16406,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16406,9 +16427,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16426,9 +16447,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16452,9 +16473,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16477,9 +16498,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16506,9 +16527,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16535,9 +16556,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16565,9 +16586,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -10.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16590,9 +16611,9 @@ "BaseValueUnits": 2.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16615,9 +16636,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16640,9 +16661,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16665,9 +16686,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16691,9 +16712,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16717,9 +16738,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16742,9 +16763,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16767,9 +16788,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16792,9 +16813,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16817,9 +16838,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16842,9 +16863,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16867,9 +16888,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16892,9 +16913,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16917,9 +16938,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16942,9 +16963,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16967,9 +16988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16992,9 +17013,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17017,9 +17038,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17042,9 +17063,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17067,9 +17088,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17092,9 +17113,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17117,9 +17138,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17142,9 +17163,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17167,9 +17188,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17192,9 +17213,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17217,9 +17238,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17242,9 +17263,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17267,9 +17288,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17292,9 +17313,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17318,9 +17339,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17344,9 +17365,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17370,9 +17391,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17396,9 +17417,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17417,9 +17439,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17443,9 +17466,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17469,9 +17493,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17495,9 +17520,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17521,9 +17546,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17547,9 +17572,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/pl/ConstructedTechnology.lang.json b/assets/json/pl/ConstructedTechnology.lang.json index b6705033..d014e600 100644 --- a/assets/json/pl/ConstructedTechnology.lang.json +++ b/assets/json/pl/ConstructedTechnology.lang.json @@ -9,9 +9,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/1.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -35,9 +35,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/2.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -70,9 +70,9 @@ "Colour": "2C7C9F", "Power": -15.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -101,9 +101,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -136,9 +136,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -170,9 +170,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -200,9 +200,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/7.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -230,9 +230,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/8.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -264,9 +264,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 20, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -299,9 +299,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -333,9 +333,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -367,9 +367,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -397,9 +397,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -427,9 +427,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -457,9 +457,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -492,9 +492,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -518,9 +518,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -553,9 +553,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -588,9 +588,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -622,9 +622,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -652,9 +652,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -678,9 +678,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -712,9 +712,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -746,9 +746,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -780,9 +780,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -814,9 +814,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -848,9 +848,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -882,9 +882,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -912,9 +912,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -942,9 +942,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -972,9 +972,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1002,9 +1002,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1033,9 +1033,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1068,9 +1068,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1103,9 +1103,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1137,9 +1137,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1167,9 +1167,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/39.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1193,9 +1193,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/40.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1227,9 +1227,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1261,9 +1261,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1296,9 +1296,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1331,9 +1331,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/44.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1366,9 +1366,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/45.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1402,9 +1402,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1434,9 +1434,9 @@ "Colour": "2C7C9F", "Power": 100.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1465,9 +1465,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1492,9 +1492,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1524,9 +1524,9 @@ "Colour": "2C7C9F", "Power": 50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1560,9 +1560,9 @@ "Colour": "2C7C9F", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1596,9 +1596,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/52.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1627,9 +1627,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/53.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1649,9 +1649,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/54.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1671,9 +1671,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/55.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1702,9 +1702,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/56.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1733,9 +1733,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1764,9 +1764,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1791,9 +1791,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/59.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1818,9 +1818,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/60.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1849,9 +1849,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/61.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1880,9 +1880,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/62.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1914,9 +1914,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/63.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1948,10 +1948,10 @@ "CurrencyType": "None", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1970,9 +1970,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2000,9 +2000,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2030,9 +2030,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2060,9 +2060,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2090,9 +2090,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2120,9 +2120,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2150,9 +2150,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2180,9 +2180,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2210,9 +2210,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2240,9 +2240,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2269,9 +2269,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2298,9 +2298,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2327,9 +2327,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2356,9 +2356,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2385,9 +2385,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2414,9 +2414,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2443,9 +2443,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2472,9 +2472,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2501,9 +2501,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2530,9 +2530,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/pl/Cooking.lang.json b/assets/json/pl/Cooking.lang.json index 0f44bca9..76f6c65a 100644 --- a/assets/json/pl/Cooking.lang.json +++ b/assets/json/pl/Cooking.lang.json @@ -11,13 +11,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/1.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -40,13 +40,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/2.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -69,13 +69,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/3.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -98,13 +98,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/4.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -127,13 +127,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/5.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -156,13 +156,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/6.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -185,13 +185,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/7.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -214,13 +214,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/8.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -243,13 +243,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/9.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -272,13 +272,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/10.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -301,13 +301,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/11.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -330,13 +330,13 @@ "Colour": "007951", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/12.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -359,12 +359,12 @@ "Colour": "007953", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/13.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,12 +387,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/14.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -415,12 +415,12 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/15.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -443,12 +443,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/16.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,13 +471,13 @@ "Colour": "DB2400", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/17.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -500,12 +500,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/18.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -528,12 +528,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/19.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -556,12 +556,12 @@ "Colour": "007951", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/20.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -584,12 +584,12 @@ "Colour": "007951", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/21.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -612,12 +612,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/22.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -640,13 +640,13 @@ "Colour": "79502E", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/23.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,12 +669,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/24.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -697,12 +697,12 @@ "Colour": "007953", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/25.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -725,13 +725,13 @@ "Colour": "79502E", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/26.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -754,12 +754,12 @@ "Colour": "007952", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/27.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -782,13 +782,13 @@ "Colour": "7B0000", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/28.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -811,13 +811,13 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/29.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -840,12 +840,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/30.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -868,12 +868,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/31.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -896,12 +896,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/32.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -924,12 +924,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/33.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -952,12 +952,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/34.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -980,12 +980,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/35.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1008,12 +1008,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/36.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1036,12 +1036,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/37.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1064,12 +1064,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/38.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1092,12 +1092,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/39.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1120,14 +1120,14 @@ "Colour": "7B0000", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/40.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1150,12 +1150,12 @@ "Colour": "DEDCD1", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/41.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1178,12 +1178,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/42.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1206,12 +1206,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/43.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1234,12 +1234,12 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/44.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1262,12 +1262,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/45.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1290,12 +1290,12 @@ "Colour": "DEDCD1", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/46.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1318,13 +1318,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/47.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1347,12 +1347,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/48.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1375,13 +1375,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/49.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1404,13 +1404,13 @@ "Colour": "095C77", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/50.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1433,13 +1433,13 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/51.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1462,13 +1462,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/52.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1491,13 +1491,13 @@ "Colour": "DB2400", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/53.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1520,13 +1520,13 @@ "Colour": "007953", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/54.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1549,13 +1549,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/55.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1578,13 +1578,13 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/56.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1607,13 +1607,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/57.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1636,13 +1636,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/58.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1665,13 +1665,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/59.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1694,13 +1694,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/60.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1723,12 +1723,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/61.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1751,12 +1751,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/62.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1779,12 +1779,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/63.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1807,12 +1807,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/64.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1835,13 +1835,13 @@ "Colour": "007953", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/65.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1864,12 +1864,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/66.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1892,12 +1892,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/67.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1920,12 +1920,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/68.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1948,12 +1948,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/69.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1976,13 +1976,13 @@ "Colour": "BB3830", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/70.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2005,12 +2005,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/71.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2033,12 +2033,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/72.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2061,12 +2061,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/73.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2089,12 +2089,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/74.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2117,12 +2117,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/75.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2145,12 +2145,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/76.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2173,13 +2173,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/77.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2202,13 +2202,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/78.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2231,13 +2231,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/79.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2260,13 +2260,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/80.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2289,13 +2289,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/81.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2318,13 +2318,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/82.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2347,13 +2347,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/83.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2376,13 +2376,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/84.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2405,13 +2405,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/85.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2434,13 +2434,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/86.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2463,13 +2463,13 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/87.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2492,13 +2492,13 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/88.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2521,13 +2521,13 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/89.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2550,13 +2550,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/90.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2579,13 +2579,13 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/91.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2608,13 +2608,13 @@ "Colour": "79502E", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/92.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2637,12 +2637,12 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/93.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2665,13 +2665,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/94.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2694,13 +2694,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/95.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2723,12 +2723,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/96.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2751,12 +2751,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/97.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2779,12 +2779,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/98.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2807,13 +2807,13 @@ "Colour": "79502E", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/99.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2836,13 +2836,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/100.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2865,12 +2865,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/101.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2893,12 +2893,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/102.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2921,12 +2921,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/103.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2949,12 +2949,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/104.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2977,13 +2977,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/105.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3006,12 +3006,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/106.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3034,13 +3034,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/107.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3063,12 +3063,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/108.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3091,12 +3091,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/109.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3119,12 +3119,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/110.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3147,12 +3147,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/111.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3175,13 +3175,13 @@ "Colour": "095C77", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/112.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3204,13 +3204,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/113.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3233,12 +3233,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/114.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3261,13 +3261,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/115.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3290,12 +3290,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/116.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3318,13 +3318,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/117.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3347,12 +3347,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/118.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3373,12 +3373,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/119.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3399,12 +3399,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/120.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3425,11 +3425,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/121.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3450,13 +3451,13 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/122.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3482,11 +3483,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/123.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3507,11 +3509,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/124.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3532,11 +3535,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/125.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3557,11 +3561,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/126.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3582,12 +3587,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/127.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3610,12 +3615,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/128.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3638,13 +3643,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/129.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3667,12 +3672,12 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/130.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,12 +3700,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/131.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3723,12 +3728,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/132.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3751,12 +3756,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/133.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3779,12 +3784,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/134.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3807,12 +3812,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/135.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3835,12 +3840,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/136.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3863,12 +3868,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/137.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3891,12 +3896,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/138.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3919,12 +3924,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/139.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3947,12 +3952,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/140.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3975,12 +3980,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/141.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4003,12 +4008,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/142.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4031,12 +4036,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/143.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4059,12 +4064,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/144.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4087,12 +4092,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/145.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4115,12 +4120,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/146.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4143,12 +4148,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/147.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4171,12 +4176,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/148.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4199,12 +4204,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/149.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4227,12 +4232,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/150.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4255,12 +4260,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/151.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4283,12 +4288,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/152.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4311,12 +4316,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/153.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4339,13 +4344,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/154.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4368,12 +4373,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/155.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4396,12 +4401,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/156.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4424,12 +4429,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/157.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4452,12 +4457,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/158.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4480,12 +4485,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/159.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4508,12 +4513,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/160.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4536,13 +4541,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/161.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4565,12 +4570,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/162.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4593,12 +4598,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/163.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4621,12 +4626,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/164.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4649,12 +4654,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/165.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4677,12 +4682,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/166.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4705,12 +4710,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/167.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4733,12 +4738,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/168.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4761,12 +4766,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/169.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4789,12 +4794,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/170.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4817,12 +4822,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/171.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4845,12 +4850,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/172.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4873,12 +4878,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/173.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4901,12 +4906,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/174.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4929,12 +4934,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/175.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4957,12 +4962,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/176.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4985,12 +4990,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/177.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5013,12 +5018,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/178.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5041,12 +5046,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/179.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5068,12 +5073,12 @@ "MaxStackSize": 50.0, "Colour": "6AD01E", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5095,12 +5100,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5123,12 +5128,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/182.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5151,13 +5156,13 @@ "Colour": "D35300", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/183.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5180,12 +5185,12 @@ "Colour": "6AD01E", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/184.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5208,12 +5213,12 @@ "Colour": "F26D15", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/185.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5236,12 +5241,12 @@ "Colour": "6AD01E", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/186.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5264,13 +5269,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/187.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5293,13 +5298,13 @@ "Colour": "6AD01E", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/188.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5322,13 +5327,13 @@ "Colour": "6AD01E", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/189.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5351,12 +5356,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/190.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5379,12 +5384,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/191.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5407,12 +5412,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/192.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5435,12 +5440,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/193.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5463,12 +5468,12 @@ "Colour": "8A7F72", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/194.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5491,12 +5496,12 @@ "Colour": "1EA3EE", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/195.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5519,12 +5524,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/196.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5547,12 +5552,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/197.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5575,12 +5580,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/198.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5603,12 +5608,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/199.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5631,12 +5636,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/200.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5659,12 +5664,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/201.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5687,12 +5692,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/202.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5715,12 +5720,12 @@ "Colour": "8A7F72", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/203.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5742,12 +5747,12 @@ "MaxStackSize": 50.0, "Colour": "6AD01E", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5770,12 +5775,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/205.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5798,12 +5803,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/206.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5825,12 +5830,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5853,12 +5858,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/208.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5881,12 +5886,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/209.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5909,12 +5914,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/210.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5937,12 +5942,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/211.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5965,12 +5970,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/212.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5993,12 +5998,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/213.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6021,12 +6026,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/214.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6049,12 +6054,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/215.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6077,12 +6082,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/216.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6105,12 +6110,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/217.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6133,12 +6138,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/218.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6161,12 +6166,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/219.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6189,12 +6194,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/220.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6217,12 +6222,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/221.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6245,12 +6250,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/222.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6273,12 +6278,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/223.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6301,12 +6306,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/224.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6329,12 +6334,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/225.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6357,12 +6362,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/226.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6385,12 +6390,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/227.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6413,12 +6418,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/228.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6441,12 +6446,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/229.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6469,12 +6474,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/230.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6497,12 +6502,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/231.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6525,12 +6530,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/232.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6553,12 +6558,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/233.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6581,12 +6586,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/234.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6609,12 +6614,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/235.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6637,12 +6642,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/236.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6665,12 +6670,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/237.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6693,12 +6698,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/238.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6721,12 +6726,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/239.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6749,12 +6754,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/240.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6777,12 +6782,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/241.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6805,12 +6810,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/242.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6833,12 +6838,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/243.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6861,12 +6866,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/244.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6889,12 +6894,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/245.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6917,12 +6922,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/246.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6945,12 +6950,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/247.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6973,12 +6978,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/248.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7001,12 +7006,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/249.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7029,12 +7034,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/250.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7057,12 +7062,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/251.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7084,12 +7089,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7111,12 +7116,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7138,12 +7143,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7165,12 +7170,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7192,12 +7197,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7219,12 +7224,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7246,12 +7251,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7273,12 +7278,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7300,12 +7305,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7327,13 +7332,13 @@ "MaxStackSize": 50.0, "Colour": "DEDCD1", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7355,13 +7360,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7383,13 +7388,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7411,13 +7416,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7439,12 +7444,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7466,12 +7471,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7493,12 +7498,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7520,12 +7525,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7547,12 +7552,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7574,12 +7579,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7601,13 +7606,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7629,13 +7634,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7657,13 +7662,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7685,13 +7690,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7713,13 +7718,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7741,13 +7746,13 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7769,12 +7774,12 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7796,12 +7801,12 @@ "MaxStackSize": 50.0, "Colour": "DEDCD1", "CookingValue": 0.9, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7823,12 +7828,12 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7850,12 +7855,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7877,13 +7882,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/pl/Curiosity.lang.json b/assets/json/pl/Curiosity.lang.json index 131d6471..e2834895 100644 --- a/assets/json/pl/Curiosity.lang.json +++ b/assets/json/pl/Curiosity.lang.json @@ -10,11 +10,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -34,12 +34,12 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -59,9 +59,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -94,11 +94,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -123,11 +123,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -156,11 +156,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -189,11 +189,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -222,11 +222,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/8.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -255,11 +255,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/9.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -288,11 +288,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/10.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -321,11 +321,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -354,11 +354,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/12.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,11 +387,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/13.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -420,11 +420,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/14.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -445,14 +445,14 @@ "Colour": "CCCCCC", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/curiosities/15.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -472,11 +472,11 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/16.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -496,12 +496,12 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -522,13 +522,13 @@ "Colour": "CCCCCC", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/curiosities/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -548,12 +548,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -573,10 +573,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -609,12 +609,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/21.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -634,10 +634,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/22.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -657,11 +657,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -681,11 +681,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/24.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -705,9 +705,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -727,9 +727,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -749,11 +749,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -773,11 +773,12 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/28.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -799,11 +800,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/29.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -825,12 +826,12 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -852,11 +853,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/31.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -878,12 +879,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/32.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -903,9 +904,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -925,9 +926,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -947,9 +948,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -969,10 +970,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/36.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -992,9 +993,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1014,9 +1015,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1036,10 +1037,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/39.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1059,10 +1060,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/40.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1082,9 +1083,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1113,9 +1114,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1144,9 +1145,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1175,10 +1176,10 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/44.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1198,10 +1199,10 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/45.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1221,9 +1222,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1242,9 +1243,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1263,9 +1264,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1284,9 +1285,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1305,9 +1306,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1326,10 +1327,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1350,10 +1351,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1374,10 +1375,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1396,10 +1397,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,10 +1419,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1442,10 +1443,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1464,10 +1465,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1486,10 +1487,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1510,10 +1511,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1532,10 +1533,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1554,10 +1555,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1578,10 +1579,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1600,10 +1601,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1622,9 +1623,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "DEDCD1", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 5000, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1642,9 +1644,9 @@ "BaseValueUnits": 256000.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/pl/Factions.lang.json b/assets/json/pl/Factions.lang.json new file mode 100644 index 00000000..96dd86e4 --- /dev/null +++ b/assets/json/pl/Factions.lang.json @@ -0,0 +1,1527 @@ +{ + "Milestone": "KAMIENIE MILOWE", + "Category": "KATEGORIE", + "Categories": [ + { + "Id": "journey", + "Name": "Kam. milowe podróży", + "Description": "Nieskończona wyprawa: odkrywaj nieograniczony wszechświat i przetrwaj w nim", + "Missions": [], + "Additional": [ + "NavigateToJourneyPage" + ] + } + ], + "Lifeform": "FORMY ŻYCIA", + "Lifeforms": [ + { + "Id": "gek", + "Name": "Gekowie", + "Description": "Te niewielkie, dziobate, gadzie formy życia są najlepszymi handlowcami w galaktyce. Potrafią się komunikować feromonami, przekazując skomplikowane koncepcje i uczucia poprzez zapachy.\n\nPochodzą z planety Balaron i spotykają się z podejrzliwością innych inteligentnych form życia, z powodu działalności Pierwszych Pomiotów Geków, które poprzez podboje i rzezie zbudowały potężne imperium.", + "Missions": [ + { + "Name": "Reputacja", + "Icon": "faction/MEDAL.GEKGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "Rywal", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "Pretendent", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "Petent", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "Klient", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "Cenny klient", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "Kolega", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Partner", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Przyjaciel", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Najlepszy przyjaciel", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Faworyt", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.GEKGOLD.png", + "Name": "Władca handlowy", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Zaliczone misje", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Zebrane słowa", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "BEŁKOT", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "POCZĄTKUJĄCY", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "UCZEŃ", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ZAPOZNANY", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "MĘDRZEC", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "PŁYNNY", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "TŁUMACZ", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "LINGWISTA", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "POLIGLOTA", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "UNIWERSALNY TŁUMACZ", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "RYBA BABEL", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "Odwiedzone systemy", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + }, + { + "Id": "vykeen", + "Name": "Vy'keeni", + "Description": "Vy'keeni są wojowniczymi istotami, pochodzącymi z układu Dryn'dargh. Mają obsesję na punkcie walki ze Strażnikami. Dowodzeni przez Sztab Generalny Vy'keenów, walczą z zagrożeniem ze strony Strażników w całej galaktyce.\n\nMimo agresywnego wyglądu, Vy'keenów wiąże ścisły kodeks honorowy. Cenią lojalność, poświęcenie i chwalebną śmierć bardziej niż dobra materialne czy wiedzę. Przyrzekli pomagać Podróżnikom gdy tylko nadarzy się okazja.", + "Missions": [ + { + "Name": "Reputacja", + "Icon": "faction/MEDAL.VYKEENGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "Wróg", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "Krytyk", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "Obojętność", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "Wspólnik", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "Sojusznik", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "Bliski sojusznik", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Towarzysz", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Instruktor", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Adiutant", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Komendant", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.VYKEENGOLD.png", + "Name": "Templariusz", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Zaliczone misje", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Zebrane słowa", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "BEŁKOT", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "POCZĄTKUJĄCY", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "UCZEŃ", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ZAPOZNANY", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "MĘDRZEC", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "PŁYNNY", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "TŁUMACZ", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "LINGWISTA", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "POLIGLOTA", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "UNIWERSALNY TŁUMACZ", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "RYBA BABEL", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "Odwiedzone systemy", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + }, + { + "Id": "explorer", + "Name": "Korvaxi", + "Description": "Korvaxi to nieorganiczne formy życia, zamieszkujące metaliczne powłoki, przekazywane z pokolenia na pokolenie. Uważają, że poprzez obliczenia matematyczne mogą osiągnąć rangę Atlasa. Drogą do tego jest badanie Strażników.\n\nKażdy Korvax to czysty umysł, kropla w wielkiej wspólnej Konwergencji. Powłoka, którą zamieszkują, nie jest dla nich ważna - najważniejsza jest grupowa świadomość.\n\nKorvaxi zostali zniewoleni przez Pierwsze Pomioty Geków. Wielu z nich wciąż patrzy na Geków z podejrzliwością.", + "Missions": [ + { + "Name": "Reputacja", + "Icon": "faction/MEDAL.KORVAXGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "Utrapienie", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "Irytacja", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "Niezbadany", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "Ciekawość", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "Obiekt testowy", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "Cel badawczy", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Kandydat do prób", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Doniosłość", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Zbawca", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Osobliwość", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.KORVAXGOLD.png", + "Name": "Podróżnik Atlasa", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Zaliczone misje", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Zebrane słowa", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "BEŁKOT", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "POCZĄTKUJĄCY", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "UCZEŃ", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ZAPOZNANY", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "MĘDRZEC", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "PŁYNNY", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "TŁUMACZ", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "LINGWISTA", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "POLIGLOTA", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "UNIWERSALNY TŁUMACZ", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "RYBA BABEL", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "Odwiedzone systemy", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + } + ], + "Guild": "GILDIE", + "Guilds": [ + { + "Id": "traGuild", + "Name": "Gildia handlowców", + "Description": "Organizacja reprezentująca firmy handlowe i indywidualnych handlowców z całej galaktyki. Pomaga kontrolować i zlecać prace dla najemnych pilotów w imieniu swych członków.\n\nGildia handlowców jest naturalnie zdominowana przez Geków, ale nie tylko oni są jej członkami. Wszystkie formy życia są mile widziane, o ile tylko mają odpowiednie rezerwy kapitału...", + "Missions": [ + { + "Name": "Reputacja", + "Icon": "faction/MEDAL.MERCHGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "Znienawidzony", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "Wrogi", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "Nieznany", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "Początkujący", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "Uczeń", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "Czeladnik", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Wspólnik", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Starszy", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Mistrz", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Starszy", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.MERCHGOLD.png", + "Name": "Wzniosły", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Zaliczone misje", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Zebrane jednostki", + "Icon": "faction/MEDAL.UNITSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.UNITSOFF.png", + "Name": "NOWY INTERES", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "KOWBOJ KOSMOSU", + "RequiredProgress": 75000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "HANDLOWIEC", + "RequiredProgress": 100000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "ROBIĄCY KASĘ", + "RequiredProgress": 150000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "KUPIEC", + "RequiredProgress": 250000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "BIZNESMEN", + "RequiredProgress": 500000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "PRZEDSIĘBIORCA", + "RequiredProgress": 750000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "INWESTOR", + "RequiredProgress": 1000000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "KAPITALISTA", + "RequiredProgress": 1250000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "POTENTAT", + "RequiredProgress": 1500000 + }, + { + "Icon": "faction/MEDAL.UNITSGOLD.png", + "Name": "MAGNAT", + "RequiredProgress": 2000000 + } + ] + }, + { + "Name": "Zasadzone rośliny", + "Icon": "faction/MEDAL.PLANTSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANTSOFF.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.PLANTSGOLD.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 80 + } + ] + } + ] + }, + { + "Id": "warGuild", + "Name": "Gildia najemników", + "Description": "Luźny kolektyw organizacji najemniczych z całej galaktyki. Jej członkami są często rywalizujące frakcje, które w innych okolicznościach natychmiast skoczyłyby sobie do gardeł.\n\nPiraci, mściciele, tajniacy, sekciarze, łotry i krzyżowcy - gildia najemników utrzymuje pokój w galaktyce, przydzielając odpowiednie zlecenia odpowiednim grupom uzbrojonych oportunistów.", + "Missions": [ + { + "Name": "Reputacja", + "Icon": "faction/MEDAL.WARRIORGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "Znienawidzony", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "Wrogi", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "Nieznany", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "Początkujący", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "Uczeń", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "Czeladnik", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Wspólnik", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Starszy", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Mistrz", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Starszy", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.WARRIORGOLD.png", + "Name": "Wzniosły", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Zaliczone misje", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Zniszczeni strażnicy", + "Icon": "faction/MEDAL.SENTINELSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.SENTINELSOFF.png", + "Name": "NIEZMĄCONY", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "POCZĄTKUJĄCY", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "UTRAPIENIE", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "ZŁOMIARZ", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "AWANTURNIK", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "WOJOWNIK", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "ROZRABIAKA", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "ŁOTR", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "POSTRACH", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "EKSPERT", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.SENTINELSGOLD.png", + "Name": "LEGENDA", + "RequiredProgress": 80 + } + ] + }, + { + "Name": "Zniszczone statki", + "Icon": "faction/MEDAL.PIRATESGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PIRATESOFF.png", + "Name": "NIESPRAWDZONY", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "POCZĄTKUJĄCY", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "UTRAPIENIE", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "ZŁOMIARZ", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "AWANTURNIK", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "WOJOWNIK", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "ROZRABIAKA", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "ŁOTR", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "POSTRACH", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "EKSPERT", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.PIRATESGOLD.png", + "Name": "LEGENDA", + "RequiredProgress": 80 + } + ] + } + ] + }, + { + "Id": "traGuild", + "Name": "Gildia odkrywców", + "Description": "Zjednoczenie badaczy i poszukiwaczy - gildia odkrywców łączy tych, którzy potrzebują danych z tymi, którzy mogą ich dostarczyć.\n\nWśród członków znajdują się przedstawiciele instytucji naukowych, towarzystw geograficznych i firm technologicznych. Niektórzy członkowie są niezależnymi odkrywcami. Gildia pozwala korzystać ze wspólnych zasobów i laboratoriów, organizuje także wykłady i przyznaje doroczne medale.", + "Missions": [ + { + "Name": "Reputacja", + "Icon": "faction/MEDAL.EXPLORERGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "Znienawidzony", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "Wrogi", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "Nieznany", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "Początkujący", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "Uczeń", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "Czeladnik", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Wspólnik", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Starszy", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Mistrz", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Starszy", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.EXPLORERGOLD.png", + "Name": "Wzniosły", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Zaliczone misje", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Zeskanowane rzadkie osobniki", + "Icon": "faction/MEDAL.CREATURESGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.CREATUREOFF.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 25 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 35 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 45 + }, + { + "Icon": "faction/MEDAL.CREATURESGOLD.png", + "Name": "Razem: %AMOUNT%", + "RequiredProgress": 50 + } + ] + }, + { + "Name": "Eksploracja kosmosu", + "Icon": "faction/MEDAL.WARPSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WARPSOFF.png", + "Name": "PATRZĄCY W GWIAZDY", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "WYTYCZAJĄCY SZLAKI", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "ZWIADOWCA", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "OPERATOR WARP", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "BADACZ", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "WŁÓCZĘGA", + "RequiredProgress": 25 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "PODRÓŻNIK", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "PIONIER", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "EKSPLORATOR", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "NADZORCA", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.WARPSGOLD.png", + "Name": "ODKRYWCA", + "RequiredProgress": 75 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/assets/json/pl/Others.lang.json b/assets/json/pl/Others.lang.json index f1f1fea3..28c1881f 100644 --- a/assets/json/pl/Others.lang.json +++ b/assets/json/pl/Others.lang.json @@ -9,10 +9,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -34,10 +34,10 @@ "MaxStackSize": 20.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/2.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -59,11 +59,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/other/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -83,11 +83,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/other/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -107,10 +107,10 @@ "MaxStackSize": 20.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/other/5.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -130,10 +130,10 @@ "MaxStackSize": 20.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/6.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -153,10 +153,10 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/7.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -176,10 +176,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -198,9 +199,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -219,9 +220,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -240,9 +241,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -261,9 +263,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -282,9 +284,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -303,9 +305,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -324,9 +327,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -345,9 +349,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -366,9 +371,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,9 +393,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -408,9 +414,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -429,9 +435,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -450,9 +457,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,9 +479,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -492,9 +501,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -513,9 +522,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -534,9 +544,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -555,9 +565,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -576,9 +586,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -597,9 +607,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -618,9 +629,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -639,9 +651,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -660,9 +672,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -681,9 +694,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -702,9 +715,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -723,9 +736,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -744,9 +757,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -765,9 +778,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -786,9 +799,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -807,10 +820,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -829,9 +842,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -850,10 +863,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -872,9 +885,9 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -893,9 +906,9 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -914,9 +927,9 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -935,9 +948,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -956,9 +969,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -977,9 +990,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1003,9 +1016,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1029,9 +1042,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1055,9 +1068,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1081,9 +1094,10 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1107,9 +1121,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1133,9 +1147,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1154,9 +1168,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1175,9 +1189,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1196,9 +1210,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1217,9 +1231,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1238,9 +1252,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1259,9 +1273,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1280,9 +1294,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1301,9 +1315,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1322,9 +1336,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1343,9 +1357,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1364,9 +1378,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1385,9 +1399,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1406,9 +1420,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1427,9 +1441,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1448,9 +1462,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1469,9 +1483,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1490,9 +1504,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1511,9 +1525,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1532,9 +1546,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1553,9 +1567,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1574,9 +1588,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1595,9 +1609,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1616,9 +1630,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1637,9 +1651,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1658,9 +1672,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1679,9 +1693,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1700,9 +1714,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1730,9 +1744,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1756,9 +1770,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1782,9 +1796,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1808,9 +1822,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1834,9 +1848,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1860,9 +1874,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1886,9 +1900,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1912,9 +1926,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1938,9 +1952,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1964,9 +1978,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1985,9 +1999,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2006,9 +2020,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2027,9 +2041,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2047,9 +2061,9 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "311A49", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2070,9 +2084,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2096,9 +2110,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2122,9 +2136,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2148,9 +2162,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2174,9 +2188,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2200,9 +2214,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2221,9 +2235,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2242,9 +2256,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2263,9 +2277,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2284,9 +2298,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2305,9 +2319,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2326,9 +2340,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2347,9 +2361,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2368,9 +2382,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2389,9 +2403,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2410,9 +2424,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2431,9 +2445,10 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2452,9 +2467,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2473,10 +2488,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2495,9 +2510,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2516,9 +2532,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2537,9 +2554,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2558,9 +2576,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2579,9 +2598,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2605,9 +2625,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2626,9 +2647,11 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2647,9 +2670,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2668,9 +2693,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2689,9 +2716,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2710,9 +2739,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2736,9 +2766,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2757,9 +2787,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2778,9 +2808,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2799,9 +2829,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2820,9 +2850,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2841,9 +2871,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2862,9 +2892,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2883,9 +2913,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2904,9 +2934,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2925,9 +2955,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2946,9 +2976,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2967,9 +2997,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2987,7 +3017,10 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [ + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3005,7 +3038,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3023,7 +3056,9 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [ + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3041,7 +3076,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3059,7 +3094,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3077,7 +3112,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3095,9 +3130,9 @@ "BaseValueUnits": 80.0, "CurrencyType": "Quicksilver", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3117,9 +3152,9 @@ "BaseValueUnits": 3200.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3138,9 +3173,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3159,9 +3195,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3180,9 +3217,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3218,9 +3256,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3239,9 +3278,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3265,9 +3305,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3286,9 +3327,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3307,9 +3349,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3328,9 +3371,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3349,9 +3393,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3370,9 +3415,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3391,9 +3437,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3412,9 +3459,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3433,9 +3481,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3454,9 +3503,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3475,9 +3525,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3496,9 +3547,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3517,9 +3569,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3538,9 +3591,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3559,9 +3613,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3580,9 +3635,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3601,9 +3657,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3622,9 +3679,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3643,9 +3701,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3669,9 +3727,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,9 +3753,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3721,9 +3779,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3747,9 +3805,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3773,9 +3831,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3799,9 +3857,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3825,9 +3883,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3851,9 +3909,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3877,9 +3935,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3903,9 +3961,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3929,9 +3987,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3955,9 +4013,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3981,9 +4039,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4002,10 +4060,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4024,10 +4082,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4046,9 +4104,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4067,9 +4126,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4088,9 +4148,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4109,9 +4170,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4135,9 +4197,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4156,9 +4219,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4177,9 +4241,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4198,9 +4263,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4224,9 +4290,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4260,9 +4327,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4281,9 +4348,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4302,9 +4369,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4323,9 +4390,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4344,9 +4411,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4365,10 +4432,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4389,10 +4456,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4413,10 +4480,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4437,10 +4504,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4461,10 +4528,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4485,9 +4552,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4506,9 +4574,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4527,9 +4596,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4548,9 +4618,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4574,9 +4645,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4595,9 +4667,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/pl/Products.lang.json b/assets/json/pl/Products.lang.json index a6056c2d..74ff2879 100644 --- a/assets/json/pl/Products.lang.json +++ b/assets/json/pl/Products.lang.json @@ -10,11 +10,11 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -43,10 +43,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -76,13 +76,13 @@ "Colour": "F3A923", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/products/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -107,10 +107,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/4.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -130,11 +131,11 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -159,10 +160,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -187,10 +188,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -219,10 +220,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -242,10 +244,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/9.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -265,10 +268,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/10.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -288,13 +292,13 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -319,10 +323,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/12.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -351,10 +355,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/13.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -383,10 +387,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/14.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -415,10 +419,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/15.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -447,10 +451,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/16.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -479,13 +483,13 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 0, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -514,12 +518,12 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -548,14 +552,14 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -584,13 +588,13 @@ "MaxStackSize": 100.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -619,10 +623,11 @@ "MaxStackSize": 100.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/21.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -642,11 +647,11 @@ "MaxStackSize": 50.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/22.png", - "Usages": { - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -675,14 +680,14 @@ "MaxStackSize": 100.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -711,10 +716,11 @@ "MaxStackSize": 100.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/24.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -734,10 +740,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/25.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -766,10 +772,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/26.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -798,10 +804,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -830,13 +836,13 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/28.png", - "Usages": { - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -865,12 +871,12 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/29.png", - "Usages": { - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -903,11 +909,11 @@ "MaxStackSize": 5000.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/products/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "CraftingOutputAmount": 1250, "BlueprintCost": 1, "BlueprintCostType": "None", @@ -933,9 +939,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -955,9 +962,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -977,9 +985,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -999,9 +1008,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -1021,9 +1031,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -1043,9 +1054,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1065,11 +1077,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/49.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1098,10 +1110,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/51.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -1130,10 +1142,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/52.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1162,10 +1174,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/53.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -1194,11 +1206,11 @@ "MaxStackSize": 25.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/54.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1223,11 +1235,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/55.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1252,10 +1264,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/56.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1284,11 +1296,11 @@ "MaxStackSize": 20.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/57.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1317,10 +1329,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/58.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1349,12 +1361,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/59.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1383,12 +1395,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/60.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1417,12 +1429,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/61.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1451,11 +1463,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/62.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1484,10 +1496,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/63.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1516,11 +1528,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/64.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1549,11 +1561,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/65.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1582,10 +1594,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/66.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1614,11 +1626,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/67.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1647,10 +1659,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/68.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1679,10 +1691,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/69.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1711,10 +1723,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/70.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1743,13 +1755,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/71.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1778,13 +1790,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/72.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1813,13 +1825,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/73.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1848,13 +1860,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/74.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1883,13 +1895,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/75.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1918,13 +1930,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/76.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1953,12 +1965,12 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/77.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1991,12 +2003,12 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/78.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2029,9 +2041,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/79.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2064,9 +2076,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/80.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2099,10 +2111,10 @@ "MaxStackSize": 20.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/81.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2122,9 +2134,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/82.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2144,9 +2156,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/83.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2166,9 +2178,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/84.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2188,9 +2200,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/85.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2210,9 +2222,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/86.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2232,9 +2244,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/87.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2254,9 +2266,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/88.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2276,9 +2288,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/89.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2298,9 +2310,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/90.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2333,9 +2345,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/91.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2368,9 +2380,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/92.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2403,9 +2415,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/93.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2434,9 +2446,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/94.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2455,9 +2467,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2476,9 +2488,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2497,9 +2509,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2519,10 +2531,10 @@ "MaxStackSize": 150.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/98.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2541,10 +2553,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2675,9 +2687,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2696,9 +2708,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2717,9 +2729,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2738,10 +2750,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2762,10 +2774,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2786,10 +2798,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2810,10 +2822,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2845,10 +2857,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2880,10 +2892,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2911,10 +2923,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2946,10 +2958,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2981,11 +2993,11 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3006,11 +3018,11 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3030,10 +3042,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3051,10 +3063,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3072,10 +3084,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3093,10 +3105,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3114,10 +3126,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3135,10 +3147,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3156,10 +3168,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3177,10 +3189,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3198,10 +3210,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3219,10 +3231,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3240,10 +3252,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3261,10 +3273,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3282,10 +3294,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3303,10 +3315,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3324,10 +3336,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3345,10 +3357,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3366,10 +3378,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3387,10 +3399,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3408,10 +3420,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3429,10 +3441,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3450,10 +3462,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3471,10 +3483,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3492,10 +3504,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3513,10 +3525,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3534,10 +3546,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3555,10 +3567,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3576,10 +3588,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3597,10 +3609,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3619,10 +3631,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3643,11 +3655,11 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3666,10 +3678,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3689,10 +3701,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3710,10 +3722,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3731,10 +3743,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3752,10 +3764,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3773,10 +3785,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3796,10 +3808,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3819,11 +3831,11 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3841,11 +3853,11 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3863,12 +3875,12 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3886,10 +3898,10 @@ "BaseValueUnits": 3200.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3922,10 +3934,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3943,10 +3955,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3964,10 +3976,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3985,10 +3997,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4006,10 +4018,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4027,10 +4039,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4048,10 +4060,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/pl/RawMaterials.lang.json b/assets/json/pl/RawMaterials.lang.json index 81ab0bce..cf061bed 100644 --- a/assets/json/pl/RawMaterials.lang.json +++ b/assets/json/pl/RawMaterials.lang.json @@ -12,15 +12,15 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -42,15 +42,15 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -71,14 +71,14 @@ "MaxStackSize": 9999.0, "Colour": "BB3830", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -99,12 +99,12 @@ "MaxStackSize": 9999.0, "Colour": "DEDCD1", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -125,14 +125,14 @@ "MaxStackSize": 9999.0, "Colour": "355A7D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -153,13 +153,13 @@ "MaxStackSize": 9999.0, "Colour": "355A7D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -180,13 +180,13 @@ "MaxStackSize": 9999.0, "Colour": "DEDCD1", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -207,13 +207,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/8.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -234,13 +234,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/9.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -261,13 +261,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/10.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -288,12 +288,12 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -314,14 +314,14 @@ "MaxStackSize": 9999.0, "Colour": "F26D15", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/12.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -342,14 +342,14 @@ "MaxStackSize": 9999.0, "Colour": "F26D15", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/13.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -370,13 +370,13 @@ "MaxStackSize": 9999.0, "Colour": "005C83", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/14.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -397,13 +397,13 @@ "MaxStackSize": 9999.0, "Colour": "005C83", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/15.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -425,14 +425,14 @@ "Colour": "1E8A42", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/16.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -453,13 +453,13 @@ "MaxStackSize": 9999.0, "Colour": "1E8A42", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -480,12 +480,12 @@ "MaxStackSize": 9999.0, "Colour": "1E8A42", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -506,13 +506,13 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -533,13 +533,13 @@ "MaxStackSize": 9999.0, "Colour": "7B0000", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -560,13 +560,13 @@ "MaxStackSize": 9999.0, "Colour": "36611C", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/21.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -587,13 +587,13 @@ "MaxStackSize": 9999.0, "Colour": "01387D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/22.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -615,15 +615,15 @@ "Colour": "260000", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -644,13 +644,13 @@ "MaxStackSize": 9999.0, "Colour": "4E404F", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/24.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -671,14 +671,14 @@ "MaxStackSize": 9999.0, "Colour": "E57002", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/25.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -699,14 +699,14 @@ "MaxStackSize": 9999.0, "Colour": "00A64D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/26.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -727,14 +727,14 @@ "MaxStackSize": 9999.0, "Colour": "FFAD00", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/27.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -755,14 +755,14 @@ "MaxStackSize": 9999.0, "Colour": "1E4FD0", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/28.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -783,14 +783,14 @@ "MaxStackSize": 9999.0, "Colour": "DB2400", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/29.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -812,15 +812,15 @@ "Colour": "512741", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -841,13 +841,13 @@ "MaxStackSize": 9999.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/31.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -868,14 +868,14 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/32.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -896,14 +896,14 @@ "MaxStackSize": 9999.0, "Colour": "AA6E06", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/33.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -924,13 +924,13 @@ "MaxStackSize": 9999.0, "Colour": "507575", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/34.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -951,13 +951,13 @@ "MaxStackSize": 9999.0, "Colour": "265E3A", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/35.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -978,13 +978,13 @@ "MaxStackSize": 9999.0, "Colour": "4C3780", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/36.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1005,13 +1005,13 @@ "MaxStackSize": 9999.0, "Colour": "DE921F", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/37.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1032,12 +1032,12 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/38.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1058,11 +1058,11 @@ "MaxStackSize": 9999.0, "Colour": "7B0000", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/39.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1083,11 +1083,11 @@ "MaxStackSize": 9999.0, "Colour": "36611C", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/40.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1108,11 +1108,11 @@ "MaxStackSize": 9999.0, "Colour": "01387D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/41.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1134,14 +1134,14 @@ "Colour": "00A64D", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/42.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1163,14 +1163,14 @@ "Colour": "1E4FD0", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/43.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1192,14 +1192,14 @@ "Colour": "C5871D", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/44.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1221,14 +1221,14 @@ "Colour": "239626", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/45.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1250,14 +1250,14 @@ "Colour": "B94318", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/46.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1279,14 +1279,14 @@ "Colour": "208DAB", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/47.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1308,13 +1308,13 @@ "Colour": "5B6F35", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/48.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1336,13 +1336,13 @@ "Colour": "005C83", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/49.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1364,14 +1364,14 @@ "Colour": "79502E", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/50.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1392,12 +1392,12 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/51.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,13 +1418,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/52.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1445,12 +1445,12 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/53.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1471,13 +1471,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/54.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1498,13 +1498,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/55.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1525,11 +1525,11 @@ "MaxStackSize": 9999.0, "Colour": "1E354E", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/56.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1550,9 +1550,9 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1573,9 +1573,9 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1596,10 +1596,10 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/59.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1620,10 +1620,10 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/60.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1643,11 +1643,11 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "1A2733", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1667,10 +1667,10 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "DEDCD1", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1690,9 +1690,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1712,9 +1712,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1734,9 +1734,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1756,9 +1756,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1778,9 +1778,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1800,9 +1800,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1822,11 +1822,11 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "512741", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/pl/Technology.lang.json b/assets/json/pl/Technology.lang.json index 9ef4dc67..6f83726d 100644 --- a/assets/json/pl/Technology.lang.json +++ b/assets/json/pl/Technology.lang.json @@ -8,10 +8,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -34,9 +34,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -63,10 +63,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -89,9 +89,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -114,9 +114,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -139,9 +139,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -168,9 +168,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 200, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -197,10 +197,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -231,10 +231,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -265,10 +265,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -299,10 +299,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -333,9 +333,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -366,9 +366,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -395,9 +395,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -424,9 +424,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -457,9 +457,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -486,9 +486,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 350, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -519,9 +519,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 240, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -552,9 +552,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -577,9 +577,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 310, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -610,9 +610,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 580, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -643,9 +643,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -672,10 +672,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -702,9 +702,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -731,10 +731,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -761,9 +761,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -794,9 +794,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -827,9 +827,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -856,10 +856,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -886,9 +886,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -915,9 +915,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -944,9 +944,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 200, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -973,10 +973,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1003,9 +1003,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 85, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1036,9 +1036,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 100, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1065,9 +1065,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 50, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1094,9 +1094,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1123,9 +1123,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1152,9 +1152,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1181,9 +1181,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1210,9 +1210,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1239,9 +1239,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1268,9 +1268,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1297,9 +1297,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1326,9 +1326,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 75, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1359,9 +1359,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1388,9 +1388,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1417,10 +1417,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1451,9 +1451,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1476,9 +1476,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1505,9 +1505,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1530,9 +1530,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1559,9 +1559,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1592,9 +1592,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1621,9 +1621,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1646,9 +1646,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1671,9 +1671,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1700,9 +1700,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 320, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1733,9 +1733,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 50, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1762,9 +1762,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1791,9 +1791,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1820,10 +1820,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1846,9 +1846,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 75, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1879,9 +1879,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1912,9 +1912,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1941,9 +1941,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1970,9 +1970,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1995,9 +1995,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2020,10 +2020,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2054,10 +2054,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2084,10 +2084,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2118,9 +2118,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2147,9 +2147,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2176,9 +2176,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2205,9 +2205,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2234,9 +2234,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2263,9 +2263,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2288,9 +2288,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2313,9 +2313,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2346,9 +2346,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2371,9 +2371,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2404,9 +2404,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2437,9 +2437,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2466,9 +2466,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2499,9 +2499,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2532,9 +2532,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2565,9 +2565,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2594,9 +2594,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 320, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2627,9 +2627,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2660,9 +2660,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2693,9 +2693,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2722,9 +2722,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2751,10 +2751,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2781,9 +2781,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2814,9 +2814,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 450, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2847,9 +2847,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2880,9 +2880,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 350, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2913,9 +2913,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2938,9 +2938,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2963,9 +2963,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2988,9 +2988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3017,9 +3017,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3042,9 +3042,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3067,9 +3067,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3092,9 +3092,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3121,9 +3121,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3146,9 +3146,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3171,9 +3171,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3196,9 +3196,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3221,9 +3221,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3246,9 +3246,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3275,9 +3275,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3300,9 +3300,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3325,9 +3325,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3350,9 +3350,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3375,9 +3375,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3404,9 +3404,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3429,9 +3429,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3458,9 +3458,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3487,9 +3487,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3516,9 +3516,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3545,9 +3545,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3570,9 +3570,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3595,9 +3595,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3620,9 +3620,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3645,9 +3645,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3670,9 +3670,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,9 +3695,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3728,9 +3728,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3761,9 +3761,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3794,9 +3794,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3827,9 +3827,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3860,9 +3860,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3893,9 +3893,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3926,9 +3926,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 360, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3955,9 +3955,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3988,9 +3988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4021,9 +4021,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 240, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4054,9 +4054,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4087,9 +4087,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4116,9 +4116,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4145,9 +4145,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4170,9 +4170,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4199,9 +4199,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4232,9 +4232,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4265,9 +4265,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4294,9 +4294,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4327,9 +4327,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4356,9 +4356,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4385,9 +4385,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4418,9 +4418,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4451,10 +4451,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4481,10 +4481,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4511,10 +4511,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4541,10 +4541,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4571,9 +4571,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4600,9 +4600,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4629,9 +4629,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4662,9 +4662,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4691,10 +4691,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4721,9 +4721,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4754,9 +4754,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4787,9 +4787,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4820,9 +4820,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4853,9 +4853,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4886,9 +4886,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4919,9 +4919,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4952,9 +4952,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4985,9 +4985,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5018,9 +5018,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5051,9 +5051,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5084,9 +5084,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5113,9 +5113,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5146,9 +5146,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5179,9 +5179,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5212,9 +5212,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5241,9 +5241,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5274,9 +5274,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5303,10 +5303,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5333,10 +5333,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5363,10 +5363,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5397,10 +5397,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5427,9 +5427,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5460,9 +5460,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5493,9 +5493,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5522,9 +5522,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5551,9 +5551,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5576,9 +5576,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5605,9 +5605,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5630,9 +5630,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5659,9 +5659,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5684,9 +5684,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5713,9 +5713,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5742,9 +5742,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5775,9 +5775,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5800,9 +5800,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5833,10 +5833,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5867,9 +5867,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5900,9 +5900,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5933,10 +5933,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5967,9 +5967,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6000,9 +6000,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6033,9 +6033,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 480, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6066,9 +6066,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6099,9 +6099,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6132,9 +6132,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6161,9 +6161,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 480, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/pl/TradeItems.lang.json b/assets/json/pl/TradeItems.lang.json index 44bc469f..bfa40514 100644 --- a/assets/json/pl/TradeItems.lang.json +++ b/assets/json/pl/TradeItems.lang.json @@ -10,9 +10,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/1.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -32,10 +32,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/2.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -55,10 +55,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/3.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -78,9 +78,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -100,9 +100,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -122,9 +122,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -144,9 +144,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/7.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -166,10 +166,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/8.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -189,10 +189,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/9.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -212,9 +212,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -234,9 +234,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -256,9 +256,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -278,9 +278,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -300,9 +300,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -322,9 +322,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -344,10 +344,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/16.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -367,10 +367,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/17.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -390,10 +390,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/18.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -413,10 +413,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/19.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -436,10 +436,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/20.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -459,9 +459,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -481,10 +481,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/22.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -504,9 +504,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -526,9 +526,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -548,9 +548,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -570,10 +570,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/26.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -593,9 +593,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -615,10 +615,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/28.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -638,9 +638,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -660,9 +660,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -682,9 +682,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -704,9 +704,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -726,9 +726,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -748,9 +748,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -770,9 +770,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/pl/UpgradeModules.lang.json b/assets/json/pl/UpgradeModules.lang.json index 40f3b284..d671da1b 100644 --- a/assets/json/pl/UpgradeModules.lang.json +++ b/assets/json/pl/UpgradeModules.lang.json @@ -9,10 +9,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/1.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -31,10 +31,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/2.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -53,10 +53,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/3.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -75,10 +75,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/4.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -97,10 +97,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/5.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -119,10 +119,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/6.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -141,10 +141,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/7.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -163,10 +163,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -185,10 +185,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/9.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -207,10 +207,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/10.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -229,10 +229,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/11.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -251,10 +251,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/12.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -273,10 +273,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/13.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -295,10 +295,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/14.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -317,10 +317,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/15.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -339,10 +339,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/16.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -361,10 +361,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/17.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -383,10 +383,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/18.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -405,10 +405,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/19.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -427,10 +427,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/20.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -449,10 +449,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/21.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,10 +471,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/22.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -493,10 +493,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/23.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -515,10 +515,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/24.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -537,10 +537,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/25.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -559,10 +559,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/26.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -581,10 +581,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -603,10 +603,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/28.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -625,10 +625,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/29.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -647,10 +647,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/30.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,10 +669,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/31.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -691,10 +691,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/32.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -713,10 +713,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/33.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -735,10 +735,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/34.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -757,10 +757,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/35.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -779,10 +779,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/36.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -801,10 +801,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/37.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -823,10 +823,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/38.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -845,10 +845,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/39.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -867,10 +867,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/40.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -889,10 +889,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/41.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -911,10 +911,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/42.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -933,10 +933,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/43.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -955,10 +955,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/44.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -977,10 +977,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/45.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -999,10 +999,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/46.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1021,10 +1021,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/47.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1043,10 +1043,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/48.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1065,10 +1065,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/49.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1087,10 +1087,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/50.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1109,10 +1109,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/51.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1131,10 +1131,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/52.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1153,10 +1153,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/53.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1175,10 +1175,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/54.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1197,10 +1197,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/55.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1219,10 +1219,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/56.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1241,10 +1241,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/57.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1263,10 +1263,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/58.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1285,10 +1285,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/59.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1307,10 +1307,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/60.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1329,10 +1329,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/61.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1351,10 +1351,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/62.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1373,10 +1373,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/63.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1395,10 +1395,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/64.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1417,10 +1417,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/65.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1439,10 +1439,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/66.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1461,10 +1461,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/67.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1483,10 +1483,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/68.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1505,10 +1505,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/69.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1527,10 +1527,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/70.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1549,10 +1549,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/71.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1571,10 +1571,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/72.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1593,10 +1593,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/73.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1615,10 +1615,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/74.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1637,10 +1637,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/75.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1659,10 +1659,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/76.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1681,10 +1681,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/77.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1703,10 +1703,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/78.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1725,10 +1725,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/79.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1747,10 +1747,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/80.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1769,10 +1769,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/81.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1791,10 +1791,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/82.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1813,10 +1813,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/83.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1835,10 +1835,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/84.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1857,10 +1857,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/85.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1879,10 +1879,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/86.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1901,10 +1901,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/87.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1923,10 +1923,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/88.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1945,10 +1945,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/89.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1967,10 +1967,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/90.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1989,10 +1989,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/91.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2011,10 +2011,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/92.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2033,10 +2033,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/93.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2055,10 +2055,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/94.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2077,10 +2077,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/95.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2099,10 +2099,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/96.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2121,10 +2121,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/97.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2143,10 +2143,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/98.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2165,10 +2165,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/99.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2187,10 +2187,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/100.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2209,10 +2209,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/101.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2231,10 +2231,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/102.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2253,10 +2253,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/103.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2275,10 +2275,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/104.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2297,10 +2297,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/105.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2319,10 +2319,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/106.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2341,10 +2341,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/107.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2363,10 +2363,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/108.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2385,10 +2385,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/109.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2407,10 +2407,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/110.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2429,10 +2429,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/111.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2451,10 +2451,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/112.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2473,10 +2473,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/113.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2495,10 +2495,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/114.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2517,10 +2517,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/115.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2539,10 +2539,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/116.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2561,10 +2561,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/117.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2583,10 +2583,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/118.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2605,10 +2605,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/119.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2627,10 +2627,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/120.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2649,10 +2649,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/121.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2671,10 +2671,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/122.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2693,10 +2693,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/123.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2715,10 +2715,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/124.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2737,10 +2737,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/125.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2759,10 +2759,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/126.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2781,10 +2781,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/127.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2803,10 +2803,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/128.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2825,10 +2825,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/129.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2847,10 +2847,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/130.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2869,10 +2869,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/131.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2891,10 +2891,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/132.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2913,10 +2913,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/133.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2935,10 +2935,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/134.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2957,10 +2957,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/135.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2979,10 +2979,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/136.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3001,10 +3001,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/137.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3023,10 +3023,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/138.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3044,10 +3044,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3065,10 +3065,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3086,10 +3086,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3107,10 +3107,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3128,10 +3128,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3149,10 +3149,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3170,10 +3170,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3191,10 +3191,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3212,10 +3212,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3233,10 +3233,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3254,10 +3254,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3275,10 +3275,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3296,10 +3296,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3317,10 +3317,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3338,10 +3338,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3359,10 +3359,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3380,10 +3380,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3401,10 +3401,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3422,10 +3422,10 @@ "BaseValueUnits": 600.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3443,10 +3443,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3464,10 +3464,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3485,10 +3485,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3506,10 +3506,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3527,10 +3527,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3548,10 +3548,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3569,10 +3569,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3590,10 +3590,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3611,10 +3611,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3632,10 +3632,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3653,10 +3653,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3674,10 +3674,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,10 +3695,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3716,10 +3716,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3737,10 +3737,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/pt-br/Buildings.lang.json b/assets/json/pt-br/Buildings.lang.json index 0a1a63c3..85c4486f 100644 --- a/assets/json/pt-br/Buildings.lang.json +++ b/assets/json/pt-br/Buildings.lang.json @@ -35,9 +35,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/2.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -65,9 +65,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -95,9 +95,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -125,9 +125,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -151,9 +151,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -182,9 +182,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/8.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -209,9 +209,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -236,9 +236,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -263,9 +263,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -290,9 +290,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -317,9 +317,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -348,9 +348,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -375,9 +375,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -402,9 +402,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -433,9 +433,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -460,9 +460,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -487,9 +487,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -514,9 +514,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -545,9 +545,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -576,9 +576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -607,9 +607,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -638,9 +638,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,9 +669,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -696,9 +696,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -723,9 +723,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -750,9 +750,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -777,9 +777,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -804,9 +804,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -831,9 +831,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -858,9 +858,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -889,9 +889,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -916,9 +916,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -943,9 +943,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -974,9 +974,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1001,9 +1001,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1028,9 +1028,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1055,9 +1055,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/39.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1086,9 +1086,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/40.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1117,9 +1117,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1144,9 +1144,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1171,9 +1171,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1198,9 +1198,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/44.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1225,9 +1225,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/45.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1252,9 +1252,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1279,9 +1279,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1306,9 +1306,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1333,9 +1333,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1360,9 +1360,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1387,9 +1387,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,9 +1418,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/52.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1445,9 +1445,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/53.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1472,9 +1472,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/54.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1503,9 +1503,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/55.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1530,9 +1530,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/56.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1557,9 +1557,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1584,9 +1584,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1615,9 +1615,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/59.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1646,9 +1646,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/60.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1673,9 +1673,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/61.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1704,9 +1704,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/62.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1735,9 +1735,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/63.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1762,9 +1762,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/64.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1789,9 +1789,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/building/65.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1838,9 +1838,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/67.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1865,9 +1865,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/68.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1892,9 +1892,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/69.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1919,9 +1919,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/70.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1946,9 +1946,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/71.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1973,9 +1973,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/72.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2004,9 +2004,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/73.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2035,9 +2035,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/building/74.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2066,9 +2066,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/75.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2092,9 +2092,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/76.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2118,9 +2118,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/77.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2149,9 +2149,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/78.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2176,9 +2176,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/79.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2206,9 +2206,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/80.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2236,9 +2236,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/81.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2262,9 +2262,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/82.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2289,9 +2289,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/83.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2316,9 +2316,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/84.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2342,9 +2342,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/85.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2372,9 +2372,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/86.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2398,9 +2398,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/87.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2424,9 +2424,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/88.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2450,9 +2450,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/89.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2476,9 +2476,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/90.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2502,9 +2502,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/91.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2528,9 +2528,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/92.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2554,9 +2554,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/93.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2580,9 +2580,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/94.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2610,9 +2610,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/95.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2636,9 +2636,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/96.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2666,9 +2666,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/97.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2696,9 +2696,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/98.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2726,9 +2726,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/106.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2753,9 +2753,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/118.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2788,9 +2788,9 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/building/129.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2820,9 +2820,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/130.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2852,9 +2852,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/131.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2883,9 +2883,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/132.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2915,9 +2915,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/133.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2946,9 +2946,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/134.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2973,9 +2973,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/135.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3008,9 +3008,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/136.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3036,9 +3036,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/137.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3068,9 +3068,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/138.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3099,9 +3099,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/139.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3130,9 +3130,9 @@ "Colour": "095C77", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/140.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3182,9 +3182,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/142.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3209,9 +3209,9 @@ "Colour": "2C7C9F", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/145.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3239,9 +3239,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/146.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3269,9 +3269,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/147.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3299,9 +3299,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/150.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3325,9 +3325,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/151.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3351,9 +3351,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/152.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3381,9 +3381,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/153.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3411,9 +3411,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/154.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3441,9 +3441,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/155.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3493,9 +3493,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/157.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3519,9 +3519,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/158.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3549,9 +3549,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/159.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3576,9 +3576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/161.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3603,9 +3603,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/162.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3630,9 +3630,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/163.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3657,9 +3657,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/164.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3684,9 +3684,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/165.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3711,9 +3711,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/166.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3738,9 +3738,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/167.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3765,9 +3765,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/168.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3792,9 +3792,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/169.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3819,9 +3819,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/170.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3846,9 +3846,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/171.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3873,9 +3873,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/building/172.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 6, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3900,9 +3900,9 @@ "Colour": "2C7C9F", "Power": -30.0, "CdnUrl": "https://cdn.nmsassistant.com/building/173.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 6, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3926,9 +3926,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/174.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3961,9 +3961,9 @@ "Colour": "2C7C9F", "Power": -2.0, "CdnUrl": "https://cdn.nmsassistant.com/building/175.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3992,9 +3992,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/176.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4027,9 +4027,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/177.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4062,9 +4062,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/178.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4097,9 +4097,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/179.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4132,9 +4132,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/180.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4167,9 +4167,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/181.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4193,9 +4193,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/182.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4219,9 +4219,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/204.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4245,9 +4245,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/205.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4271,9 +4271,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/206.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4298,9 +4298,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/207.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4333,9 +4333,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/213.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4360,9 +4360,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/214.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4390,9 +4390,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/215.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4416,9 +4416,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/219.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4442,9 +4442,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/220.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4468,9 +4468,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/221.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4494,9 +4494,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/222.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4524,9 +4524,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/223.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4550,9 +4550,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/224.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4580,9 +4580,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/225.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4610,9 +4610,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/226.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4636,9 +4636,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/227.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4666,9 +4666,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/228.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4692,9 +4692,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/229.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4718,9 +4718,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/230.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4744,9 +4744,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/231.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4770,9 +4770,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/232.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4796,9 +4796,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/233.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4826,9 +4826,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/234.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4856,9 +4856,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/235.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4886,9 +4886,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/236.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4916,9 +4916,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/237.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4946,9 +4946,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/238.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4977,9 +4977,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/239.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5008,9 +5008,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/240.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5039,9 +5039,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/241.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5069,9 +5069,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/242.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5099,9 +5099,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/243.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5129,9 +5129,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/244.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5159,9 +5159,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/245.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5189,9 +5189,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/246.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5219,9 +5219,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/247.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5245,9 +5245,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/248.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5271,9 +5271,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/249.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5301,9 +5301,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/250.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5327,9 +5327,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/253.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5353,9 +5353,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/254.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5379,9 +5379,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/255.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5405,9 +5405,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/256.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5431,9 +5431,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/257.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5457,9 +5457,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/258.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5483,9 +5483,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/259.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5509,9 +5509,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/260.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5535,9 +5535,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/261.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5561,9 +5561,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/266.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5587,9 +5587,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5614,9 +5614,9 @@ "MaxStackSize": 5.0, "Colour": "FFFFFF", "CdnUrl": "https://cdn.nmsassistant.com/building/272.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5636,9 +5636,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/273.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5667,9 +5667,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/274.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5698,9 +5698,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/275.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5729,9 +5729,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/276.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5760,9 +5760,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/277.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5791,9 +5791,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/278.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5822,9 +5822,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/279.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5853,9 +5853,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/280.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5884,9 +5884,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/281.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5915,9 +5915,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/282.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5946,9 +5946,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/283.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5977,9 +5977,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/284.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6008,9 +6008,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/285.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6039,9 +6039,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/286.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6070,9 +6070,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/287.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6101,9 +6101,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/288.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6132,9 +6132,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/289.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6163,9 +6164,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/290.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6194,9 +6195,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/291.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6225,9 +6226,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/292.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6256,9 +6258,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/293.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6287,9 +6289,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/294.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6314,9 +6316,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/295.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6341,9 +6344,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/296.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6368,9 +6372,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/297.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6395,9 +6400,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/298.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6422,9 +6428,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/299.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6449,9 +6455,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/300.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6476,9 +6482,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/301.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6507,9 +6513,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/302.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6538,9 +6545,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/303.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6569,9 +6576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/304.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6596,9 +6603,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/305.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6623,9 +6630,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/306.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6650,9 +6657,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/307.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6677,9 +6684,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/308.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6704,9 +6711,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/309.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6732,9 +6739,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/310.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6763,9 +6770,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/311.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6790,9 +6797,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/312.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6817,9 +6824,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/313.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6844,9 +6851,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/314.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6871,9 +6878,9 @@ "MaxStackSize": 20.0, "Colour": "262626", "CdnUrl": "https://cdn.nmsassistant.com/building/315.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6893,9 +6900,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/316.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6928,9 +6935,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/317.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6963,9 +6970,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/318.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6990,9 +6997,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/319.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7017,9 +7024,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/320.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7044,9 +7051,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/321.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7072,9 +7079,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/322.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7099,9 +7106,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/324.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7130,9 +7137,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/325.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7158,9 +7165,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/326.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7184,9 +7191,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7206,9 +7213,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/328.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7237,9 +7244,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/329.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7265,9 +7272,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/330.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7291,9 +7298,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7313,9 +7320,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/332.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7344,9 +7351,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/336.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7371,9 +7378,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/337.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7398,9 +7405,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/338.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7425,9 +7432,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/339.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7452,9 +7459,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/340.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7479,9 +7486,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/341.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7506,9 +7513,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/342.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7533,9 +7540,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/343.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7560,9 +7567,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/344.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7587,9 +7594,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/345.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7614,9 +7621,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/346.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7641,9 +7648,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/347.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7668,9 +7675,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/348.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7695,9 +7702,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/359.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7721,9 +7728,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/360.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7756,9 +7763,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/361.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7778,9 +7785,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/362.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7809,9 +7816,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/363.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7831,9 +7838,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/364.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7853,9 +7860,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/365.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7875,9 +7882,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/366.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7897,9 +7905,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/367.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7919,9 +7928,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/368.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7941,9 +7951,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/369.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7968,9 +7979,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/370.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7995,9 +8006,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/371.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8022,9 +8033,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/372.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8049,9 +8060,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/373.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8076,9 +8087,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/374.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8103,9 +8114,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/375.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8130,9 +8141,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/376.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8157,9 +8168,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/377.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8184,9 +8195,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/378.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8211,9 +8222,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/379.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8238,9 +8249,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/380.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8265,9 +8276,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/381.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8292,9 +8303,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/382.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8319,9 +8330,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/383.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8346,9 +8357,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/384.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8373,9 +8384,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/385.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8400,9 +8411,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/386.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8427,9 +8438,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/387.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8454,9 +8465,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/388.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8481,9 +8492,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/389.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8503,9 +8514,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/390.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8525,9 +8536,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/391.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8547,9 +8558,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/392.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8569,9 +8580,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/393.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8591,9 +8602,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/394.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8612,9 +8623,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/395.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 15, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -8647,9 +8658,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/396.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -8680,9 +8691,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8709,9 +8720,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8738,9 +8749,9 @@ "BaseValueUnits": 300.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8767,9 +8778,9 @@ "BaseValueUnits": 300.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8792,9 +8803,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8817,9 +8828,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8842,9 +8853,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8867,9 +8878,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8892,9 +8903,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8917,9 +8928,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8942,9 +8953,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8967,9 +8978,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8992,9 +9003,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9017,9 +9028,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9047,9 +9058,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9073,9 +9085,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9099,9 +9111,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9125,9 +9137,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9151,9 +9163,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9172,9 +9184,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9193,9 +9205,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9219,9 +9231,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9249,9 +9261,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9275,9 +9287,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9301,9 +9313,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9327,9 +9339,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9348,9 +9361,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9374,9 +9388,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9400,9 +9415,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9426,9 +9442,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9452,9 +9469,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9478,9 +9496,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9504,9 +9523,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9530,9 +9549,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9560,9 +9579,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9590,9 +9609,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9616,9 +9635,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9642,9 +9661,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9668,9 +9687,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9694,10 +9713,10 @@ "CurrencyType": "None", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9718,9 +9737,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9744,9 +9763,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9770,9 +9789,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9796,9 +9815,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9822,9 +9841,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9848,9 +9867,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9874,9 +9893,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9900,9 +9919,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9926,9 +9945,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9952,9 +9971,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9978,9 +9997,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10004,9 +10023,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10030,9 +10049,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10056,9 +10075,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10083,9 +10102,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10109,9 +10128,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10135,9 +10154,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10161,9 +10180,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10187,9 +10206,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10213,9 +10232,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10239,9 +10258,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10265,9 +10284,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10291,9 +10310,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10317,9 +10336,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10343,9 +10362,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10369,9 +10388,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10395,9 +10414,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10421,9 +10440,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10447,9 +10466,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10473,9 +10492,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10499,9 +10518,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10525,9 +10544,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10551,9 +10570,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10577,9 +10596,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10603,9 +10622,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10629,9 +10648,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10655,9 +10674,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10681,9 +10700,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10707,9 +10726,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10733,9 +10752,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10759,9 +10778,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10785,9 +10804,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10811,9 +10830,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10837,9 +10856,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10863,9 +10882,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10889,9 +10908,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10915,9 +10934,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10941,9 +10960,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10967,9 +10986,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10993,9 +11012,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11019,9 +11038,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11045,9 +11064,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11071,9 +11090,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11097,9 +11116,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11123,9 +11142,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11149,9 +11168,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11175,9 +11194,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11201,9 +11220,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11227,9 +11246,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11253,9 +11272,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11279,9 +11298,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11305,9 +11324,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11331,9 +11350,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11357,9 +11376,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11383,9 +11402,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11409,9 +11428,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11435,9 +11454,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11461,9 +11480,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11487,9 +11506,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11513,9 +11532,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11539,9 +11558,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11565,9 +11584,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11591,9 +11610,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11617,9 +11636,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11643,9 +11662,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11669,9 +11688,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11695,9 +11714,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11721,9 +11740,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11747,9 +11766,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11773,9 +11792,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11799,9 +11818,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11825,9 +11844,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11851,9 +11870,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11877,9 +11896,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11903,9 +11922,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11929,9 +11948,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11955,9 +11974,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11981,9 +12000,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12007,9 +12026,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12033,9 +12052,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12059,9 +12078,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12085,9 +12104,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12111,9 +12130,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12137,9 +12156,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12163,9 +12182,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12189,9 +12208,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12215,9 +12234,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12241,9 +12260,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12267,9 +12286,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12293,9 +12312,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12319,9 +12338,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12345,9 +12364,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12371,9 +12390,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12397,9 +12416,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12423,9 +12442,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12449,9 +12468,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12475,9 +12494,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12501,9 +12520,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12527,9 +12546,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12553,9 +12572,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12579,9 +12598,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12605,9 +12624,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12635,9 +12654,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12665,9 +12684,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12695,9 +12714,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12725,9 +12744,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12755,9 +12774,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12785,9 +12804,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12811,9 +12830,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12837,9 +12856,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12863,9 +12882,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12889,9 +12908,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12915,9 +12934,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12945,9 +12964,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12975,9 +12994,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13005,9 +13024,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13035,9 +13054,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13065,9 +13084,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13095,9 +13114,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13125,9 +13144,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13155,9 +13174,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13185,9 +13204,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13215,9 +13234,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13245,9 +13264,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13271,9 +13290,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13301,9 +13320,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13327,9 +13346,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13357,9 +13376,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13387,9 +13406,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13417,9 +13436,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13443,9 +13462,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13469,9 +13488,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13495,9 +13514,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13521,9 +13540,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13547,9 +13566,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13578,9 +13597,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13604,9 +13623,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13630,9 +13649,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13656,9 +13675,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13682,9 +13701,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13708,9 +13727,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13734,9 +13753,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13760,9 +13779,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13786,9 +13805,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13812,9 +13831,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13838,9 +13857,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13864,9 +13883,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13894,9 +13913,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13924,9 +13943,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13954,9 +13973,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13984,9 +14003,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14014,9 +14033,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14044,9 +14063,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14070,9 +14089,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14096,9 +14115,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14122,9 +14141,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14148,9 +14167,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14178,9 +14197,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14208,9 +14227,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14238,9 +14257,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14268,9 +14287,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14298,9 +14317,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14328,9 +14347,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14358,9 +14377,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14388,9 +14407,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14418,9 +14437,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14448,9 +14467,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14478,9 +14497,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14508,9 +14527,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14538,9 +14557,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14568,9 +14587,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14594,9 +14613,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14624,9 +14643,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14650,9 +14669,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14676,9 +14695,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14706,9 +14725,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14736,9 +14755,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14762,9 +14781,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14788,9 +14807,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14814,9 +14833,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14840,9 +14859,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14866,9 +14885,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14896,9 +14915,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14922,9 +14941,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14948,9 +14967,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14974,9 +14993,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15000,9 +15019,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15026,9 +15045,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15052,9 +15071,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15078,9 +15097,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15104,9 +15123,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15130,9 +15149,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15156,9 +15175,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15182,9 +15201,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15212,9 +15231,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15242,9 +15261,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15272,9 +15291,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15302,9 +15321,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15332,9 +15351,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15362,9 +15381,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15388,9 +15407,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15414,9 +15433,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15440,9 +15459,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15466,9 +15485,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15496,9 +15515,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15526,9 +15545,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15556,9 +15575,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15582,9 +15601,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15608,9 +15627,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15638,9 +15657,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15664,9 +15683,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15690,9 +15709,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15716,9 +15735,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15742,9 +15761,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15768,9 +15787,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15794,9 +15813,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15820,9 +15839,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15846,9 +15865,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15872,9 +15891,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15898,9 +15917,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15924,9 +15943,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15950,9 +15969,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15980,9 +15999,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16010,9 +16029,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16040,9 +16059,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16066,9 +16085,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16092,9 +16111,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16118,9 +16137,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16144,9 +16163,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16170,9 +16189,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16200,9 +16219,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16226,9 +16245,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16252,9 +16271,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16278,9 +16297,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16304,9 +16323,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16338,9 +16358,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16364,9 +16385,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16385,9 +16406,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16406,9 +16427,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16426,9 +16447,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16452,9 +16473,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16477,9 +16498,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16506,9 +16527,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16535,9 +16556,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16565,9 +16586,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -10.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16590,9 +16611,9 @@ "BaseValueUnits": 2.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16615,9 +16636,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16640,9 +16661,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16665,9 +16686,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16691,9 +16712,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16717,9 +16738,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16742,9 +16763,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16767,9 +16788,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16792,9 +16813,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16817,9 +16838,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16842,9 +16863,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16867,9 +16888,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16892,9 +16913,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16917,9 +16938,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16942,9 +16963,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16967,9 +16988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16992,9 +17013,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17017,9 +17038,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17042,9 +17063,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17067,9 +17088,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17092,9 +17113,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17117,9 +17138,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17142,9 +17163,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17167,9 +17188,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17192,9 +17213,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17217,9 +17238,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17242,9 +17263,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17267,9 +17288,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17292,9 +17313,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17318,9 +17339,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17344,9 +17365,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17370,9 +17391,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17396,9 +17417,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17417,9 +17439,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17443,9 +17466,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17469,9 +17493,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17495,9 +17520,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17521,9 +17546,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17547,9 +17572,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/pt-br/ConstructedTechnology.lang.json b/assets/json/pt-br/ConstructedTechnology.lang.json index 91f7119e..15901257 100644 --- a/assets/json/pt-br/ConstructedTechnology.lang.json +++ b/assets/json/pt-br/ConstructedTechnology.lang.json @@ -9,9 +9,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/1.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -35,9 +35,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/2.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -70,9 +70,9 @@ "Colour": "2C7C9F", "Power": -15.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -101,9 +101,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -136,9 +136,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -170,9 +170,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -200,9 +200,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/7.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -230,9 +230,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/8.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -264,9 +264,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 20, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -299,9 +299,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -333,9 +333,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -367,9 +367,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -397,9 +397,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -427,9 +427,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -457,9 +457,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -492,9 +492,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -518,9 +518,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -553,9 +553,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -588,9 +588,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -622,9 +622,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -652,9 +652,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -678,9 +678,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -712,9 +712,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -746,9 +746,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -780,9 +780,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -814,9 +814,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -848,9 +848,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -882,9 +882,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -912,9 +912,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -942,9 +942,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -972,9 +972,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1002,9 +1002,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1033,9 +1033,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1068,9 +1068,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1103,9 +1103,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1137,9 +1137,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1167,9 +1167,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/39.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1193,9 +1193,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/40.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1227,9 +1227,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1261,9 +1261,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1296,9 +1296,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1331,9 +1331,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/44.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1366,9 +1366,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/45.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1402,9 +1402,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1434,9 +1434,9 @@ "Colour": "2C7C9F", "Power": 100.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1465,9 +1465,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1492,9 +1492,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1524,9 +1524,9 @@ "Colour": "2C7C9F", "Power": 50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1560,9 +1560,9 @@ "Colour": "2C7C9F", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1596,9 +1596,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/52.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1627,9 +1627,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/53.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1649,9 +1649,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/54.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1671,9 +1671,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/55.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1702,9 +1702,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/56.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1733,9 +1733,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1764,9 +1764,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1791,9 +1791,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/59.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1818,9 +1818,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/60.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1849,9 +1849,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/61.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1880,9 +1880,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/62.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1914,9 +1914,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/63.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1948,10 +1948,10 @@ "CurrencyType": "None", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1970,9 +1970,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2000,9 +2000,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2030,9 +2030,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2060,9 +2060,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2090,9 +2090,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2120,9 +2120,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2150,9 +2150,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2180,9 +2180,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2210,9 +2210,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2240,9 +2240,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2269,9 +2269,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2298,9 +2298,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2327,9 +2327,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2356,9 +2356,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2385,9 +2385,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2414,9 +2414,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2443,9 +2443,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2472,9 +2472,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2501,9 +2501,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2530,9 +2530,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/pt-br/Cooking.lang.json b/assets/json/pt-br/Cooking.lang.json index 55e55da9..440ac5fb 100644 --- a/assets/json/pt-br/Cooking.lang.json +++ b/assets/json/pt-br/Cooking.lang.json @@ -11,13 +11,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/1.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -40,13 +40,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/2.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -69,13 +69,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/3.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -98,13 +98,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/4.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -127,13 +127,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/5.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -156,13 +156,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/6.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -185,13 +185,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/7.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -214,13 +214,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/8.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -243,13 +243,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/9.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -272,13 +272,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/10.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -301,13 +301,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/11.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -330,13 +330,13 @@ "Colour": "007951", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/12.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -359,12 +359,12 @@ "Colour": "007953", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/13.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,12 +387,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/14.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -415,12 +415,12 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/15.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -443,12 +443,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/16.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,13 +471,13 @@ "Colour": "DB2400", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/17.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -500,12 +500,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/18.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -528,12 +528,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/19.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -556,12 +556,12 @@ "Colour": "007951", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/20.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -584,12 +584,12 @@ "Colour": "007951", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/21.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -612,12 +612,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/22.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -640,13 +640,13 @@ "Colour": "79502E", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/23.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,12 +669,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/24.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -697,12 +697,12 @@ "Colour": "007953", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/25.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -725,13 +725,13 @@ "Colour": "79502E", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/26.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -754,12 +754,12 @@ "Colour": "007952", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/27.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -782,13 +782,13 @@ "Colour": "7B0000", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/28.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -811,13 +811,13 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/29.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -840,12 +840,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/30.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -868,12 +868,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/31.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -896,12 +896,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/32.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -924,12 +924,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/33.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -952,12 +952,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/34.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -980,12 +980,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/35.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1008,12 +1008,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/36.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1036,12 +1036,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/37.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1064,12 +1064,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/38.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1092,12 +1092,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/39.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1120,14 +1120,14 @@ "Colour": "7B0000", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/40.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1150,12 +1150,12 @@ "Colour": "DEDCD1", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/41.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1178,12 +1178,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/42.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1206,12 +1206,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/43.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1234,12 +1234,12 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/44.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1262,12 +1262,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/45.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1290,12 +1290,12 @@ "Colour": "DEDCD1", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/46.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1318,13 +1318,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/47.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1347,12 +1347,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/48.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1375,13 +1375,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/49.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1404,13 +1404,13 @@ "Colour": "095C77", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/50.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1433,13 +1433,13 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/51.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1462,13 +1462,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/52.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1491,13 +1491,13 @@ "Colour": "DB2400", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/53.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1520,13 +1520,13 @@ "Colour": "007953", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/54.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1549,13 +1549,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/55.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1578,13 +1578,13 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/56.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1607,13 +1607,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/57.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1636,13 +1636,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/58.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1665,13 +1665,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/59.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1694,13 +1694,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/60.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1723,12 +1723,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/61.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1751,12 +1751,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/62.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1779,12 +1779,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/63.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1807,12 +1807,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/64.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1835,13 +1835,13 @@ "Colour": "007953", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/65.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1864,12 +1864,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/66.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1892,12 +1892,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/67.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1920,12 +1920,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/68.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1948,12 +1948,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/69.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1976,13 +1976,13 @@ "Colour": "BB3830", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/70.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2005,12 +2005,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/71.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2033,12 +2033,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/72.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2061,12 +2061,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/73.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2089,12 +2089,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/74.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2117,12 +2117,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/75.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2145,12 +2145,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/76.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2173,13 +2173,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/77.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2202,13 +2202,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/78.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2231,13 +2231,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/79.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2260,13 +2260,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/80.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2289,13 +2289,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/81.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2318,13 +2318,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/82.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2347,13 +2347,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/83.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2376,13 +2376,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/84.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2405,13 +2405,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/85.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2434,13 +2434,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/86.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2463,13 +2463,13 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/87.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2492,13 +2492,13 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/88.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2521,13 +2521,13 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/89.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2550,13 +2550,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/90.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2579,13 +2579,13 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/91.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2608,13 +2608,13 @@ "Colour": "79502E", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/92.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2637,12 +2637,12 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/93.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2665,13 +2665,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/94.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2694,13 +2694,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/95.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2723,12 +2723,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/96.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2751,12 +2751,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/97.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2779,12 +2779,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/98.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2807,13 +2807,13 @@ "Colour": "79502E", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/99.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2836,13 +2836,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/100.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2865,12 +2865,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/101.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2893,12 +2893,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/102.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2921,12 +2921,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/103.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2949,12 +2949,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/104.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2977,13 +2977,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/105.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3006,12 +3006,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/106.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3034,13 +3034,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/107.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3063,12 +3063,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/108.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3091,12 +3091,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/109.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3119,12 +3119,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/110.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3147,12 +3147,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/111.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3175,13 +3175,13 @@ "Colour": "095C77", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/112.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3204,13 +3204,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/113.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3233,12 +3233,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/114.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3261,13 +3261,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/115.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3290,12 +3290,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/116.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3318,13 +3318,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/117.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3347,12 +3347,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/118.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3373,12 +3373,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/119.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3399,12 +3399,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/120.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3425,11 +3425,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/121.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3450,13 +3451,13 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/122.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3482,11 +3483,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/123.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3507,11 +3509,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/124.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3532,11 +3535,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/125.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3557,11 +3561,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/126.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3582,12 +3587,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/127.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3610,12 +3615,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/128.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3638,13 +3643,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/129.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3667,12 +3672,12 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/130.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,12 +3700,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/131.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3723,12 +3728,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/132.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3751,12 +3756,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/133.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3779,12 +3784,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/134.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3807,12 +3812,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/135.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3835,12 +3840,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/136.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3863,12 +3868,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/137.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3891,12 +3896,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/138.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3919,12 +3924,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/139.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3947,12 +3952,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/140.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3975,12 +3980,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/141.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4003,12 +4008,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/142.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4031,12 +4036,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/143.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4059,12 +4064,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/144.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4087,12 +4092,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/145.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4115,12 +4120,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/146.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4143,12 +4148,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/147.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4171,12 +4176,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/148.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4199,12 +4204,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/149.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4227,12 +4232,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/150.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4255,12 +4260,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/151.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4283,12 +4288,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/152.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4311,12 +4316,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/153.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4339,13 +4344,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/154.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4368,12 +4373,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/155.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4396,12 +4401,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/156.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4424,12 +4429,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/157.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4452,12 +4457,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/158.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4480,12 +4485,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/159.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4508,12 +4513,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/160.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4536,13 +4541,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/161.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4565,12 +4570,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/162.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4593,12 +4598,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/163.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4621,12 +4626,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/164.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4649,12 +4654,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/165.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4677,12 +4682,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/166.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4705,12 +4710,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/167.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4733,12 +4738,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/168.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4761,12 +4766,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/169.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4789,12 +4794,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/170.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4817,12 +4822,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/171.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4845,12 +4850,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/172.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4873,12 +4878,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/173.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4901,12 +4906,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/174.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4929,12 +4934,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/175.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4957,12 +4962,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/176.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4985,12 +4990,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/177.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5013,12 +5018,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/178.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5041,12 +5046,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/179.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5068,12 +5073,12 @@ "MaxStackSize": 50.0, "Colour": "6AD01E", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5095,12 +5100,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5123,12 +5128,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/182.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5151,13 +5156,13 @@ "Colour": "D35300", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/183.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5180,12 +5185,12 @@ "Colour": "6AD01E", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/184.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5208,12 +5213,12 @@ "Colour": "F26D15", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/185.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5236,12 +5241,12 @@ "Colour": "6AD01E", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/186.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5264,13 +5269,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/187.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5293,13 +5298,13 @@ "Colour": "6AD01E", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/188.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5322,13 +5327,13 @@ "Colour": "6AD01E", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/189.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5351,12 +5356,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/190.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5379,12 +5384,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/191.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5407,12 +5412,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/192.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5435,12 +5440,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/193.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5463,12 +5468,12 @@ "Colour": "8A7F72", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/194.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5491,12 +5496,12 @@ "Colour": "1EA3EE", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/195.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5519,12 +5524,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/196.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5547,12 +5552,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/197.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5575,12 +5580,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/198.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5603,12 +5608,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/199.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5631,12 +5636,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/200.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5659,12 +5664,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/201.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5687,12 +5692,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/202.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5715,12 +5720,12 @@ "Colour": "8A7F72", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/203.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5742,12 +5747,12 @@ "MaxStackSize": 50.0, "Colour": "6AD01E", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5770,12 +5775,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/205.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5798,12 +5803,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/206.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5825,12 +5830,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5853,12 +5858,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/208.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5881,12 +5886,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/209.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5909,12 +5914,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/210.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5937,12 +5942,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/211.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5965,12 +5970,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/212.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5993,12 +5998,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/213.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6021,12 +6026,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/214.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6049,12 +6054,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/215.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6077,12 +6082,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/216.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6105,12 +6110,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/217.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6133,12 +6138,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/218.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6161,12 +6166,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/219.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6189,12 +6194,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/220.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6217,12 +6222,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/221.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6245,12 +6250,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/222.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6273,12 +6278,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/223.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6301,12 +6306,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/224.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6329,12 +6334,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/225.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6357,12 +6362,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/226.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6385,12 +6390,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/227.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6413,12 +6418,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/228.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6441,12 +6446,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/229.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6469,12 +6474,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/230.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6497,12 +6502,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/231.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6525,12 +6530,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/232.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6553,12 +6558,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/233.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6581,12 +6586,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/234.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6609,12 +6614,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/235.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6637,12 +6642,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/236.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6665,12 +6670,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/237.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6693,12 +6698,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/238.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6721,12 +6726,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/239.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6749,12 +6754,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/240.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6777,12 +6782,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/241.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6805,12 +6810,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/242.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6833,12 +6838,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/243.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6861,12 +6866,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/244.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6889,12 +6894,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/245.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6917,12 +6922,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/246.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6945,12 +6950,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/247.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6973,12 +6978,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/248.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7001,12 +7006,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/249.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7029,12 +7034,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/250.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7057,12 +7062,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/251.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7084,12 +7089,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7111,12 +7116,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7138,12 +7143,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7165,12 +7170,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7192,12 +7197,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7219,12 +7224,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7246,12 +7251,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7273,12 +7278,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7300,12 +7305,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7327,13 +7332,13 @@ "MaxStackSize": 50.0, "Colour": "DEDCD1", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7355,13 +7360,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7383,13 +7388,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7411,13 +7416,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7439,12 +7444,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7466,12 +7471,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7493,12 +7498,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7520,12 +7525,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7547,12 +7552,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7574,12 +7579,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7601,13 +7606,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7629,13 +7634,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7657,13 +7662,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7685,13 +7690,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7713,13 +7718,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7741,13 +7746,13 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7769,12 +7774,12 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7796,12 +7801,12 @@ "MaxStackSize": 50.0, "Colour": "DEDCD1", "CookingValue": 0.9, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7823,12 +7828,12 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7850,12 +7855,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7877,13 +7882,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/pt-br/Curiosity.lang.json b/assets/json/pt-br/Curiosity.lang.json index 4dfc34d9..d3149f28 100644 --- a/assets/json/pt-br/Curiosity.lang.json +++ b/assets/json/pt-br/Curiosity.lang.json @@ -10,11 +10,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -34,12 +34,12 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -59,9 +59,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -94,11 +94,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -123,11 +123,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -156,11 +156,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -189,11 +189,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -222,11 +222,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/8.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -255,11 +255,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/9.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -288,11 +288,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/10.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -321,11 +321,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -354,11 +354,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/12.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,11 +387,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/13.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -420,11 +420,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/14.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -445,14 +445,14 @@ "Colour": "CCCCCC", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/curiosities/15.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -472,11 +472,11 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/16.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -496,12 +496,12 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -522,13 +522,13 @@ "Colour": "CCCCCC", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/curiosities/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -548,12 +548,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -573,10 +573,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -609,12 +609,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/21.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -634,10 +634,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/22.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -657,11 +657,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -681,11 +681,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/24.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -705,9 +705,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -727,9 +727,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -749,11 +749,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -773,11 +773,12 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/28.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -799,11 +800,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/29.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -825,12 +826,12 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -852,11 +853,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/31.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -878,12 +879,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/32.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -903,9 +904,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -925,9 +926,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -947,9 +948,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -969,10 +970,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/36.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -992,9 +993,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1014,9 +1015,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1036,10 +1037,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/39.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1059,10 +1060,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/40.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1082,9 +1083,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1113,9 +1114,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1144,9 +1145,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1175,10 +1176,10 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/44.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1198,10 +1199,10 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/45.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1221,9 +1222,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1242,9 +1243,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1263,9 +1264,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1284,9 +1285,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1305,9 +1306,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1326,10 +1327,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1350,10 +1351,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1374,10 +1375,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1396,10 +1397,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,10 +1419,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1442,10 +1443,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1464,10 +1465,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1486,10 +1487,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1510,10 +1511,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1532,10 +1533,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1554,10 +1555,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1578,10 +1579,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1600,10 +1601,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1622,9 +1623,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "DEDCD1", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 5000, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1642,9 +1644,9 @@ "BaseValueUnits": 256000.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/pt-br/Factions.lang.json b/assets/json/pt-br/Factions.lang.json new file mode 100644 index 00000000..cf34bf59 --- /dev/null +++ b/assets/json/pt-br/Factions.lang.json @@ -0,0 +1,1527 @@ +{ + "Milestone": "MARCOS", + "Category": "CATEGORIAS", + "Categories": [ + { + "Id": "journey", + "Name": "Marcos da jornada", + "Description": "Uma jornada infinita. Explore e sobreviva em um universo sem fronteiras", + "Missions": [], + "Additional": [ + "NavigateToJourneyPage" + ] + } + ], + "Lifeform": "FORMAS DE VIDA", + "Lifeforms": [ + { + "Id": "gek", + "Name": "Os Geks", + "Description": "De pequena estatura, estas criaturas reptilianas e bicudas são os principais comerciantes da galáxia. Elas são capazes de se comunicar por meio de feromônios liberados cuidadosamente e transmitem conceitos e sentimentos complexos através de odores.\n\nOriginárias do planeta Balaron, elas são vistas com desconfiança pelas outras formas de vida inteligentes devido às ações dos Primeiros Filhos Geks que conquistaram terras e mataram criaturas para formar seu poderoso império.", + "Missions": [ + { + "Name": "Reputação", + "Icon": "faction/MEDAL.GEKGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "Rival", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "Concorrente", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "Cliente", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "Freguês", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "Cliente valioso", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "Colega", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Sócio", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Amigo", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Amigaço", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Mais favorecido", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.GEKGOLD.png", + "Name": "Lorde do Comércio", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Missões concluídas", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Palavras coletadas", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "BALBUCIADOR", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "INICIANTE", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ESTUDANTE", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "COMPREENDIDO", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ACADÊMICO", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "FLUENTE", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "INTÉRPRETE", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "LINGUISTA", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "POLIGLOTA", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "TRADUTOR UNIVERSAL", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "PEIXE-BABEL", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "Sistemas visitados", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + }, + { + "Id": "vykeen", + "Name": "Os Vy'keens", + "Description": "Os Vy'keens são seres semelhantes a guerreiros originários do sistema Dryn'dargh e obcecados pela derrota dos Sentinelas. Controlados pelo alto comando Vy'keen, eles lutam contra a ameaça dos sentinelas por toda a galáxia.\n\nApesar de sua aparência agressiva, seguem um código de honra rigoroso. Dão mais valor à lealdade, ao sacrifício e a uma boa morte do que a bens materiais ou conhecimento e juraram ajudar o Viajante sempre que possível.", + "Missions": [ + { + "Name": "Reputação", + "Icon": "faction/MEDAL.VYKEENGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "Inimigo", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "Detrator", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "Neutro", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "Cúmplice", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "Aliado", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "Seguidor", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Camarada", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Preceptor", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Ajudante", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Comandante", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.VYKEENGOLD.png", + "Name": "Templário", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Missões concluídas", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Palavras coletadas", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "BALBUCIADOR", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "INICIANTE", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ESTUDANTE", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "COMPREENDIDO", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ACADÊMICO", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "FLUENTE", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "INTÉRPRETE", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "LINGUISTA", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "POLIGLOTA", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "TRADUTOR UNIVERSAL", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "PEIXE-BABEL", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "Sistemas visitados", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + }, + { + "Id": "explorer", + "Name": "Os Korvax", + "Description": "As entidades Korvax são formas de vida inorgânicas que habitam invólucros metálicos passados de geração a geração. Elas acreditam que, através do estudo matemático, podem chegar ao nível do Atlas. Para isso, precisam estudar os sentinelas.\n\nCada Korvax é uma mente pura, uma parte de sua grande Convergência coletiva. O invólucro que habitam têm pouca importância em comparação à sua ligação com essa consciência grupal.\n\nOs Korvax foram escravizados pelos Primeiros Filhos Geks e muitos deles ainda veem os Geks com muita desconfiança.", + "Missions": [ + { + "Name": "Reputação", + "Icon": "faction/MEDAL.KORVAXGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "Incômodo", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "Irritação", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "Inculto", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "Interessante", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "Cobaia", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "Focado", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Candidato em teste", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Significante", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Salvador", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Singularidade", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.KORVAXGOLD.png", + "Name": "Viajante do Atlas", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Missões concluídas", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Palavras coletadas", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "BALBUCIADOR", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "INICIANTE", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ESTUDANTE", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "COMPREENDIDO", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ACADÊMICO", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "FLUENTE", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "INTÉRPRETE", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "LINGUISTA", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "POLIGLOTA", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "TRADUTOR UNIVERSAL", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "PEIXE-BABEL", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "Sistemas visitados", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + } + ], + "Guild": "GUILDAS", + "Guilds": [ + { + "Id": "traGuild", + "Name": "Guilda dos mercadores", + "Description": "Uma organização que representa empresas e mercadores independentes de toda a galáxia. Ela ajuda a encomendar e controlar os serviços de um piloto em nome de seus integrantes.\n\nA guilda dos mercadores é naturalmente dominada pelos Geks, mas não é um clube exclusivo. Todas as formas de vida são bem-vindas, desde que tenham a reserva de capital necessária...", + "Missions": [ + { + "Name": "Reputação", + "Icon": "faction/MEDAL.MERCHGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "Odiado", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "Hostil", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "Desconhecido", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "Iniciado", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "Aprendiz", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "Oficial", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Associado", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Sênior", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Mestre", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Ancião", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.MERCHGOLD.png", + "Name": "Exaltado", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Missões concluídas", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Unidades acumuladas", + "Icon": "faction/MEDAL.UNITSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.UNITSOFF.png", + "Name": "NOVO NEGÓCIO", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "CAMINHONEIRO ESPACIAL", + "RequiredProgress": 75000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "COMERCIANTE", + "RequiredProgress": 100000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "FAZEDOR DE DINHEIRO", + "RequiredProgress": 150000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "MERCADOR", + "RequiredProgress": 250000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "EMPREENDEDOR", + "RequiredProgress": 500000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "EMPRESÁRIO", + "RequiredProgress": 750000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "INVESTIDOR", + "RequiredProgress": 1000000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "CAPITALISTA", + "RequiredProgress": 1250000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "MAGNATA", + "RequiredProgress": 1500000 + }, + { + "Icon": "faction/MEDAL.UNITSGOLD.png", + "Name": "RICO", + "RequiredProgress": 2000000 + } + ] + }, + { + "Name": "Plantas cultivadas", + "Icon": "faction/MEDAL.PLANTSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANTSOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.PLANTSGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 80 + } + ] + } + ] + }, + { + "Id": "warGuild", + "Name": "Guilda dos mercenários", + "Description": "Um grupo informal de organizações mercenárias de toda a galáxia. A guilda é composta por uma série de facções concorrentes e muitas delas brigariam umas com as outras se tivessem a chance.\n\nPiratas, justiceiros, policiais disfarçados, cultistas, rebeldes e expedicionários... Os integrantes da guilda dos mercenários mantêm a paz na galáxia ao garantirem que os trabalhos sejam dados ao grupo certo de oportunistas armados.", + "Missions": [ + { + "Name": "Reputação", + "Icon": "faction/MEDAL.WARRIORGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "Odiado", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "Hostil", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "Desconhecido", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "Iniciado", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "Aprendiz", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "Oficial", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Associado", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Sênior", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Mestre", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Ancião", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.WARRIORGOLD.png", + "Name": "Exaltado", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Missões concluídas", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Sentinelas destruídos", + "Icon": "faction/MEDAL.SENTINELSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.SENTINELSOFF.png", + "Name": "DESPREOCUPADO", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "NOVATO", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "INCÔMODO", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "BRIGUENTO", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "ENCRENQUEIRO", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "LUTADOR", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "AMEAÇA", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "NOTÓRIO", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "PERIGOSO", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "ESPECIALISTA", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.SENTINELSGOLD.png", + "Name": "LENDA", + "RequiredProgress": 80 + } + ] + }, + { + "Name": "Naves destruídas", + "Icon": "faction/MEDAL.PIRATESGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PIRATESOFF.png", + "Name": "NÃO TESTADO", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "NOVATO", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "INCÔMODO", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "BRIGUENTO", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "ENCRENQUEIRO", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "LUTADOR", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "AMEAÇA", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "NOTÓRIO", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "PERIGOSO", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "ESPECIALISTA", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.PIRATESGOLD.png", + "Name": "LENDA", + "RequiredProgress": 80 + } + ] + } + ] + }, + { + "Id": "traGuild", + "Name": "Guilda dos exploradores", + "Description": "Uma associação de pesquisadores e exploradores, a guilda dos exploradores facilita o encontro entre aqueles que precisam de dados com os que os obtêm.\n\nOs associados estão divididos entre instituições científicas, sociedades geográficas, empresas de tecnologia e há exploradores independentes ocasionais. A guilda oferece recursos, laboratórios coletivos, palestras e medalhas anuais.", + "Missions": [ + { + "Name": "Reputação", + "Icon": "faction/MEDAL.EXPLORERGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "Odiado", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "Hostil", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "Desconhecido", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "Iniciado", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "Aprendiz", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "Oficial", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Associado", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Sênior", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Mestre", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Ancião", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.EXPLORERGOLD.png", + "Name": "Exaltado", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Missões concluídas", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Criaturas raras verificadas", + "Icon": "faction/MEDAL.CREATURESGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.CREATUREOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 25 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 35 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 45 + }, + { + "Icon": "faction/MEDAL.CREATURESGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + } + ] + }, + { + "Name": "Exploração espacial", + "Icon": "faction/MEDAL.WARPSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WARPSOFF.png", + "Name": "OBSERVADOR DE ESTRELAS", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "BANDEIRANTE", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "BATEDOR", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "DOBRA PREPARADA", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "PESQUISADOR", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "PERAMBULADOR", + "RequiredProgress": 25 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "VIAJANTE", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "PIONEIRO", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "EXPLORADOR", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "SUPERVISOR", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.WARPSGOLD.png", + "Name": "DESCOBRIDOR", + "RequiredProgress": 75 + } + ] + } + ] + } + ] +} \ 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 c61c4c9b..39c9d4ce 100644 --- a/assets/json/pt-br/Others.lang.json +++ b/assets/json/pt-br/Others.lang.json @@ -9,10 +9,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -34,10 +34,10 @@ "MaxStackSize": 20.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/2.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -59,11 +59,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/other/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -83,11 +83,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/other/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -107,10 +107,10 @@ "MaxStackSize": 20.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/other/5.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -130,10 +130,10 @@ "MaxStackSize": 20.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/6.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -153,10 +153,10 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/7.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -176,10 +176,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -198,9 +199,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -219,9 +220,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -240,9 +241,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -261,9 +263,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -282,9 +284,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -303,9 +305,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -324,9 +327,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -345,9 +349,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -366,9 +371,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,9 +393,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -408,9 +414,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -429,9 +435,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -450,9 +457,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,9 +479,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -492,9 +501,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -513,9 +522,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -534,9 +544,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -555,9 +565,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -576,9 +586,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -597,9 +607,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -618,9 +629,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -639,9 +651,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -660,9 +672,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -681,9 +694,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -702,9 +715,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -723,9 +736,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -744,9 +757,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -765,9 +778,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -786,9 +799,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -807,10 +820,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -829,9 +842,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -850,10 +863,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -872,9 +885,9 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -893,9 +906,9 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -914,9 +927,9 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -935,9 +948,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -956,9 +969,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -977,9 +990,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1003,9 +1016,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1029,9 +1042,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1055,9 +1068,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1081,9 +1094,10 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1107,9 +1121,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1133,9 +1147,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1154,9 +1168,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1175,9 +1189,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1196,9 +1210,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1217,9 +1231,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1238,9 +1252,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1259,9 +1273,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1280,9 +1294,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1301,9 +1315,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1322,9 +1336,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1343,9 +1357,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1364,9 +1378,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1385,9 +1399,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1406,9 +1420,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1427,9 +1441,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1448,9 +1462,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1469,9 +1483,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1490,9 +1504,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1511,9 +1525,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1532,9 +1546,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1553,9 +1567,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1574,9 +1588,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1595,9 +1609,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1616,9 +1630,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1637,9 +1651,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1658,9 +1672,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1679,9 +1693,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1700,9 +1714,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1730,9 +1744,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1756,9 +1770,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1782,9 +1796,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1808,9 +1822,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1834,9 +1848,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1860,9 +1874,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1886,9 +1900,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1912,9 +1926,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1938,9 +1952,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1964,9 +1978,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1985,9 +1999,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2006,9 +2020,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2027,9 +2041,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2047,9 +2061,9 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "311A49", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2070,9 +2084,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2096,9 +2110,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2122,9 +2136,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2148,9 +2162,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2174,9 +2188,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2200,9 +2214,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2221,9 +2235,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2242,9 +2256,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2263,9 +2277,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2284,9 +2298,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2305,9 +2319,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2326,9 +2340,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2347,9 +2361,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2368,9 +2382,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2389,9 +2403,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2410,9 +2424,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2431,9 +2445,10 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2452,9 +2467,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2473,10 +2488,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2495,9 +2510,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2516,9 +2532,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2537,9 +2554,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2558,9 +2576,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2579,9 +2598,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2605,9 +2625,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2626,9 +2647,11 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2647,9 +2670,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2668,9 +2693,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2689,9 +2716,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2710,9 +2739,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2736,9 +2766,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2757,9 +2787,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2778,9 +2808,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2799,9 +2829,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2820,9 +2850,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2841,9 +2871,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2862,9 +2892,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2883,9 +2913,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2904,9 +2934,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2925,9 +2955,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2946,9 +2976,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2967,9 +2997,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2987,7 +3017,10 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [ + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3005,7 +3038,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3023,7 +3056,9 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [ + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3041,7 +3076,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3059,7 +3094,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3077,7 +3112,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3095,9 +3130,9 @@ "BaseValueUnits": 80.0, "CurrencyType": "Quicksilver", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3117,9 +3152,9 @@ "BaseValueUnits": 3200.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3138,9 +3173,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3159,9 +3195,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3180,9 +3217,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3218,9 +3256,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3239,9 +3278,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3265,9 +3305,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3286,9 +3327,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3307,9 +3349,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3328,9 +3371,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3349,9 +3393,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3370,9 +3415,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3391,9 +3437,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3412,9 +3459,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3433,9 +3481,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3454,9 +3503,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3475,9 +3525,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3496,9 +3547,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3517,9 +3569,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3538,9 +3591,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3559,9 +3613,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3580,9 +3635,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3601,9 +3657,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3622,9 +3679,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3643,9 +3701,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3669,9 +3727,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,9 +3753,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3721,9 +3779,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3747,9 +3805,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3773,9 +3831,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3799,9 +3857,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3825,9 +3883,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3851,9 +3909,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3877,9 +3935,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3903,9 +3961,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3929,9 +3987,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3955,9 +4013,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3981,9 +4039,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4002,10 +4060,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4024,10 +4082,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4046,9 +4104,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4067,9 +4126,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4088,9 +4148,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4109,9 +4170,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4135,9 +4197,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4156,9 +4219,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4177,9 +4241,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4198,9 +4263,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4224,9 +4290,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4260,9 +4327,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4281,9 +4348,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4302,9 +4369,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4323,9 +4390,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4344,9 +4411,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4365,10 +4432,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4389,10 +4456,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4413,10 +4480,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4437,10 +4504,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4461,10 +4528,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4485,9 +4552,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4506,9 +4574,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4527,9 +4596,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4548,9 +4618,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4574,9 +4645,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4595,9 +4667,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/pt-br/Products.lang.json b/assets/json/pt-br/Products.lang.json index 2f092594..61fe1b3f 100644 --- a/assets/json/pt-br/Products.lang.json +++ b/assets/json/pt-br/Products.lang.json @@ -10,11 +10,11 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -43,10 +43,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -76,13 +76,13 @@ "Colour": "F3A923", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/products/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -107,10 +107,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/4.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -130,11 +131,11 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -159,10 +160,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -187,10 +188,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -219,10 +220,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -242,10 +244,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/9.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -265,10 +268,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/10.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -288,13 +292,13 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -319,10 +323,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/12.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -351,10 +355,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/13.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -383,10 +387,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/14.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -415,10 +419,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/15.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -447,10 +451,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/16.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -479,13 +483,13 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 0, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -514,12 +518,12 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -548,14 +552,14 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -584,13 +588,13 @@ "MaxStackSize": 100.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -619,10 +623,11 @@ "MaxStackSize": 100.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/21.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -642,11 +647,11 @@ "MaxStackSize": 50.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/22.png", - "Usages": { - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -675,14 +680,14 @@ "MaxStackSize": 100.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -711,10 +716,11 @@ "MaxStackSize": 100.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/24.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -734,10 +740,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/25.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -766,10 +772,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/26.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -798,10 +804,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -830,13 +836,13 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/28.png", - "Usages": { - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -865,12 +871,12 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/29.png", - "Usages": { - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -903,11 +909,11 @@ "MaxStackSize": 5000.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/products/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "CraftingOutputAmount": 1250, "BlueprintCost": 1, "BlueprintCostType": "None", @@ -933,9 +939,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -955,9 +962,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -977,9 +985,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -999,9 +1008,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -1021,9 +1031,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -1043,9 +1054,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1065,11 +1077,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/49.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1098,10 +1110,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/51.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -1130,10 +1142,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/52.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1162,10 +1174,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/53.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -1194,11 +1206,11 @@ "MaxStackSize": 25.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/54.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1223,11 +1235,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/55.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1252,10 +1264,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/56.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1284,11 +1296,11 @@ "MaxStackSize": 20.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/57.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1317,10 +1329,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/58.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1349,12 +1361,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/59.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1383,12 +1395,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/60.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1417,12 +1429,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/61.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1451,11 +1463,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/62.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1484,10 +1496,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/63.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1516,11 +1528,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/64.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1549,11 +1561,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/65.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1582,10 +1594,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/66.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1614,11 +1626,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/67.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1647,10 +1659,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/68.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1679,10 +1691,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/69.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1711,10 +1723,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/70.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1743,13 +1755,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/71.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1778,13 +1790,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/72.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1813,13 +1825,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/73.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1848,13 +1860,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/74.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1883,13 +1895,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/75.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1918,13 +1930,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/76.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1953,12 +1965,12 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/77.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1991,12 +2003,12 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/78.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2029,9 +2041,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/79.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2064,9 +2076,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/80.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2099,10 +2111,10 @@ "MaxStackSize": 20.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/81.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2122,9 +2134,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/82.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2144,9 +2156,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/83.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2166,9 +2178,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/84.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2188,9 +2200,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/85.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2210,9 +2222,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/86.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2232,9 +2244,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/87.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2254,9 +2266,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/88.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2276,9 +2288,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/89.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2298,9 +2310,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/90.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2333,9 +2345,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/91.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2368,9 +2380,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/92.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2403,9 +2415,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/93.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2434,9 +2446,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/94.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2455,9 +2467,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2476,9 +2488,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2497,9 +2509,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2519,10 +2531,10 @@ "MaxStackSize": 150.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/98.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2541,10 +2553,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2675,9 +2687,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2696,9 +2708,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2717,9 +2729,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2738,10 +2750,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2762,10 +2774,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2786,10 +2798,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2810,10 +2822,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2845,10 +2857,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2880,10 +2892,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2911,10 +2923,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2946,10 +2958,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2981,11 +2993,11 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3006,11 +3018,11 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3030,10 +3042,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3051,10 +3063,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3072,10 +3084,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3093,10 +3105,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3114,10 +3126,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3135,10 +3147,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3156,10 +3168,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3177,10 +3189,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3198,10 +3210,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3219,10 +3231,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3240,10 +3252,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3261,10 +3273,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3282,10 +3294,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3303,10 +3315,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3324,10 +3336,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3345,10 +3357,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3366,10 +3378,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3387,10 +3399,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3408,10 +3420,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3429,10 +3441,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3450,10 +3462,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3471,10 +3483,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3492,10 +3504,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3513,10 +3525,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3534,10 +3546,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3555,10 +3567,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3576,10 +3588,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3597,10 +3609,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3619,10 +3631,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3643,11 +3655,11 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3666,10 +3678,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3689,10 +3701,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3710,10 +3722,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3731,10 +3743,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3752,10 +3764,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3773,10 +3785,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3796,10 +3808,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3819,11 +3831,11 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3841,11 +3853,11 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3863,12 +3875,12 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3886,10 +3898,10 @@ "BaseValueUnits": 3200.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3922,10 +3934,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3943,10 +3955,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3964,10 +3976,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3985,10 +3997,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4006,10 +4018,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4027,10 +4039,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4048,10 +4060,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/pt-br/RawMaterials.lang.json b/assets/json/pt-br/RawMaterials.lang.json index 63fe8047..db6e66d0 100644 --- a/assets/json/pt-br/RawMaterials.lang.json +++ b/assets/json/pt-br/RawMaterials.lang.json @@ -12,15 +12,15 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -42,15 +42,15 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -71,14 +71,14 @@ "MaxStackSize": 9999.0, "Colour": "BB3830", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -99,12 +99,12 @@ "MaxStackSize": 9999.0, "Colour": "DEDCD1", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -125,14 +125,14 @@ "MaxStackSize": 9999.0, "Colour": "355A7D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -153,13 +153,13 @@ "MaxStackSize": 9999.0, "Colour": "355A7D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -180,13 +180,13 @@ "MaxStackSize": 9999.0, "Colour": "DEDCD1", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -207,13 +207,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/8.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -234,13 +234,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/9.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -261,13 +261,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/10.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -288,12 +288,12 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -314,14 +314,14 @@ "MaxStackSize": 9999.0, "Colour": "F26D15", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/12.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -342,14 +342,14 @@ "MaxStackSize": 9999.0, "Colour": "F26D15", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/13.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -370,13 +370,13 @@ "MaxStackSize": 9999.0, "Colour": "005C83", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/14.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -397,13 +397,13 @@ "MaxStackSize": 9999.0, "Colour": "005C83", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/15.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -425,14 +425,14 @@ "Colour": "1E8A42", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/16.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -453,13 +453,13 @@ "MaxStackSize": 9999.0, "Colour": "1E8A42", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -480,12 +480,12 @@ "MaxStackSize": 9999.0, "Colour": "1E8A42", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -506,13 +506,13 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -533,13 +533,13 @@ "MaxStackSize": 9999.0, "Colour": "7B0000", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -560,13 +560,13 @@ "MaxStackSize": 9999.0, "Colour": "36611C", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/21.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -587,13 +587,13 @@ "MaxStackSize": 9999.0, "Colour": "01387D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/22.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -615,15 +615,15 @@ "Colour": "260000", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -644,13 +644,13 @@ "MaxStackSize": 9999.0, "Colour": "4E404F", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/24.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -671,14 +671,14 @@ "MaxStackSize": 9999.0, "Colour": "E57002", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/25.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -699,14 +699,14 @@ "MaxStackSize": 9999.0, "Colour": "00A64D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/26.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -727,14 +727,14 @@ "MaxStackSize": 9999.0, "Colour": "FFAD00", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/27.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -755,14 +755,14 @@ "MaxStackSize": 9999.0, "Colour": "1E4FD0", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/28.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -783,14 +783,14 @@ "MaxStackSize": 9999.0, "Colour": "DB2400", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/29.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -812,15 +812,15 @@ "Colour": "512741", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -841,13 +841,13 @@ "MaxStackSize": 9999.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/31.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -868,14 +868,14 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/32.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -896,14 +896,14 @@ "MaxStackSize": 9999.0, "Colour": "AA6E06", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/33.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -924,13 +924,13 @@ "MaxStackSize": 9999.0, "Colour": "507575", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/34.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -951,13 +951,13 @@ "MaxStackSize": 9999.0, "Colour": "265E3A", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/35.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -978,13 +978,13 @@ "MaxStackSize": 9999.0, "Colour": "4C3780", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/36.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1005,13 +1005,13 @@ "MaxStackSize": 9999.0, "Colour": "DE921F", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/37.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1032,12 +1032,12 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/38.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1058,11 +1058,11 @@ "MaxStackSize": 9999.0, "Colour": "7B0000", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/39.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1083,11 +1083,11 @@ "MaxStackSize": 9999.0, "Colour": "36611C", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/40.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1108,11 +1108,11 @@ "MaxStackSize": 9999.0, "Colour": "01387D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/41.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1134,14 +1134,14 @@ "Colour": "00A64D", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/42.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1163,14 +1163,14 @@ "Colour": "1E4FD0", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/43.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1192,14 +1192,14 @@ "Colour": "C5871D", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/44.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1221,14 +1221,14 @@ "Colour": "239626", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/45.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1250,14 +1250,14 @@ "Colour": "B94318", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/46.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1279,14 +1279,14 @@ "Colour": "208DAB", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/47.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1308,13 +1308,13 @@ "Colour": "5B6F35", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/48.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1336,13 +1336,13 @@ "Colour": "005C83", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/49.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1364,14 +1364,14 @@ "Colour": "79502E", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/50.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1392,12 +1392,12 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/51.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,13 +1418,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/52.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1445,12 +1445,12 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/53.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1471,13 +1471,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/54.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1498,13 +1498,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/55.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1525,11 +1525,11 @@ "MaxStackSize": 9999.0, "Colour": "1E354E", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/56.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1550,9 +1550,9 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1573,9 +1573,9 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1596,10 +1596,10 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/59.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1620,10 +1620,10 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/60.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1643,11 +1643,11 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "1A2733", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1667,10 +1667,10 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "DEDCD1", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1690,9 +1690,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1712,9 +1712,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1734,9 +1734,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1756,9 +1756,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1778,9 +1778,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1800,9 +1800,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1822,11 +1822,11 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "512741", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/pt-br/Technology.lang.json b/assets/json/pt-br/Technology.lang.json index 47a6e5dd..440985ce 100644 --- a/assets/json/pt-br/Technology.lang.json +++ b/assets/json/pt-br/Technology.lang.json @@ -8,10 +8,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -34,9 +34,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -63,10 +63,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -89,9 +89,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -114,9 +114,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -139,9 +139,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -168,9 +168,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 200, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -197,10 +197,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -231,10 +231,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -265,10 +265,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -299,10 +299,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -333,9 +333,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -366,9 +366,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -395,9 +395,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -424,9 +424,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -457,9 +457,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -486,9 +486,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 350, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -519,9 +519,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 240, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -552,9 +552,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -577,9 +577,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 310, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -610,9 +610,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 580, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -643,9 +643,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -672,10 +672,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -702,9 +702,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -731,10 +731,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -761,9 +761,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -794,9 +794,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -827,9 +827,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -856,10 +856,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -886,9 +886,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -915,9 +915,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -944,9 +944,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 200, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -973,10 +973,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1003,9 +1003,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 85, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1036,9 +1036,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 100, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1065,9 +1065,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 50, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1094,9 +1094,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1123,9 +1123,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1152,9 +1152,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1181,9 +1181,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1210,9 +1210,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1239,9 +1239,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1268,9 +1268,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1297,9 +1297,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1326,9 +1326,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 75, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1359,9 +1359,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1388,9 +1388,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1417,10 +1417,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1451,9 +1451,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1476,9 +1476,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1505,9 +1505,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1530,9 +1530,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1559,9 +1559,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1592,9 +1592,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1621,9 +1621,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1646,9 +1646,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1671,9 +1671,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1700,9 +1700,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 320, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1733,9 +1733,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 50, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1762,9 +1762,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1791,9 +1791,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1820,10 +1820,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1846,9 +1846,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 75, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1879,9 +1879,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1912,9 +1912,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1941,9 +1941,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1970,9 +1970,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1995,9 +1995,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2020,10 +2020,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2054,10 +2054,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2084,10 +2084,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2118,9 +2118,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2147,9 +2147,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2176,9 +2176,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2205,9 +2205,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2234,9 +2234,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2263,9 +2263,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2288,9 +2288,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2313,9 +2313,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2346,9 +2346,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2371,9 +2371,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2404,9 +2404,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2437,9 +2437,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2466,9 +2466,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2499,9 +2499,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2532,9 +2532,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2565,9 +2565,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2594,9 +2594,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 320, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2627,9 +2627,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2660,9 +2660,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2693,9 +2693,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2722,9 +2722,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2751,10 +2751,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2781,9 +2781,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2814,9 +2814,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 450, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2847,9 +2847,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2880,9 +2880,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 350, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2913,9 +2913,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2938,9 +2938,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2963,9 +2963,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2988,9 +2988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3017,9 +3017,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3042,9 +3042,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3067,9 +3067,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3092,9 +3092,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3121,9 +3121,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3146,9 +3146,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3171,9 +3171,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3196,9 +3196,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3221,9 +3221,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3246,9 +3246,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3275,9 +3275,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3300,9 +3300,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3325,9 +3325,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3350,9 +3350,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3375,9 +3375,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3404,9 +3404,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3429,9 +3429,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3458,9 +3458,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3487,9 +3487,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3516,9 +3516,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3545,9 +3545,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3570,9 +3570,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3595,9 +3595,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3620,9 +3620,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3645,9 +3645,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3670,9 +3670,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,9 +3695,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3728,9 +3728,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3761,9 +3761,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3794,9 +3794,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3827,9 +3827,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3860,9 +3860,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3893,9 +3893,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3926,9 +3926,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 360, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3955,9 +3955,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3988,9 +3988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4021,9 +4021,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 240, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4054,9 +4054,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4087,9 +4087,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4116,9 +4116,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4145,9 +4145,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4170,9 +4170,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4199,9 +4199,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4232,9 +4232,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4265,9 +4265,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4294,9 +4294,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4327,9 +4327,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4356,9 +4356,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4385,9 +4385,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4418,9 +4418,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4451,10 +4451,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4481,10 +4481,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4511,10 +4511,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4541,10 +4541,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4571,9 +4571,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4600,9 +4600,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4629,9 +4629,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4662,9 +4662,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4691,10 +4691,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4721,9 +4721,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4754,9 +4754,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4787,9 +4787,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4820,9 +4820,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4853,9 +4853,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4886,9 +4886,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4919,9 +4919,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4952,9 +4952,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4985,9 +4985,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5018,9 +5018,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5051,9 +5051,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5084,9 +5084,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5113,9 +5113,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5146,9 +5146,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5179,9 +5179,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5212,9 +5212,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5241,9 +5241,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5274,9 +5274,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5303,10 +5303,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5333,10 +5333,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5363,10 +5363,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5397,10 +5397,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5427,9 +5427,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5460,9 +5460,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5493,9 +5493,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5522,9 +5522,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5551,9 +5551,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5576,9 +5576,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5605,9 +5605,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5630,9 +5630,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5659,9 +5659,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5684,9 +5684,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5713,9 +5713,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5742,9 +5742,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5775,9 +5775,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5800,9 +5800,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5833,10 +5833,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5867,9 +5867,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5900,9 +5900,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5933,10 +5933,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5967,9 +5967,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6000,9 +6000,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6033,9 +6033,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 480, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6066,9 +6066,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6099,9 +6099,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6132,9 +6132,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6161,9 +6161,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 480, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/pt-br/TradeItems.lang.json b/assets/json/pt-br/TradeItems.lang.json index 0d7a61fe..7d3563b4 100644 --- a/assets/json/pt-br/TradeItems.lang.json +++ b/assets/json/pt-br/TradeItems.lang.json @@ -10,9 +10,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/1.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -32,10 +32,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/2.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -55,10 +55,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/3.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -78,9 +78,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -100,9 +100,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -122,9 +122,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -144,9 +144,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/7.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -166,10 +166,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/8.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -189,10 +189,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/9.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -212,9 +212,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -234,9 +234,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -256,9 +256,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -278,9 +278,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -300,9 +300,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -322,9 +322,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -344,10 +344,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/16.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -367,10 +367,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/17.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -390,10 +390,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/18.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -413,10 +413,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/19.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -436,10 +436,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/20.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -459,9 +459,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -481,10 +481,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/22.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -504,9 +504,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -526,9 +526,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -548,9 +548,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -570,10 +570,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/26.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -593,9 +593,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -615,10 +615,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/28.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -638,9 +638,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -660,9 +660,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -682,9 +682,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -704,9 +704,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -726,9 +726,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -748,9 +748,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -770,9 +770,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/pt-br/UpgradeModules.lang.json b/assets/json/pt-br/UpgradeModules.lang.json index 352013ea..dcc57805 100644 --- a/assets/json/pt-br/UpgradeModules.lang.json +++ b/assets/json/pt-br/UpgradeModules.lang.json @@ -9,10 +9,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/1.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -31,10 +31,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/2.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -53,10 +53,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/3.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -75,10 +75,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/4.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -97,10 +97,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/5.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -119,10 +119,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/6.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -141,10 +141,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/7.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -163,10 +163,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -185,10 +185,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/9.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -207,10 +207,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/10.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -229,10 +229,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/11.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -251,10 +251,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/12.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -273,10 +273,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/13.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -295,10 +295,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/14.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -317,10 +317,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/15.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -339,10 +339,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/16.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -361,10 +361,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/17.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -383,10 +383,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/18.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -405,10 +405,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/19.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -427,10 +427,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/20.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -449,10 +449,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/21.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,10 +471,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/22.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -493,10 +493,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/23.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -515,10 +515,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/24.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -537,10 +537,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/25.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -559,10 +559,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/26.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -581,10 +581,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -603,10 +603,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/28.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -625,10 +625,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/29.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -647,10 +647,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/30.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,10 +669,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/31.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -691,10 +691,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/32.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -713,10 +713,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/33.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -735,10 +735,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/34.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -757,10 +757,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/35.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -779,10 +779,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/36.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -801,10 +801,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/37.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -823,10 +823,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/38.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -845,10 +845,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/39.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -867,10 +867,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/40.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -889,10 +889,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/41.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -911,10 +911,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/42.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -933,10 +933,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/43.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -955,10 +955,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/44.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -977,10 +977,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/45.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -999,10 +999,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/46.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1021,10 +1021,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/47.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1043,10 +1043,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/48.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1065,10 +1065,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/49.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1087,10 +1087,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/50.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1109,10 +1109,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/51.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1131,10 +1131,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/52.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1153,10 +1153,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/53.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1175,10 +1175,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/54.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1197,10 +1197,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/55.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1219,10 +1219,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/56.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1241,10 +1241,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/57.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1263,10 +1263,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/58.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1285,10 +1285,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/59.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1307,10 +1307,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/60.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1329,10 +1329,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/61.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1351,10 +1351,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/62.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1373,10 +1373,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/63.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1395,10 +1395,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/64.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1417,10 +1417,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/65.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1439,10 +1439,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/66.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1461,10 +1461,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/67.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1483,10 +1483,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/68.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1505,10 +1505,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/69.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1527,10 +1527,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/70.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1549,10 +1549,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/71.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1571,10 +1571,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/72.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1593,10 +1593,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/73.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1615,10 +1615,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/74.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1637,10 +1637,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/75.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1659,10 +1659,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/76.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1681,10 +1681,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/77.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1703,10 +1703,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/78.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1725,10 +1725,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/79.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1747,10 +1747,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/80.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1769,10 +1769,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/81.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1791,10 +1791,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/82.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1813,10 +1813,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/83.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1835,10 +1835,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/84.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1857,10 +1857,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/85.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1879,10 +1879,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/86.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1901,10 +1901,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/87.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1923,10 +1923,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/88.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1945,10 +1945,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/89.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1967,10 +1967,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/90.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1989,10 +1989,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/91.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2011,10 +2011,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/92.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2033,10 +2033,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/93.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2055,10 +2055,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/94.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2077,10 +2077,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/95.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2099,10 +2099,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/96.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2121,10 +2121,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/97.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2143,10 +2143,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/98.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2165,10 +2165,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/99.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2187,10 +2187,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/100.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2209,10 +2209,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/101.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2231,10 +2231,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/102.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2253,10 +2253,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/103.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2275,10 +2275,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/104.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2297,10 +2297,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/105.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2319,10 +2319,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/106.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2341,10 +2341,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/107.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2363,10 +2363,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/108.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2385,10 +2385,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/109.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2407,10 +2407,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/110.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2429,10 +2429,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/111.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2451,10 +2451,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/112.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2473,10 +2473,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/113.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2495,10 +2495,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/114.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2517,10 +2517,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/115.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2539,10 +2539,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/116.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2561,10 +2561,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/117.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2583,10 +2583,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/118.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2605,10 +2605,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/119.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2627,10 +2627,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/120.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2649,10 +2649,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/121.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2671,10 +2671,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/122.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2693,10 +2693,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/123.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2715,10 +2715,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/124.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2737,10 +2737,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/125.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2759,10 +2759,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/126.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2781,10 +2781,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/127.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2803,10 +2803,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/128.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2825,10 +2825,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/129.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2847,10 +2847,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/130.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2869,10 +2869,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/131.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2891,10 +2891,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/132.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2913,10 +2913,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/133.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2935,10 +2935,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/134.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2957,10 +2957,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/135.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2979,10 +2979,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/136.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3001,10 +3001,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/137.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3023,10 +3023,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/138.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3044,10 +3044,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3065,10 +3065,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3086,10 +3086,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3107,10 +3107,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3128,10 +3128,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3149,10 +3149,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3170,10 +3170,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3191,10 +3191,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3212,10 +3212,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3233,10 +3233,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3254,10 +3254,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3275,10 +3275,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3296,10 +3296,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3317,10 +3317,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3338,10 +3338,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3359,10 +3359,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3380,10 +3380,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3401,10 +3401,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3422,10 +3422,10 @@ "BaseValueUnits": 600.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3443,10 +3443,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3464,10 +3464,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3485,10 +3485,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3506,10 +3506,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3527,10 +3527,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3548,10 +3548,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3569,10 +3569,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3590,10 +3590,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3611,10 +3611,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3632,10 +3632,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3653,10 +3653,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3674,10 +3674,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,10 +3695,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3716,10 +3716,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3737,10 +3737,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/pt/Buildings.lang.json b/assets/json/pt/Buildings.lang.json index 764a4499..3e9abf37 100644 --- a/assets/json/pt/Buildings.lang.json +++ b/assets/json/pt/Buildings.lang.json @@ -35,9 +35,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/2.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -65,9 +65,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -95,9 +95,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -125,9 +125,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -151,9 +151,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -182,9 +182,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/8.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -209,9 +209,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -236,9 +236,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -263,9 +263,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -290,9 +290,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -317,9 +317,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -348,9 +348,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -375,9 +375,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -402,9 +402,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -433,9 +433,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -460,9 +460,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -487,9 +487,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -514,9 +514,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -545,9 +545,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -576,9 +576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -607,9 +607,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -638,9 +638,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,9 +669,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -696,9 +696,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -723,9 +723,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -750,9 +750,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -777,9 +777,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -804,9 +804,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -831,9 +831,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -858,9 +858,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -889,9 +889,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -916,9 +916,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -943,9 +943,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -974,9 +974,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1001,9 +1001,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1028,9 +1028,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1055,9 +1055,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/39.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1086,9 +1086,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/40.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1117,9 +1117,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1144,9 +1144,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1171,9 +1171,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1198,9 +1198,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/44.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1225,9 +1225,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/45.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1252,9 +1252,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1279,9 +1279,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1306,9 +1306,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1333,9 +1333,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1360,9 +1360,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1387,9 +1387,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,9 +1418,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/52.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1445,9 +1445,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/53.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1472,9 +1472,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/54.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1503,9 +1503,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/55.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1530,9 +1530,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/56.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1557,9 +1557,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1584,9 +1584,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1615,9 +1615,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/59.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1646,9 +1646,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/60.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1673,9 +1673,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/61.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1704,9 +1704,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/62.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1735,9 +1735,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/63.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1762,9 +1762,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/64.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1789,9 +1789,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/building/65.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1838,9 +1838,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/67.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1865,9 +1865,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/68.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1892,9 +1892,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/69.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1919,9 +1919,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/70.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1946,9 +1946,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/71.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1973,9 +1973,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/72.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2004,9 +2004,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/73.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2035,9 +2035,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/building/74.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2066,9 +2066,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/75.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2092,9 +2092,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/76.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2118,9 +2118,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/77.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2149,9 +2149,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/78.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2176,9 +2176,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/79.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2206,9 +2206,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/80.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2236,9 +2236,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/81.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2262,9 +2262,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/82.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2289,9 +2289,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/83.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2316,9 +2316,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/84.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2342,9 +2342,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/85.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2372,9 +2372,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/86.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2398,9 +2398,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/87.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2424,9 +2424,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/88.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2450,9 +2450,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/89.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2476,9 +2476,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/90.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2502,9 +2502,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/91.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2528,9 +2528,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/92.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2554,9 +2554,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/93.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2580,9 +2580,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/94.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2610,9 +2610,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/95.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2636,9 +2636,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/96.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2666,9 +2666,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/97.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2696,9 +2696,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/98.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2726,9 +2726,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/106.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2753,9 +2753,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/118.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2788,9 +2788,9 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/building/129.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2820,9 +2820,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/130.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2852,9 +2852,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/131.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2883,9 +2883,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/132.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2915,9 +2915,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/133.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2946,9 +2946,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/134.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2973,9 +2973,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/135.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3008,9 +3008,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/136.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3036,9 +3036,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/137.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3068,9 +3068,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/138.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3099,9 +3099,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/139.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3130,9 +3130,9 @@ "Colour": "095C77", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/140.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3182,9 +3182,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/142.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3209,9 +3209,9 @@ "Colour": "2C7C9F", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/145.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3239,9 +3239,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/146.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3269,9 +3269,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/147.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3299,9 +3299,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/150.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3325,9 +3325,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/151.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3351,9 +3351,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/152.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3381,9 +3381,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/153.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3411,9 +3411,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/154.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3441,9 +3441,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/155.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3493,9 +3493,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/157.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3519,9 +3519,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/158.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3549,9 +3549,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/159.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3576,9 +3576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/161.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3603,9 +3603,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/162.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3630,9 +3630,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/163.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3657,9 +3657,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/164.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3684,9 +3684,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/165.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3711,9 +3711,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/166.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3738,9 +3738,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/167.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3765,9 +3765,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/168.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3792,9 +3792,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/169.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3819,9 +3819,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/170.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3846,9 +3846,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/171.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3873,9 +3873,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/building/172.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 6, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3900,9 +3900,9 @@ "Colour": "2C7C9F", "Power": -30.0, "CdnUrl": "https://cdn.nmsassistant.com/building/173.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 6, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3926,9 +3926,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/174.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3961,9 +3961,9 @@ "Colour": "2C7C9F", "Power": -2.0, "CdnUrl": "https://cdn.nmsassistant.com/building/175.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3992,9 +3992,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/176.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4027,9 +4027,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/177.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4062,9 +4062,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/178.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4097,9 +4097,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/179.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4132,9 +4132,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/180.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4167,9 +4167,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/181.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4193,9 +4193,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/182.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4219,9 +4219,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/204.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4245,9 +4245,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/205.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4271,9 +4271,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/206.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4298,9 +4298,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/207.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4333,9 +4333,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/213.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4360,9 +4360,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/214.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4390,9 +4390,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/215.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4416,9 +4416,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/219.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4442,9 +4442,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/220.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4468,9 +4468,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/221.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4494,9 +4494,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/222.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4524,9 +4524,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/223.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4550,9 +4550,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/224.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4580,9 +4580,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/225.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4610,9 +4610,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/226.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4636,9 +4636,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/227.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4666,9 +4666,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/228.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4692,9 +4692,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/229.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4718,9 +4718,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/230.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4744,9 +4744,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/231.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4770,9 +4770,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/232.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4796,9 +4796,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/233.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4826,9 +4826,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/234.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4856,9 +4856,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/235.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4886,9 +4886,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/236.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4916,9 +4916,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/237.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4946,9 +4946,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/238.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4977,9 +4977,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/239.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5008,9 +5008,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/240.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5039,9 +5039,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/241.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5069,9 +5069,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/242.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5099,9 +5099,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/243.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5129,9 +5129,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/244.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5159,9 +5159,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/245.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5189,9 +5189,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/246.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5219,9 +5219,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/247.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5245,9 +5245,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/248.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5271,9 +5271,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/249.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5301,9 +5301,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/250.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5327,9 +5327,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/253.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5353,9 +5353,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/254.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5379,9 +5379,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/255.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5405,9 +5405,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/256.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5431,9 +5431,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/257.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5457,9 +5457,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/258.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5483,9 +5483,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/259.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5509,9 +5509,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/260.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5535,9 +5535,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/261.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5561,9 +5561,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/266.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5587,9 +5587,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5614,9 +5614,9 @@ "MaxStackSize": 5.0, "Colour": "FFFFFF", "CdnUrl": "https://cdn.nmsassistant.com/building/272.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5636,9 +5636,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/273.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5667,9 +5667,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/274.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5698,9 +5698,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/275.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5729,9 +5729,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/276.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5760,9 +5760,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/277.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5791,9 +5791,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/278.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5822,9 +5822,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/279.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5853,9 +5853,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/280.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5884,9 +5884,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/281.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5915,9 +5915,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/282.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5946,9 +5946,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/283.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5977,9 +5977,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/284.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6008,9 +6008,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/285.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6039,9 +6039,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/286.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6070,9 +6070,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/287.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6101,9 +6101,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/288.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6132,9 +6132,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/289.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6163,9 +6164,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/290.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6194,9 +6195,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/291.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6225,9 +6226,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/292.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6256,9 +6258,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/293.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6287,9 +6289,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/294.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6314,9 +6316,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/295.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6341,9 +6344,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/296.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6368,9 +6372,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/297.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6395,9 +6400,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/298.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6422,9 +6428,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/299.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6449,9 +6455,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/300.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6476,9 +6482,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/301.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6507,9 +6513,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/302.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6538,9 +6545,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/303.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6569,9 +6576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/304.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6596,9 +6603,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/305.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6623,9 +6630,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/306.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6650,9 +6657,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/307.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6677,9 +6684,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/308.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6704,9 +6711,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/309.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6732,9 +6739,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/310.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6763,9 +6770,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/311.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6790,9 +6797,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/312.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6817,9 +6824,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/313.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6844,9 +6851,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/314.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6871,9 +6878,9 @@ "MaxStackSize": 20.0, "Colour": "262626", "CdnUrl": "https://cdn.nmsassistant.com/building/315.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6893,9 +6900,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/316.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6928,9 +6935,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/317.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6963,9 +6970,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/318.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6990,9 +6997,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/319.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7017,9 +7024,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/320.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7044,9 +7051,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/321.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7072,9 +7079,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/322.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7099,9 +7106,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/324.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7130,9 +7137,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/325.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7158,9 +7165,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/326.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7184,9 +7191,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7206,9 +7213,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/328.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7237,9 +7244,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/329.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7265,9 +7272,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/330.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7291,9 +7298,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7313,9 +7320,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/332.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7344,9 +7351,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/336.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7371,9 +7378,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/337.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7398,9 +7405,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/338.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7425,9 +7432,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/339.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7452,9 +7459,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/340.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7479,9 +7486,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/341.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7506,9 +7513,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/342.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7533,9 +7540,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/343.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7560,9 +7567,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/344.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7587,9 +7594,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/345.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7614,9 +7621,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/346.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7641,9 +7648,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/347.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7668,9 +7675,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/348.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7695,9 +7702,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/359.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7721,9 +7728,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/360.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7756,9 +7763,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/361.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7778,9 +7785,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/362.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7809,9 +7816,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/363.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7831,9 +7838,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/364.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7853,9 +7860,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/365.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7875,9 +7882,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/366.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7897,9 +7905,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/367.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7919,9 +7928,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/368.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7941,9 +7951,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/369.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7968,9 +7979,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/370.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7995,9 +8006,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/371.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8022,9 +8033,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/372.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8049,9 +8060,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/373.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8076,9 +8087,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/374.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8103,9 +8114,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/375.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8130,9 +8141,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/376.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8157,9 +8168,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/377.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8184,9 +8195,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/378.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8211,9 +8222,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/379.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8238,9 +8249,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/380.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8265,9 +8276,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/381.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8292,9 +8303,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/382.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8319,9 +8330,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/383.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8346,9 +8357,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/384.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8373,9 +8384,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/385.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8400,9 +8411,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/386.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8427,9 +8438,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/387.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8454,9 +8465,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/388.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8481,9 +8492,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/389.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8503,9 +8514,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/390.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8525,9 +8536,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/391.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8547,9 +8558,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/392.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8569,9 +8580,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/393.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8591,9 +8602,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/394.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8612,9 +8623,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/395.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 15, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -8647,9 +8658,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/396.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -8680,9 +8691,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8709,9 +8720,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8738,9 +8749,9 @@ "BaseValueUnits": 300.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8767,9 +8778,9 @@ "BaseValueUnits": 300.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8792,9 +8803,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8817,9 +8828,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8842,9 +8853,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8867,9 +8878,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8892,9 +8903,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8917,9 +8928,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8942,9 +8953,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8967,9 +8978,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8992,9 +9003,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9017,9 +9028,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9047,9 +9058,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9073,9 +9085,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9099,9 +9111,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9125,9 +9137,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9151,9 +9163,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9172,9 +9184,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9193,9 +9205,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9219,9 +9231,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9249,9 +9261,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9275,9 +9287,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9301,9 +9313,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9327,9 +9339,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9348,9 +9361,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9374,9 +9388,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9400,9 +9415,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9426,9 +9442,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9452,9 +9469,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9478,9 +9496,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9504,9 +9523,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9530,9 +9549,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9560,9 +9579,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9590,9 +9609,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9616,9 +9635,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9642,9 +9661,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9668,9 +9687,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9694,10 +9713,10 @@ "CurrencyType": "None", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9718,9 +9737,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9744,9 +9763,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9770,9 +9789,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9796,9 +9815,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9822,9 +9841,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9848,9 +9867,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9874,9 +9893,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9900,9 +9919,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9926,9 +9945,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9952,9 +9971,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9978,9 +9997,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10004,9 +10023,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10030,9 +10049,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10056,9 +10075,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10083,9 +10102,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10109,9 +10128,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10135,9 +10154,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10161,9 +10180,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10187,9 +10206,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10213,9 +10232,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10239,9 +10258,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10265,9 +10284,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10291,9 +10310,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10317,9 +10336,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10343,9 +10362,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10369,9 +10388,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10395,9 +10414,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10421,9 +10440,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10447,9 +10466,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10473,9 +10492,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10499,9 +10518,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10525,9 +10544,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10551,9 +10570,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10577,9 +10596,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10603,9 +10622,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10629,9 +10648,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10655,9 +10674,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10681,9 +10700,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10707,9 +10726,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10733,9 +10752,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10759,9 +10778,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10785,9 +10804,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10811,9 +10830,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10837,9 +10856,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10863,9 +10882,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10889,9 +10908,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10915,9 +10934,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10941,9 +10960,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10967,9 +10986,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10993,9 +11012,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11019,9 +11038,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11045,9 +11064,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11071,9 +11090,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11097,9 +11116,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11123,9 +11142,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11149,9 +11168,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11175,9 +11194,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11201,9 +11220,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11227,9 +11246,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11253,9 +11272,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11279,9 +11298,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11305,9 +11324,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11331,9 +11350,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11357,9 +11376,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11383,9 +11402,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11409,9 +11428,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11435,9 +11454,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11461,9 +11480,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11487,9 +11506,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11513,9 +11532,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11539,9 +11558,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11565,9 +11584,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11591,9 +11610,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11617,9 +11636,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11643,9 +11662,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11669,9 +11688,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11695,9 +11714,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11721,9 +11740,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11747,9 +11766,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11773,9 +11792,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11799,9 +11818,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11825,9 +11844,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11851,9 +11870,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11877,9 +11896,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11903,9 +11922,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11929,9 +11948,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11955,9 +11974,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11981,9 +12000,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12007,9 +12026,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12033,9 +12052,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12059,9 +12078,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12085,9 +12104,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12111,9 +12130,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12137,9 +12156,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12163,9 +12182,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12189,9 +12208,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12215,9 +12234,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12241,9 +12260,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12267,9 +12286,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12293,9 +12312,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12319,9 +12338,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12345,9 +12364,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12371,9 +12390,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12397,9 +12416,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12423,9 +12442,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12449,9 +12468,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12475,9 +12494,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12501,9 +12520,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12527,9 +12546,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12553,9 +12572,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12579,9 +12598,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12605,9 +12624,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12635,9 +12654,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12665,9 +12684,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12695,9 +12714,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12725,9 +12744,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12755,9 +12774,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12785,9 +12804,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12811,9 +12830,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12837,9 +12856,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12863,9 +12882,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12889,9 +12908,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12915,9 +12934,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12945,9 +12964,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12975,9 +12994,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13005,9 +13024,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13035,9 +13054,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13065,9 +13084,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13095,9 +13114,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13125,9 +13144,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13155,9 +13174,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13185,9 +13204,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13215,9 +13234,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13245,9 +13264,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13271,9 +13290,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13301,9 +13320,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13327,9 +13346,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13357,9 +13376,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13387,9 +13406,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13417,9 +13436,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13443,9 +13462,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13469,9 +13488,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13495,9 +13514,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13521,9 +13540,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13547,9 +13566,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13578,9 +13597,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13604,9 +13623,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13630,9 +13649,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13656,9 +13675,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13682,9 +13701,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13708,9 +13727,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13734,9 +13753,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13760,9 +13779,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13786,9 +13805,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13812,9 +13831,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13838,9 +13857,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13864,9 +13883,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13894,9 +13913,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13924,9 +13943,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13954,9 +13973,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13984,9 +14003,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14014,9 +14033,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14044,9 +14063,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14070,9 +14089,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14096,9 +14115,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14122,9 +14141,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14148,9 +14167,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14178,9 +14197,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14208,9 +14227,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14238,9 +14257,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14268,9 +14287,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14298,9 +14317,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14328,9 +14347,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14358,9 +14377,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14388,9 +14407,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14418,9 +14437,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14448,9 +14467,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14478,9 +14497,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14508,9 +14527,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14538,9 +14557,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14568,9 +14587,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14594,9 +14613,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14624,9 +14643,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14650,9 +14669,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14676,9 +14695,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14706,9 +14725,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14736,9 +14755,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14762,9 +14781,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14788,9 +14807,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14814,9 +14833,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14840,9 +14859,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14866,9 +14885,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14896,9 +14915,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14922,9 +14941,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14948,9 +14967,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14974,9 +14993,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15000,9 +15019,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15026,9 +15045,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15052,9 +15071,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15078,9 +15097,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15104,9 +15123,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15130,9 +15149,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15156,9 +15175,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15182,9 +15201,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15212,9 +15231,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15242,9 +15261,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15272,9 +15291,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15302,9 +15321,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15332,9 +15351,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15362,9 +15381,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15388,9 +15407,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15414,9 +15433,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15440,9 +15459,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15466,9 +15485,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15496,9 +15515,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15526,9 +15545,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15556,9 +15575,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15582,9 +15601,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15608,9 +15627,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15638,9 +15657,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15664,9 +15683,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15690,9 +15709,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15716,9 +15735,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15742,9 +15761,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15768,9 +15787,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15794,9 +15813,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15820,9 +15839,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15846,9 +15865,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15872,9 +15891,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15898,9 +15917,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15924,9 +15943,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15950,9 +15969,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15980,9 +15999,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16010,9 +16029,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16040,9 +16059,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16066,9 +16085,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16092,9 +16111,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16118,9 +16137,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16144,9 +16163,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16170,9 +16189,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16200,9 +16219,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16226,9 +16245,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16252,9 +16271,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16278,9 +16297,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16304,9 +16323,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16338,9 +16358,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16364,9 +16385,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16385,9 +16406,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16406,9 +16427,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16426,9 +16447,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16452,9 +16473,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16477,9 +16498,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16506,9 +16527,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16535,9 +16556,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16565,9 +16586,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -10.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16590,9 +16611,9 @@ "BaseValueUnits": 2.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16615,9 +16636,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16640,9 +16661,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16665,9 +16686,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16691,9 +16712,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16717,9 +16738,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16742,9 +16763,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16767,9 +16788,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16792,9 +16813,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16817,9 +16838,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16842,9 +16863,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16867,9 +16888,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16892,9 +16913,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16917,9 +16938,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16942,9 +16963,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16967,9 +16988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16992,9 +17013,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17017,9 +17038,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17042,9 +17063,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17067,9 +17088,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17092,9 +17113,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17117,9 +17138,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17142,9 +17163,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17167,9 +17188,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17192,9 +17213,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17217,9 +17238,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17242,9 +17263,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17267,9 +17288,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17292,9 +17313,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17318,9 +17339,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17344,9 +17365,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17370,9 +17391,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17396,9 +17417,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17417,9 +17439,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17443,9 +17466,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17469,9 +17493,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17495,9 +17520,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17521,9 +17546,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17547,9 +17572,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/pt/ConstructedTechnology.lang.json b/assets/json/pt/ConstructedTechnology.lang.json index a61b2b8e..197a1c45 100644 --- a/assets/json/pt/ConstructedTechnology.lang.json +++ b/assets/json/pt/ConstructedTechnology.lang.json @@ -9,9 +9,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/1.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -35,9 +35,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/2.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -70,9 +70,9 @@ "Colour": "2C7C9F", "Power": -15.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -101,9 +101,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -136,9 +136,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -170,9 +170,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -200,9 +200,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/7.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -230,9 +230,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/8.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -264,9 +264,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 20, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -299,9 +299,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -333,9 +333,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -367,9 +367,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -397,9 +397,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -427,9 +427,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -457,9 +457,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -492,9 +492,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -518,9 +518,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -553,9 +553,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -588,9 +588,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -622,9 +622,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -652,9 +652,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -678,9 +678,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -712,9 +712,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -746,9 +746,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -780,9 +780,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -814,9 +814,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -848,9 +848,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -882,9 +882,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -912,9 +912,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -942,9 +942,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -972,9 +972,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1002,9 +1002,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1033,9 +1033,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1068,9 +1068,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1103,9 +1103,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1137,9 +1137,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1167,9 +1167,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/39.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1193,9 +1193,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/40.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1227,9 +1227,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1261,9 +1261,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1296,9 +1296,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1331,9 +1331,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/44.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1366,9 +1366,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/45.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1402,9 +1402,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1434,9 +1434,9 @@ "Colour": "2C7C9F", "Power": 100.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1465,9 +1465,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1492,9 +1492,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1524,9 +1524,9 @@ "Colour": "2C7C9F", "Power": 50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1560,9 +1560,9 @@ "Colour": "2C7C9F", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1596,9 +1596,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/52.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1627,9 +1627,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/53.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1649,9 +1649,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/54.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1671,9 +1671,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/55.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1702,9 +1702,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/56.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1733,9 +1733,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1764,9 +1764,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1791,9 +1791,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/59.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1818,9 +1818,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/60.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1849,9 +1849,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/61.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1880,9 +1880,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/62.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1914,9 +1914,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/63.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1948,10 +1948,10 @@ "CurrencyType": "None", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1970,9 +1970,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2000,9 +2000,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2030,9 +2030,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2060,9 +2060,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2090,9 +2090,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2120,9 +2120,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2150,9 +2150,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2180,9 +2180,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2210,9 +2210,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2240,9 +2240,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2269,9 +2269,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2298,9 +2298,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2327,9 +2327,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2356,9 +2356,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2385,9 +2385,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2414,9 +2414,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2443,9 +2443,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2472,9 +2472,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2501,9 +2501,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2530,9 +2530,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/pt/Cooking.lang.json b/assets/json/pt/Cooking.lang.json index 67db8732..c226f731 100644 --- a/assets/json/pt/Cooking.lang.json +++ b/assets/json/pt/Cooking.lang.json @@ -11,13 +11,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/1.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -40,13 +40,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/2.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -69,13 +69,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/3.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -98,13 +98,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/4.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -127,13 +127,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/5.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -156,13 +156,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/6.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -185,13 +185,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/7.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -214,13 +214,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/8.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -243,13 +243,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/9.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -272,13 +272,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/10.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -301,13 +301,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/11.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -330,13 +330,13 @@ "Colour": "007951", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/12.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -359,12 +359,12 @@ "Colour": "007953", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/13.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,12 +387,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/14.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -415,12 +415,12 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/15.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -443,12 +443,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/16.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,13 +471,13 @@ "Colour": "DB2400", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/17.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -500,12 +500,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/18.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -528,12 +528,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/19.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -556,12 +556,12 @@ "Colour": "007951", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/20.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -584,12 +584,12 @@ "Colour": "007951", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/21.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -612,12 +612,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/22.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -640,13 +640,13 @@ "Colour": "79502E", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/23.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,12 +669,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/24.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -697,12 +697,12 @@ "Colour": "007953", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/25.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -725,13 +725,13 @@ "Colour": "79502E", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/26.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -754,12 +754,12 @@ "Colour": "007952", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/27.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -782,13 +782,13 @@ "Colour": "7B0000", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/28.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -811,13 +811,13 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/29.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -840,12 +840,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/30.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -868,12 +868,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/31.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -896,12 +896,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/32.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -924,12 +924,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/33.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -952,12 +952,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/34.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -980,12 +980,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/35.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1008,12 +1008,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/36.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1036,12 +1036,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/37.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1064,12 +1064,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/38.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1092,12 +1092,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/39.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1120,14 +1120,14 @@ "Colour": "7B0000", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/40.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1150,12 +1150,12 @@ "Colour": "DEDCD1", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/41.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1178,12 +1178,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/42.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1206,12 +1206,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/43.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1234,12 +1234,12 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/44.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1262,12 +1262,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/45.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1290,12 +1290,12 @@ "Colour": "DEDCD1", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/46.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1318,13 +1318,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/47.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1347,12 +1347,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/48.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1375,13 +1375,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/49.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1404,13 +1404,13 @@ "Colour": "095C77", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/50.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1433,13 +1433,13 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/51.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1462,13 +1462,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/52.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1491,13 +1491,13 @@ "Colour": "DB2400", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/53.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1520,13 +1520,13 @@ "Colour": "007953", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/54.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1549,13 +1549,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/55.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1578,13 +1578,13 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/56.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1607,13 +1607,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/57.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1636,13 +1636,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/58.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1665,13 +1665,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/59.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1694,13 +1694,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/60.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1723,12 +1723,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/61.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1751,12 +1751,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/62.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1779,12 +1779,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/63.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1807,12 +1807,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/64.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1835,13 +1835,13 @@ "Colour": "007953", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/65.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1864,12 +1864,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/66.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1892,12 +1892,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/67.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1920,12 +1920,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/68.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1948,12 +1948,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/69.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1976,13 +1976,13 @@ "Colour": "BB3830", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/70.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2005,12 +2005,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/71.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2033,12 +2033,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/72.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2061,12 +2061,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/73.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2089,12 +2089,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/74.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2117,12 +2117,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/75.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2145,12 +2145,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/76.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2173,13 +2173,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/77.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2202,13 +2202,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/78.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2231,13 +2231,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/79.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2260,13 +2260,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/80.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2289,13 +2289,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/81.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2318,13 +2318,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/82.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2347,13 +2347,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/83.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2376,13 +2376,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/84.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2405,13 +2405,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/85.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2434,13 +2434,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/86.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2463,13 +2463,13 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/87.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2492,13 +2492,13 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/88.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2521,13 +2521,13 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/89.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2550,13 +2550,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/90.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2579,13 +2579,13 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/91.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2608,13 +2608,13 @@ "Colour": "79502E", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/92.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2637,12 +2637,12 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/93.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2665,13 +2665,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/94.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2694,13 +2694,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/95.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2723,12 +2723,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/96.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2751,12 +2751,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/97.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2779,12 +2779,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/98.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2807,13 +2807,13 @@ "Colour": "79502E", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/99.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2836,13 +2836,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/100.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2865,12 +2865,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/101.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2893,12 +2893,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/102.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2921,12 +2921,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/103.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2949,12 +2949,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/104.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2977,13 +2977,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/105.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3006,12 +3006,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/106.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3034,13 +3034,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/107.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3063,12 +3063,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/108.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3091,12 +3091,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/109.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3119,12 +3119,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/110.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3147,12 +3147,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/111.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3175,13 +3175,13 @@ "Colour": "095C77", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/112.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3204,13 +3204,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/113.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3233,12 +3233,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/114.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3261,13 +3261,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/115.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3290,12 +3290,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/116.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3318,13 +3318,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/117.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3347,12 +3347,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/118.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3373,12 +3373,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/119.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3399,12 +3399,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/120.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3425,11 +3425,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/121.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3450,13 +3451,13 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/122.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3482,11 +3483,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/123.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3507,11 +3509,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/124.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3532,11 +3535,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/125.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3557,11 +3561,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/126.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3582,12 +3587,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/127.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3610,12 +3615,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/128.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3638,13 +3643,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/129.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3667,12 +3672,12 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/130.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,12 +3700,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/131.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3723,12 +3728,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/132.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3751,12 +3756,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/133.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3779,12 +3784,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/134.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3807,12 +3812,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/135.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3835,12 +3840,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/136.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3863,12 +3868,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/137.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3891,12 +3896,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/138.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3919,12 +3924,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/139.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3947,12 +3952,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/140.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3975,12 +3980,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/141.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4003,12 +4008,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/142.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4031,12 +4036,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/143.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4059,12 +4064,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/144.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4087,12 +4092,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/145.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4115,12 +4120,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/146.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4143,12 +4148,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/147.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4171,12 +4176,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/148.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4199,12 +4204,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/149.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4227,12 +4232,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/150.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4255,12 +4260,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/151.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4283,12 +4288,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/152.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4311,12 +4316,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/153.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4339,13 +4344,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/154.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4368,12 +4373,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/155.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4396,12 +4401,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/156.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4424,12 +4429,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/157.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4452,12 +4457,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/158.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4480,12 +4485,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/159.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4508,12 +4513,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/160.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4536,13 +4541,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/161.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4565,12 +4570,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/162.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4593,12 +4598,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/163.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4621,12 +4626,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/164.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4649,12 +4654,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/165.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4677,12 +4682,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/166.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4705,12 +4710,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/167.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4733,12 +4738,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/168.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4761,12 +4766,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/169.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4789,12 +4794,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/170.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4817,12 +4822,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/171.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4845,12 +4850,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/172.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4873,12 +4878,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/173.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4901,12 +4906,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/174.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4929,12 +4934,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/175.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4957,12 +4962,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/176.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4985,12 +4990,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/177.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5013,12 +5018,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/178.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5041,12 +5046,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/179.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5068,12 +5073,12 @@ "MaxStackSize": 50.0, "Colour": "6AD01E", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5095,12 +5100,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5123,12 +5128,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/182.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5151,13 +5156,13 @@ "Colour": "D35300", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/183.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5180,12 +5185,12 @@ "Colour": "6AD01E", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/184.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5208,12 +5213,12 @@ "Colour": "F26D15", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/185.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5236,12 +5241,12 @@ "Colour": "6AD01E", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/186.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5264,13 +5269,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/187.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5293,13 +5298,13 @@ "Colour": "6AD01E", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/188.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5322,13 +5327,13 @@ "Colour": "6AD01E", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/189.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5351,12 +5356,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/190.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5379,12 +5384,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/191.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5407,12 +5412,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/192.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5435,12 +5440,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/193.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5463,12 +5468,12 @@ "Colour": "8A7F72", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/194.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5491,12 +5496,12 @@ "Colour": "1EA3EE", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/195.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5519,12 +5524,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/196.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5547,12 +5552,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/197.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5575,12 +5580,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/198.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5603,12 +5608,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/199.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5631,12 +5636,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/200.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5659,12 +5664,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/201.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5687,12 +5692,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/202.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5715,12 +5720,12 @@ "Colour": "8A7F72", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/203.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5742,12 +5747,12 @@ "MaxStackSize": 50.0, "Colour": "6AD01E", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5770,12 +5775,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/205.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5798,12 +5803,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/206.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5825,12 +5830,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5853,12 +5858,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/208.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5881,12 +5886,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/209.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5909,12 +5914,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/210.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5937,12 +5942,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/211.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5965,12 +5970,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/212.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5993,12 +5998,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/213.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6021,12 +6026,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/214.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6049,12 +6054,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/215.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6077,12 +6082,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/216.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6105,12 +6110,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/217.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6133,12 +6138,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/218.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6161,12 +6166,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/219.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6189,12 +6194,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/220.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6217,12 +6222,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/221.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6245,12 +6250,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/222.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6273,12 +6278,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/223.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6301,12 +6306,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/224.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6329,12 +6334,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/225.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6357,12 +6362,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/226.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6385,12 +6390,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/227.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6413,12 +6418,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/228.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6441,12 +6446,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/229.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6469,12 +6474,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/230.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6497,12 +6502,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/231.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6525,12 +6530,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/232.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6553,12 +6558,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/233.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6581,12 +6586,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/234.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6609,12 +6614,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/235.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6637,12 +6642,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/236.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6665,12 +6670,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/237.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6693,12 +6698,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/238.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6721,12 +6726,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/239.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6749,12 +6754,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/240.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6777,12 +6782,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/241.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6805,12 +6810,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/242.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6833,12 +6838,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/243.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6861,12 +6866,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/244.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6889,12 +6894,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/245.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6917,12 +6922,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/246.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6945,12 +6950,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/247.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6973,12 +6978,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/248.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7001,12 +7006,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/249.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7029,12 +7034,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/250.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7057,12 +7062,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/251.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7084,12 +7089,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7111,12 +7116,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7138,12 +7143,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7165,12 +7170,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7192,12 +7197,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7219,12 +7224,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7246,12 +7251,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7273,12 +7278,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7300,12 +7305,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7327,13 +7332,13 @@ "MaxStackSize": 50.0, "Colour": "DEDCD1", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7355,13 +7360,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7383,13 +7388,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7411,13 +7416,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7439,12 +7444,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7466,12 +7471,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7493,12 +7498,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7520,12 +7525,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7547,12 +7552,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7574,12 +7579,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7601,13 +7606,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7629,13 +7634,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7657,13 +7662,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7685,13 +7690,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7713,13 +7718,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7741,13 +7746,13 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7769,12 +7774,12 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7796,12 +7801,12 @@ "MaxStackSize": 50.0, "Colour": "DEDCD1", "CookingValue": 0.9, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7823,12 +7828,12 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7850,12 +7855,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7877,13 +7882,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/pt/Curiosity.lang.json b/assets/json/pt/Curiosity.lang.json index cae125bf..23352edc 100644 --- a/assets/json/pt/Curiosity.lang.json +++ b/assets/json/pt/Curiosity.lang.json @@ -10,11 +10,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -34,12 +34,12 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -59,9 +59,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -94,11 +94,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -123,11 +123,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -156,11 +156,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -189,11 +189,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -222,11 +222,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/8.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -255,11 +255,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/9.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -288,11 +288,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/10.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -321,11 +321,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -354,11 +354,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/12.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,11 +387,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/13.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -420,11 +420,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/14.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -445,14 +445,14 @@ "Colour": "CCCCCC", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/curiosities/15.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -472,11 +472,11 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/16.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -496,12 +496,12 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -522,13 +522,13 @@ "Colour": "CCCCCC", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/curiosities/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -548,12 +548,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -573,10 +573,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -609,12 +609,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/21.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -634,10 +634,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/22.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -657,11 +657,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -681,11 +681,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/24.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -705,9 +705,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -727,9 +727,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -749,11 +749,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -773,11 +773,12 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/28.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -799,11 +800,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/29.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -825,12 +826,12 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -852,11 +853,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/31.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -878,12 +879,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/32.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -903,9 +904,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -925,9 +926,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -947,9 +948,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -969,10 +970,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/36.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -992,9 +993,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1014,9 +1015,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1036,10 +1037,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/39.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1059,10 +1060,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/40.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1082,9 +1083,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1113,9 +1114,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1144,9 +1145,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1175,10 +1176,10 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/44.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1198,10 +1199,10 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/45.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1221,9 +1222,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1242,9 +1243,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1263,9 +1264,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1284,9 +1285,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1305,9 +1306,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1326,10 +1327,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1350,10 +1351,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1374,10 +1375,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1396,10 +1397,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,10 +1419,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1442,10 +1443,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1464,10 +1465,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1486,10 +1487,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1510,10 +1511,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1532,10 +1533,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1554,10 +1555,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1578,10 +1579,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1600,10 +1601,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1622,9 +1623,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "DEDCD1", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 5000, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1642,9 +1644,9 @@ "BaseValueUnits": 256000.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/pt/Factions.lang.json b/assets/json/pt/Factions.lang.json new file mode 100644 index 00000000..ca4cb5c9 --- /dev/null +++ b/assets/json/pt/Factions.lang.json @@ -0,0 +1,1527 @@ +{ + "Milestone": "OBJETIVOS", + "Category": "CATEGORIAS", + "Categories": [ + { + "Id": "journey", + "Name": "Objetivos de Viagem", + "Description": "Uma viagem infinita: explora e sobrevive num universo sem limites", + "Missions": [], + "Additional": [ + "NavigateToJourneyPage" + ] + } + ], + "Lifeform": "FORMAS DE VIDA", + "Lifeforms": [ + { + "Id": "gek", + "Name": "Os Gek", + "Description": "Estas formas de vida reptilianas e bicudas, pequenas em estatura, são os principais comerciantes da galáxia. São capazes de comunicar através de feromonas que lançam cuidadosamente, transmitindo conceitos e sentimentos complexos através do cheiro.\n\nCom origem no planeta de Balaron, são vistos de forma suspeita por outras formas de vida devido às ações da Primeira Geração Gek, que através da chacina conquistou o seu caminho para um império poderoso.", + "Missions": [ + { + "Name": "Reputação", + "Icon": "faction/MEDAL.GEKGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "Rival", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "Competidor", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "Freguês", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "Cliente", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "Prezado cliente", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "Colega", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Parceiro", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Amigo", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Melhor amigo", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Preferido", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.GEKGOLD.png", + "Name": "Lorde Comerciante", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Missões Concluídas", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Palavras colecionadas", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "BALBUCIANTE", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "INICIANTE", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ESTUDANTE", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "COMPREENDIDO", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ACADÉMICO", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "FLUENTE", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "INTÉRPRETE", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "LINGUISTA", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "POLIGLOTA", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "TRADUTOR UNIVERSAL", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "PEIXE BABEL", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "Sistemas Visitados", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + }, + { + "Id": "vykeen", + "Name": "Os Vy'keen", + "Description": "Os Vy'keen são seres guerreiros do sistema Dryn'dargh, obcecados com a derrota dos Sentinelas. Controlados pelo Alto Comando Vy'keen, lutam a ameaça Sentinela por toda a galáxia.\n\nApesar das suas aparências agressivas, os Vy'keen estão sujeitos a um código de honra rigoroso. Valorizam a lealdade, o sacrifício e uma boa morte mais do que bens materiais ou conhecimento. Têm como juramento ajudar os viajantes sempre que possível.", + "Missions": [ + { + "Name": "Reputação", + "Icon": "faction/MEDAL.VYKEENGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "Inimigo", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "Detrator", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "Neutro", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "Cúmplice", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "Aliado", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "Aliado próximo", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Camarada", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Precetor", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Ajudante", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Comandante", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.VYKEENGOLD.png", + "Name": "Templário", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Missões Concluídas", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Palavras colecionadas", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "BALBUCIANTE", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "INICIANTE", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ESTUDANTE", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "COMPREENDIDO", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ACADÉMICO", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "FLUENTE", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "INTÉRPRETE", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "LINGUISTA", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "POLIGLOTA", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "TRADUTOR UNIVERSAL", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "PEIXE BABEL", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "Sistemas Visitados", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + }, + { + "Id": "explorer", + "Name": "Os Korvax", + "Description": "As entidades Korvax são formas de vida inorgânicas que habitam invólucros metálicos passados de geração em geração. Acreditam que, através do estudo matemático, podem ser levados ao nível do Atlas. Acreditam que o caminho para esse fim é através do estudo dos Sentinelas.\n\nCada Korvax é uma mente pura, uma gota na grande Convergência coletiva. A concha que habitam é de pouca importância em comparação com a ligação a esta consciência de grupo.\n\nOs Korvax foram escravizados pela Primeira Geração Gek e muitos deles ainda vêm os Gek com grande suspeita.", + "Missions": [ + { + "Name": "Reputação", + "Icon": "faction/MEDAL.KORVAXGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "Incomodativo", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "Irritante", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "Irrelevante", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "Interessante", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "Cobaia", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "Foco de pesquisa", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Candidato de Testes", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Significante", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Salvador", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Singularidade", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.KORVAXGOLD.png", + "Name": "Viajante do Atlas", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Missões Concluídas", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Palavras colecionadas", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "BALBUCIANTE", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "INICIANTE", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ESTUDANTE", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "COMPREENDIDO", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ACADÉMICO", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "FLUENTE", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "INTÉRPRETE", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "LINGUISTA", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "POLIGLOTA", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "TRADUTOR UNIVERSAL", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "PEIXE BABEL", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "Sistemas Visitados", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + } + ], + "Guild": "GUILDAS", + "Guilds": [ + { + "Id": "traGuild", + "Name": "Guilda dos Comerciantes", + "Description": "Uma organização coletiva que representa empresas comerciais e comerciantes individuais em toda a galáxia. Ajudam a controlar e a encomendar trabalho para pilotos por contratar em nome dos seus membros.\n\nA Guilda dos Comerciantes é, naturalmente, dominada pelos Gek, mas não é um clube exclusivo. Todas as formas de vida são bem-vindas sob a sua égide, desde que tenham as reservas de capital necessárias...", + "Missions": [ + { + "Name": "Reputação", + "Icon": "faction/MEDAL.MERCHGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "Odiado", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "Hostil", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "Desconhecido", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "Iniciado", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "Aprendiz", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "Artífice", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Aliado", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Sénior", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Mestre", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Sábio", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.MERCHGOLD.png", + "Name": "Exaltado", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Missões Concluídas", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Unidades acumuladas", + "Icon": "faction/MEDAL.UNITSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.UNITSOFF.png", + "Name": "NOVO NEGÓCIO", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "CAMIONISTA ESPACIAL", + "RequiredProgress": 75000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "LOJISTA", + "RequiredProgress": 100000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "EMPRESÁRIO", + "RequiredProgress": 150000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "COMERCIANTE", + "RequiredProgress": 250000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "NEGOCIANTE", + "RequiredProgress": 500000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "EMPREENDEDOR", + "RequiredProgress": 750000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "INVESTIDOR", + "RequiredProgress": 1000000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "CAPITALISTA", + "RequiredProgress": 1250000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "MILIONÁRIO", + "RequiredProgress": 1500000 + }, + { + "Icon": "faction/MEDAL.UNITSGOLD.png", + "Name": "MAGNATA", + "RequiredProgress": 2000000 + } + ] + }, + { + "Name": "Plantas Cultivadas", + "Icon": "faction/MEDAL.PLANTSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANTSOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.PLANTSGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 80 + } + ] + } + ] + }, + { + "Id": "warGuild", + "Name": "Guilda dos Mercenários", + "Description": "Um coletivo de organizações mercenárias disperso por toda a galáxia. A guilda abriga uma série de fações concorrentes, muitas das quais lutariam entre si, se pudessem.\n\nPiratas, vigilantes, agentes da autoridade secretos, cultos, bandidos e militantes - a Guilda dos Mercenários mantém a paz galáctica ao garantir que os empregos corretos sejam dados ao grupo certo de oportunistas armados.", + "Missions": [ + { + "Name": "Reputação", + "Icon": "faction/MEDAL.WARRIORGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "Odiado", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "Hostil", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "Desconhecido", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "Iniciado", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "Aprendiz", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "Artífice", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Aliado", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Sénior", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Mestre", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Sábio", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.WARRIORGOLD.png", + "Name": "Exaltado", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Missões Concluídas", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Sentinelas destruídas", + "Icon": "faction/MEDAL.SENTINELSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.SENTINELSOFF.png", + "Name": "IMPERTURBÁVEL", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "NOVATO", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "INCOMODATIVO", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "PROBLEMÁTICO", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "CAÓTICO", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "LUTADOR", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "AMEAÇADOR", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "NOTÁVEL", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "PERIGOSO", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "PERITO", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.SENTINELSGOLD.png", + "Name": "LENDÁRIO", + "RequiredProgress": 80 + } + ] + }, + { + "Name": "Naves destruídas", + "Icon": "faction/MEDAL.PIRATESGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PIRATESOFF.png", + "Name": "NÃO TESTADO", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "NOVATO", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "INCOMODATIVO", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "PROBLEMÁTICO", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "DESORDEIRO", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "COMBATENTE", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "AMEAÇA", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "RECONHECIDO", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "PERIGOSO", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "ESPECIALISTA", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.PIRATESGOLD.png", + "Name": "LENDA", + "RequiredProgress": 80 + } + ] + } + ] + }, + { + "Id": "traGuild", + "Name": "Guilda dos Exploradores", + "Description": "A Guilda dos Exploradores, uma associação mútua de investigadores e exploradores, serve para juntar aqueles que precisam de dados com aqueles que os coletam.\n\nEsta sociedade é dividida em grande parte por instituições científicas, sociedades geográficas e empresas de tecnologia, mas conta também com o explorador individual ocasional. A Guilda oferece um conjunto de recursos, laboratórios partilhados, séries de conferências e medalhas anuais.", + "Missions": [ + { + "Name": "Reputação", + "Icon": "faction/MEDAL.EXPLORERGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "Odiado", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "Hostil", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "Desconhecido", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "Iniciado", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "Aprendiz", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "Artífice", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Aliado", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Sénior", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Mestre", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Sábio", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.EXPLORERGOLD.png", + "Name": "Exaltado", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Missões Concluídas", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Criaturas Raras Detetadas", + "Icon": "faction/MEDAL.CREATURESGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.CREATUREOFF.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 25 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 35 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 45 + }, + { + "Icon": "faction/MEDAL.CREATURESGOLD.png", + "Name": "Total: %AMOUNT%", + "RequiredProgress": 50 + } + ] + }, + { + "Name": "Exploração espacial", + "Icon": "faction/MEDAL.WARPSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WARPSOFF.png", + "Name": "ASTRÓNOMO", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "SAPADOR", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "BATEDOR", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "WARP ATIVADO", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "INSPETOR", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "SALTEADOR", + "RequiredProgress": 25 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "VIAJANTE", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "PIONEIRO", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "EXPLORADOR", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "SUPERVISOR", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.WARPSGOLD.png", + "Name": "DESCOBRIDOR", + "RequiredProgress": 75 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/assets/json/pt/Others.lang.json b/assets/json/pt/Others.lang.json index b37ab533..0c00a821 100644 --- a/assets/json/pt/Others.lang.json +++ b/assets/json/pt/Others.lang.json @@ -9,10 +9,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -34,10 +34,10 @@ "MaxStackSize": 20.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/2.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -59,11 +59,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/other/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -83,11 +83,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/other/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -107,10 +107,10 @@ "MaxStackSize": 20.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/other/5.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -130,10 +130,10 @@ "MaxStackSize": 20.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/6.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -153,10 +153,10 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/7.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -176,10 +176,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -198,9 +199,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -219,9 +220,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -240,9 +241,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -261,9 +263,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -282,9 +284,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -303,9 +305,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -324,9 +327,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -345,9 +349,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -366,9 +371,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,9 +393,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -408,9 +414,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -429,9 +435,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -450,9 +457,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,9 +479,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -492,9 +501,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -513,9 +522,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -534,9 +544,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -555,9 +565,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -576,9 +586,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -597,9 +607,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -618,9 +629,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -639,9 +651,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -660,9 +672,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -681,9 +694,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -702,9 +715,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -723,9 +736,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -744,9 +757,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -765,9 +778,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -786,9 +799,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -807,10 +820,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -829,9 +842,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -850,10 +863,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -872,9 +885,9 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -893,9 +906,9 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -914,9 +927,9 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -935,9 +948,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -956,9 +969,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -977,9 +990,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1003,9 +1016,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1029,9 +1042,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1055,9 +1068,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1081,9 +1094,10 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1107,9 +1121,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1133,9 +1147,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1154,9 +1168,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1175,9 +1189,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1196,9 +1210,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1217,9 +1231,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1238,9 +1252,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1259,9 +1273,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1280,9 +1294,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1301,9 +1315,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1322,9 +1336,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1343,9 +1357,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1364,9 +1378,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1385,9 +1399,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1406,9 +1420,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1427,9 +1441,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1448,9 +1462,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1469,9 +1483,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1490,9 +1504,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1511,9 +1525,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1532,9 +1546,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1553,9 +1567,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1574,9 +1588,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1595,9 +1609,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1616,9 +1630,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1637,9 +1651,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1658,9 +1672,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1679,9 +1693,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1700,9 +1714,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1730,9 +1744,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1756,9 +1770,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1782,9 +1796,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1808,9 +1822,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1834,9 +1848,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1860,9 +1874,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1886,9 +1900,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1912,9 +1926,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1938,9 +1952,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1964,9 +1978,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1985,9 +1999,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2006,9 +2020,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2027,9 +2041,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2047,9 +2061,9 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "311A49", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2070,9 +2084,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2096,9 +2110,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2122,9 +2136,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2148,9 +2162,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2174,9 +2188,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2200,9 +2214,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2221,9 +2235,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2242,9 +2256,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2263,9 +2277,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2284,9 +2298,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2305,9 +2319,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2326,9 +2340,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2347,9 +2361,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2368,9 +2382,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2389,9 +2403,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2410,9 +2424,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2431,9 +2445,10 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2452,9 +2467,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2473,10 +2488,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2495,9 +2510,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2516,9 +2532,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2537,9 +2554,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2558,9 +2576,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2579,9 +2598,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2605,9 +2625,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2626,9 +2647,11 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2647,9 +2670,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2668,9 +2693,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2689,9 +2716,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2710,9 +2739,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2736,9 +2766,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2757,9 +2787,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2778,9 +2808,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2799,9 +2829,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2820,9 +2850,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2841,9 +2871,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2862,9 +2892,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2883,9 +2913,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2904,9 +2934,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2925,9 +2955,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2946,9 +2976,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2967,9 +2997,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2987,7 +3017,10 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [ + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3005,7 +3038,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3023,7 +3056,9 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [ + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3041,7 +3076,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3059,7 +3094,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3077,7 +3112,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3095,9 +3130,9 @@ "BaseValueUnits": 80.0, "CurrencyType": "Quicksilver", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3117,9 +3152,9 @@ "BaseValueUnits": 3200.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3138,9 +3173,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3159,9 +3195,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3180,9 +3217,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3218,9 +3256,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3239,9 +3278,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3265,9 +3305,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3286,9 +3327,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3307,9 +3349,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3328,9 +3371,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3349,9 +3393,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3370,9 +3415,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3391,9 +3437,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3412,9 +3459,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3433,9 +3481,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3454,9 +3503,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3475,9 +3525,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3496,9 +3547,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3517,9 +3569,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3538,9 +3591,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3559,9 +3613,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3580,9 +3635,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3601,9 +3657,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3622,9 +3679,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3643,9 +3701,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3669,9 +3727,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,9 +3753,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3721,9 +3779,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3747,9 +3805,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3773,9 +3831,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3799,9 +3857,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3825,9 +3883,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3851,9 +3909,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3877,9 +3935,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3903,9 +3961,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3929,9 +3987,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3955,9 +4013,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3981,9 +4039,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4002,10 +4060,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4024,10 +4082,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4046,9 +4104,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4067,9 +4126,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4088,9 +4148,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4109,9 +4170,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4135,9 +4197,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4156,9 +4219,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4177,9 +4241,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4198,9 +4263,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4224,9 +4290,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4260,9 +4327,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4281,9 +4348,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4302,9 +4369,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4323,9 +4390,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4344,9 +4411,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4365,10 +4432,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4389,10 +4456,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4413,10 +4480,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4437,10 +4504,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4461,10 +4528,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4485,9 +4552,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4506,9 +4574,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4527,9 +4596,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4548,9 +4618,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4574,9 +4645,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4595,9 +4667,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/pt/Products.lang.json b/assets/json/pt/Products.lang.json index 010d5988..ea91f692 100644 --- a/assets/json/pt/Products.lang.json +++ b/assets/json/pt/Products.lang.json @@ -10,11 +10,11 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -43,10 +43,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -76,13 +76,13 @@ "Colour": "F3A923", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/products/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -107,10 +107,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/4.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -130,11 +131,11 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -159,10 +160,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -187,10 +188,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -219,10 +220,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -242,10 +244,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/9.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -265,10 +268,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/10.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -288,13 +292,13 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -319,10 +323,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/12.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -351,10 +355,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/13.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -383,10 +387,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/14.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -415,10 +419,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/15.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -447,10 +451,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/16.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -479,13 +483,13 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 0, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -514,12 +518,12 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -548,14 +552,14 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -584,13 +588,13 @@ "MaxStackSize": 100.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -619,10 +623,11 @@ "MaxStackSize": 100.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/21.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -642,11 +647,11 @@ "MaxStackSize": 50.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/22.png", - "Usages": { - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -675,14 +680,14 @@ "MaxStackSize": 100.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -711,10 +716,11 @@ "MaxStackSize": 100.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/24.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -734,10 +740,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/25.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -766,10 +772,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/26.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -798,10 +804,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -830,13 +836,13 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/28.png", - "Usages": { - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -865,12 +871,12 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/29.png", - "Usages": { - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -903,11 +909,11 @@ "MaxStackSize": 5000.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/products/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "CraftingOutputAmount": 1250, "BlueprintCost": 1, "BlueprintCostType": "None", @@ -933,9 +939,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -955,9 +962,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -977,9 +985,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -999,9 +1008,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -1021,9 +1031,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -1043,9 +1054,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1065,11 +1077,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/49.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1098,10 +1110,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/51.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -1130,10 +1142,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/52.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1162,10 +1174,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/53.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -1194,11 +1206,11 @@ "MaxStackSize": 25.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/54.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1223,11 +1235,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/55.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1252,10 +1264,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/56.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1284,11 +1296,11 @@ "MaxStackSize": 20.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/57.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1317,10 +1329,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/58.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1349,12 +1361,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/59.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1383,12 +1395,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/60.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1417,12 +1429,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/61.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1451,11 +1463,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/62.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1484,10 +1496,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/63.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1516,11 +1528,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/64.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1549,11 +1561,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/65.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1582,10 +1594,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/66.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1614,11 +1626,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/67.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1647,10 +1659,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/68.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1679,10 +1691,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/69.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1711,10 +1723,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/70.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1743,13 +1755,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/71.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1778,13 +1790,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/72.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1813,13 +1825,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/73.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1848,13 +1860,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/74.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1883,13 +1895,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/75.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1918,13 +1930,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/76.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1953,12 +1965,12 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/77.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1991,12 +2003,12 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/78.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2029,9 +2041,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/79.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2064,9 +2076,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/80.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2099,10 +2111,10 @@ "MaxStackSize": 20.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/81.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2122,9 +2134,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/82.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2144,9 +2156,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/83.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2166,9 +2178,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/84.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2188,9 +2200,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/85.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2210,9 +2222,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/86.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2232,9 +2244,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/87.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2254,9 +2266,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/88.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2276,9 +2288,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/89.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2298,9 +2310,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/90.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2333,9 +2345,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/91.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2368,9 +2380,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/92.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2403,9 +2415,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/93.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2434,9 +2446,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/94.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2455,9 +2467,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2476,9 +2488,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2497,9 +2509,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2519,10 +2531,10 @@ "MaxStackSize": 150.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/98.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2541,10 +2553,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2675,9 +2687,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2696,9 +2708,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2717,9 +2729,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2738,10 +2750,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2762,10 +2774,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2786,10 +2798,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2810,10 +2822,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2845,10 +2857,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2880,10 +2892,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2911,10 +2923,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2946,10 +2958,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2981,11 +2993,11 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3006,11 +3018,11 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3030,10 +3042,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3051,10 +3063,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3072,10 +3084,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3093,10 +3105,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3114,10 +3126,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3135,10 +3147,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3156,10 +3168,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3177,10 +3189,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3198,10 +3210,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3219,10 +3231,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3240,10 +3252,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3261,10 +3273,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3282,10 +3294,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3303,10 +3315,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3324,10 +3336,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3345,10 +3357,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3366,10 +3378,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3387,10 +3399,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3408,10 +3420,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3429,10 +3441,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3450,10 +3462,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3471,10 +3483,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3492,10 +3504,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3513,10 +3525,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3534,10 +3546,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3555,10 +3567,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3576,10 +3588,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3597,10 +3609,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3619,10 +3631,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3643,11 +3655,11 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3666,10 +3678,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3689,10 +3701,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3710,10 +3722,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3731,10 +3743,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3752,10 +3764,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3773,10 +3785,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3796,10 +3808,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3819,11 +3831,11 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3841,11 +3853,11 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3863,12 +3875,12 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3886,10 +3898,10 @@ "BaseValueUnits": 3200.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3922,10 +3934,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3943,10 +3955,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3964,10 +3976,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3985,10 +3997,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4006,10 +4018,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4027,10 +4039,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4048,10 +4060,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/pt/RawMaterials.lang.json b/assets/json/pt/RawMaterials.lang.json index 4d5192c1..0527d7f3 100644 --- a/assets/json/pt/RawMaterials.lang.json +++ b/assets/json/pt/RawMaterials.lang.json @@ -12,15 +12,15 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -42,15 +42,15 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -71,14 +71,14 @@ "MaxStackSize": 9999.0, "Colour": "BB3830", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -99,12 +99,12 @@ "MaxStackSize": 9999.0, "Colour": "DEDCD1", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -125,14 +125,14 @@ "MaxStackSize": 9999.0, "Colour": "355A7D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -153,13 +153,13 @@ "MaxStackSize": 9999.0, "Colour": "355A7D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -180,13 +180,13 @@ "MaxStackSize": 9999.0, "Colour": "DEDCD1", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -207,13 +207,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/8.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -234,13 +234,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/9.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -261,13 +261,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/10.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -288,12 +288,12 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -314,14 +314,14 @@ "MaxStackSize": 9999.0, "Colour": "F26D15", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/12.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -342,14 +342,14 @@ "MaxStackSize": 9999.0, "Colour": "F26D15", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/13.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -370,13 +370,13 @@ "MaxStackSize": 9999.0, "Colour": "005C83", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/14.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -397,13 +397,13 @@ "MaxStackSize": 9999.0, "Colour": "005C83", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/15.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -425,14 +425,14 @@ "Colour": "1E8A42", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/16.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -453,13 +453,13 @@ "MaxStackSize": 9999.0, "Colour": "1E8A42", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -480,12 +480,12 @@ "MaxStackSize": 9999.0, "Colour": "1E8A42", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -506,13 +506,13 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -533,13 +533,13 @@ "MaxStackSize": 9999.0, "Colour": "7B0000", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -560,13 +560,13 @@ "MaxStackSize": 9999.0, "Colour": "36611C", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/21.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -587,13 +587,13 @@ "MaxStackSize": 9999.0, "Colour": "01387D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/22.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -615,15 +615,15 @@ "Colour": "260000", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -644,13 +644,13 @@ "MaxStackSize": 9999.0, "Colour": "4E404F", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/24.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -671,14 +671,14 @@ "MaxStackSize": 9999.0, "Colour": "E57002", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/25.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -699,14 +699,14 @@ "MaxStackSize": 9999.0, "Colour": "00A64D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/26.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -727,14 +727,14 @@ "MaxStackSize": 9999.0, "Colour": "FFAD00", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/27.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -755,14 +755,14 @@ "MaxStackSize": 9999.0, "Colour": "1E4FD0", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/28.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -783,14 +783,14 @@ "MaxStackSize": 9999.0, "Colour": "DB2400", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/29.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -812,15 +812,15 @@ "Colour": "512741", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -841,13 +841,13 @@ "MaxStackSize": 9999.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/31.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -868,14 +868,14 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/32.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -896,14 +896,14 @@ "MaxStackSize": 9999.0, "Colour": "AA6E06", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/33.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -924,13 +924,13 @@ "MaxStackSize": 9999.0, "Colour": "507575", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/34.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -951,13 +951,13 @@ "MaxStackSize": 9999.0, "Colour": "265E3A", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/35.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -978,13 +978,13 @@ "MaxStackSize": 9999.0, "Colour": "4C3780", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/36.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1005,13 +1005,13 @@ "MaxStackSize": 9999.0, "Colour": "DE921F", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/37.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1032,12 +1032,12 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/38.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1058,11 +1058,11 @@ "MaxStackSize": 9999.0, "Colour": "7B0000", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/39.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1083,11 +1083,11 @@ "MaxStackSize": 9999.0, "Colour": "36611C", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/40.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1108,11 +1108,11 @@ "MaxStackSize": 9999.0, "Colour": "01387D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/41.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1134,14 +1134,14 @@ "Colour": "00A64D", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/42.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1163,14 +1163,14 @@ "Colour": "1E4FD0", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/43.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1192,14 +1192,14 @@ "Colour": "C5871D", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/44.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1221,14 +1221,14 @@ "Colour": "239626", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/45.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1250,14 +1250,14 @@ "Colour": "B94318", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/46.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1279,14 +1279,14 @@ "Colour": "208DAB", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/47.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1308,13 +1308,13 @@ "Colour": "5B6F35", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/48.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1336,13 +1336,13 @@ "Colour": "005C83", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/49.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1364,14 +1364,14 @@ "Colour": "79502E", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/50.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1392,12 +1392,12 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/51.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,13 +1418,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/52.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1445,12 +1445,12 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/53.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1471,13 +1471,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/54.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1498,13 +1498,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/55.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1525,11 +1525,11 @@ "MaxStackSize": 9999.0, "Colour": "1E354E", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/56.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1550,9 +1550,9 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1573,9 +1573,9 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1596,10 +1596,10 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/59.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1620,10 +1620,10 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/60.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1643,11 +1643,11 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "1A2733", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1667,10 +1667,10 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "DEDCD1", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1690,9 +1690,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1712,9 +1712,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1734,9 +1734,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1756,9 +1756,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1778,9 +1778,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1800,9 +1800,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1822,11 +1822,11 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "512741", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/pt/Technology.lang.json b/assets/json/pt/Technology.lang.json index ab90c2a8..3cabd89f 100644 --- a/assets/json/pt/Technology.lang.json +++ b/assets/json/pt/Technology.lang.json @@ -8,10 +8,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -34,9 +34,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -63,10 +63,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -89,9 +89,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -114,9 +114,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -139,9 +139,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -168,9 +168,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 200, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -197,10 +197,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -231,10 +231,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -265,10 +265,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -299,10 +299,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -333,9 +333,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -366,9 +366,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -395,9 +395,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -424,9 +424,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -457,9 +457,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -486,9 +486,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 350, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -519,9 +519,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 240, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -552,9 +552,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -577,9 +577,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 310, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -610,9 +610,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 580, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -643,9 +643,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -672,10 +672,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -702,9 +702,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -731,10 +731,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -761,9 +761,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -794,9 +794,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -827,9 +827,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -856,10 +856,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -886,9 +886,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -915,9 +915,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -944,9 +944,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 200, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -973,10 +973,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1003,9 +1003,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 85, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1036,9 +1036,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 100, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1065,9 +1065,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 50, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1094,9 +1094,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1123,9 +1123,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1152,9 +1152,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1181,9 +1181,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1210,9 +1210,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1239,9 +1239,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1268,9 +1268,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1297,9 +1297,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1326,9 +1326,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 75, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1359,9 +1359,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1388,9 +1388,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1417,10 +1417,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1451,9 +1451,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1476,9 +1476,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1505,9 +1505,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1530,9 +1530,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1559,9 +1559,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1592,9 +1592,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1621,9 +1621,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1646,9 +1646,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1671,9 +1671,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1700,9 +1700,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 320, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1733,9 +1733,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 50, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1762,9 +1762,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1791,9 +1791,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1820,10 +1820,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1846,9 +1846,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 75, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1879,9 +1879,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1912,9 +1912,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1941,9 +1941,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1970,9 +1970,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1995,9 +1995,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2020,10 +2020,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2054,10 +2054,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2084,10 +2084,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2118,9 +2118,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2147,9 +2147,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2176,9 +2176,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2205,9 +2205,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2234,9 +2234,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2263,9 +2263,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2288,9 +2288,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2313,9 +2313,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2346,9 +2346,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2371,9 +2371,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2404,9 +2404,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2437,9 +2437,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2466,9 +2466,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2499,9 +2499,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2532,9 +2532,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2565,9 +2565,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2594,9 +2594,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 320, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2627,9 +2627,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2660,9 +2660,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2693,9 +2693,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2722,9 +2722,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2751,10 +2751,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2781,9 +2781,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2814,9 +2814,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 450, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2847,9 +2847,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2880,9 +2880,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 350, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2913,9 +2913,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2938,9 +2938,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2963,9 +2963,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2988,9 +2988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3017,9 +3017,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3042,9 +3042,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3067,9 +3067,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3092,9 +3092,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3121,9 +3121,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3146,9 +3146,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3171,9 +3171,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3196,9 +3196,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3221,9 +3221,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3246,9 +3246,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3275,9 +3275,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3300,9 +3300,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3325,9 +3325,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3350,9 +3350,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3375,9 +3375,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3404,9 +3404,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3429,9 +3429,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3458,9 +3458,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3487,9 +3487,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3516,9 +3516,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3545,9 +3545,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3570,9 +3570,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3595,9 +3595,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3620,9 +3620,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3645,9 +3645,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3670,9 +3670,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,9 +3695,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3728,9 +3728,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3761,9 +3761,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3794,9 +3794,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3827,9 +3827,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3860,9 +3860,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3893,9 +3893,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3926,9 +3926,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 360, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3955,9 +3955,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3988,9 +3988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4021,9 +4021,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 240, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4054,9 +4054,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4087,9 +4087,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4116,9 +4116,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4145,9 +4145,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4170,9 +4170,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4199,9 +4199,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4232,9 +4232,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4265,9 +4265,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4294,9 +4294,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4327,9 +4327,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4356,9 +4356,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4385,9 +4385,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4418,9 +4418,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4451,10 +4451,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4481,10 +4481,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4511,10 +4511,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4541,10 +4541,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4571,9 +4571,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4600,9 +4600,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4629,9 +4629,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4662,9 +4662,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4691,10 +4691,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4721,9 +4721,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4754,9 +4754,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4787,9 +4787,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4820,9 +4820,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4853,9 +4853,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4886,9 +4886,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4919,9 +4919,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4952,9 +4952,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4985,9 +4985,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5018,9 +5018,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5051,9 +5051,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5084,9 +5084,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5113,9 +5113,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5146,9 +5146,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5179,9 +5179,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5212,9 +5212,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5241,9 +5241,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5274,9 +5274,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5303,10 +5303,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5333,10 +5333,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5363,10 +5363,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5397,10 +5397,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5427,9 +5427,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5460,9 +5460,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5493,9 +5493,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5522,9 +5522,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5551,9 +5551,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5576,9 +5576,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5605,9 +5605,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5630,9 +5630,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5659,9 +5659,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5684,9 +5684,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5713,9 +5713,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5742,9 +5742,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5775,9 +5775,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5800,9 +5800,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5833,10 +5833,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5867,9 +5867,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5900,9 +5900,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5933,10 +5933,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5967,9 +5967,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6000,9 +6000,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6033,9 +6033,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 480, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6066,9 +6066,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6099,9 +6099,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6132,9 +6132,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6161,9 +6161,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 480, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/pt/TradeItems.lang.json b/assets/json/pt/TradeItems.lang.json index d95ea817..05a78588 100644 --- a/assets/json/pt/TradeItems.lang.json +++ b/assets/json/pt/TradeItems.lang.json @@ -10,9 +10,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/1.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -32,10 +32,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/2.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -55,10 +55,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/3.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -78,9 +78,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -100,9 +100,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -122,9 +122,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -144,9 +144,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/7.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -166,10 +166,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/8.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -189,10 +189,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/9.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -212,9 +212,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -234,9 +234,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -256,9 +256,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -278,9 +278,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -300,9 +300,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -322,9 +322,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -344,10 +344,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/16.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -367,10 +367,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/17.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -390,10 +390,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/18.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -413,10 +413,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/19.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -436,10 +436,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/20.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -459,9 +459,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -481,10 +481,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/22.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -504,9 +504,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -526,9 +526,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -548,9 +548,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -570,10 +570,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/26.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -593,9 +593,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -615,10 +615,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/28.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -638,9 +638,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -660,9 +660,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -682,9 +682,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -704,9 +704,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -726,9 +726,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -748,9 +748,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -770,9 +770,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/pt/UpgradeModules.lang.json b/assets/json/pt/UpgradeModules.lang.json index f7bfbd2d..2cabf514 100644 --- a/assets/json/pt/UpgradeModules.lang.json +++ b/assets/json/pt/UpgradeModules.lang.json @@ -9,10 +9,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/1.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -31,10 +31,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/2.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -53,10 +53,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/3.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -75,10 +75,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/4.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -97,10 +97,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/5.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -119,10 +119,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/6.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -141,10 +141,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/7.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -163,10 +163,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -185,10 +185,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/9.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -207,10 +207,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/10.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -229,10 +229,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/11.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -251,10 +251,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/12.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -273,10 +273,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/13.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -295,10 +295,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/14.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -317,10 +317,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/15.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -339,10 +339,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/16.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -361,10 +361,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/17.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -383,10 +383,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/18.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -405,10 +405,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/19.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -427,10 +427,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/20.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -449,10 +449,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/21.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,10 +471,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/22.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -493,10 +493,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/23.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -515,10 +515,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/24.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -537,10 +537,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/25.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -559,10 +559,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/26.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -581,10 +581,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -603,10 +603,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/28.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -625,10 +625,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/29.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -647,10 +647,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/30.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,10 +669,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/31.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -691,10 +691,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/32.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -713,10 +713,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/33.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -735,10 +735,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/34.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -757,10 +757,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/35.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -779,10 +779,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/36.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -801,10 +801,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/37.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -823,10 +823,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/38.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -845,10 +845,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/39.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -867,10 +867,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/40.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -889,10 +889,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/41.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -911,10 +911,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/42.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -933,10 +933,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/43.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -955,10 +955,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/44.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -977,10 +977,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/45.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -999,10 +999,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/46.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1021,10 +1021,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/47.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1043,10 +1043,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/48.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1065,10 +1065,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/49.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1087,10 +1087,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/50.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1109,10 +1109,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/51.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1131,10 +1131,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/52.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1153,10 +1153,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/53.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1175,10 +1175,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/54.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1197,10 +1197,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/55.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1219,10 +1219,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/56.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1241,10 +1241,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/57.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1263,10 +1263,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/58.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1285,10 +1285,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/59.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1307,10 +1307,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/60.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1329,10 +1329,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/61.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1351,10 +1351,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/62.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1373,10 +1373,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/63.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1395,10 +1395,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/64.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1417,10 +1417,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/65.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1439,10 +1439,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/66.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1461,10 +1461,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/67.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1483,10 +1483,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/68.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1505,10 +1505,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/69.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1527,10 +1527,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/70.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1549,10 +1549,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/71.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1571,10 +1571,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/72.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1593,10 +1593,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/73.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1615,10 +1615,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/74.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1637,10 +1637,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/75.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1659,10 +1659,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/76.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1681,10 +1681,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/77.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1703,10 +1703,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/78.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1725,10 +1725,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/79.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1747,10 +1747,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/80.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1769,10 +1769,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/81.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1791,10 +1791,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/82.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1813,10 +1813,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/83.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1835,10 +1835,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/84.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1857,10 +1857,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/85.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1879,10 +1879,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/86.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1901,10 +1901,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/87.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1923,10 +1923,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/88.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1945,10 +1945,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/89.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1967,10 +1967,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/90.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1989,10 +1989,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/91.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2011,10 +2011,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/92.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2033,10 +2033,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/93.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2055,10 +2055,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/94.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2077,10 +2077,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/95.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2099,10 +2099,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/96.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2121,10 +2121,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/97.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2143,10 +2143,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/98.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2165,10 +2165,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/99.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2187,10 +2187,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/100.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2209,10 +2209,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/101.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2231,10 +2231,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/102.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2253,10 +2253,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/103.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2275,10 +2275,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/104.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2297,10 +2297,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/105.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2319,10 +2319,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/106.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2341,10 +2341,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/107.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2363,10 +2363,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/108.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2385,10 +2385,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/109.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2407,10 +2407,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/110.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2429,10 +2429,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/111.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2451,10 +2451,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/112.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2473,10 +2473,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/113.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2495,10 +2495,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/114.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2517,10 +2517,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/115.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2539,10 +2539,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/116.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2561,10 +2561,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/117.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2583,10 +2583,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/118.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2605,10 +2605,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/119.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2627,10 +2627,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/120.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2649,10 +2649,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/121.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2671,10 +2671,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/122.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2693,10 +2693,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/123.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2715,10 +2715,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/124.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2737,10 +2737,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/125.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2759,10 +2759,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/126.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2781,10 +2781,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/127.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2803,10 +2803,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/128.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2825,10 +2825,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/129.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2847,10 +2847,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/130.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2869,10 +2869,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/131.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2891,10 +2891,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/132.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2913,10 +2913,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/133.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2935,10 +2935,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/134.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2957,10 +2957,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/135.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2979,10 +2979,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/136.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3001,10 +3001,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/137.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3023,10 +3023,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/138.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3044,10 +3044,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3065,10 +3065,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3086,10 +3086,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3107,10 +3107,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3128,10 +3128,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3149,10 +3149,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3170,10 +3170,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3191,10 +3191,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3212,10 +3212,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3233,10 +3233,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3254,10 +3254,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3275,10 +3275,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3296,10 +3296,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3317,10 +3317,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3338,10 +3338,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3359,10 +3359,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3380,10 +3380,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3401,10 +3401,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3422,10 +3422,10 @@ "BaseValueUnits": 600.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3443,10 +3443,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3464,10 +3464,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3485,10 +3485,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3506,10 +3506,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3527,10 +3527,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3548,10 +3548,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3569,10 +3569,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3590,10 +3590,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3611,10 +3611,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3632,10 +3632,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3653,10 +3653,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3674,10 +3674,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,10 +3695,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3716,10 +3716,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3737,10 +3737,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/ru/Buildings.lang.json b/assets/json/ru/Buildings.lang.json index 218584ec..f40fd9aa 100644 --- a/assets/json/ru/Buildings.lang.json +++ b/assets/json/ru/Buildings.lang.json @@ -35,9 +35,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/2.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -65,9 +65,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -95,9 +95,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -125,9 +125,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -151,9 +151,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -182,9 +182,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/8.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -209,9 +209,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -236,9 +236,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -263,9 +263,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -290,9 +290,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -317,9 +317,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -348,9 +348,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -375,9 +375,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -402,9 +402,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -433,9 +433,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -460,9 +460,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -487,9 +487,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -514,9 +514,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -545,9 +545,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -576,9 +576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -607,9 +607,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -638,9 +638,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,9 +669,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -696,9 +696,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -723,9 +723,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -750,9 +750,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -777,9 +777,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -804,9 +804,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -831,9 +831,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -858,9 +858,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -889,9 +889,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -916,9 +916,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -943,9 +943,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -974,9 +974,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1001,9 +1001,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1028,9 +1028,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1055,9 +1055,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/39.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1086,9 +1086,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/40.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1117,9 +1117,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1144,9 +1144,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1171,9 +1171,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1198,9 +1198,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/44.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1225,9 +1225,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/45.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1252,9 +1252,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1279,9 +1279,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1306,9 +1306,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1333,9 +1333,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1360,9 +1360,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1387,9 +1387,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,9 +1418,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/52.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1445,9 +1445,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/53.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1472,9 +1472,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/54.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1503,9 +1503,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/55.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1530,9 +1530,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/56.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1557,9 +1557,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1584,9 +1584,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1615,9 +1615,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/59.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1646,9 +1646,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/60.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1673,9 +1673,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/61.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1704,9 +1704,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/62.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1735,9 +1735,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/63.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1762,9 +1762,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/64.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1789,9 +1789,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/building/65.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1838,9 +1838,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/67.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1865,9 +1865,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/68.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1892,9 +1892,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/69.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1919,9 +1919,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/70.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1946,9 +1946,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/71.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1973,9 +1973,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/72.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2004,9 +2004,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/73.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2035,9 +2035,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/building/74.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2066,9 +2066,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/75.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2092,9 +2092,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/76.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2118,9 +2118,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/77.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2149,9 +2149,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/78.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2176,9 +2176,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/79.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2206,9 +2206,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/80.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2236,9 +2236,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/81.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2262,9 +2262,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/82.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2289,9 +2289,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/83.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2316,9 +2316,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/84.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2342,9 +2342,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/85.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2372,9 +2372,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/86.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2398,9 +2398,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/87.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2424,9 +2424,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/88.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2450,9 +2450,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/89.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2476,9 +2476,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/90.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2502,9 +2502,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/91.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2528,9 +2528,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/92.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2554,9 +2554,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/93.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2580,9 +2580,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/94.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2610,9 +2610,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/95.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2636,9 +2636,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/96.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2666,9 +2666,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/97.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2696,9 +2696,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/98.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2726,9 +2726,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/106.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2753,9 +2753,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/118.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2788,9 +2788,9 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/building/129.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2820,9 +2820,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/130.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2852,9 +2852,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/131.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2883,9 +2883,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/132.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2915,9 +2915,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/133.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2946,9 +2946,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/134.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2973,9 +2973,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/135.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3008,9 +3008,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/136.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3036,9 +3036,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/137.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3068,9 +3068,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/138.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3099,9 +3099,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/139.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3130,9 +3130,9 @@ "Colour": "095C77", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/140.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3182,9 +3182,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/142.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3209,9 +3209,9 @@ "Colour": "2C7C9F", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/145.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3239,9 +3239,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/146.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3269,9 +3269,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/147.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3299,9 +3299,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/150.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3325,9 +3325,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/151.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3351,9 +3351,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/152.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3381,9 +3381,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/153.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3411,9 +3411,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/154.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3441,9 +3441,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/155.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3493,9 +3493,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/157.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3519,9 +3519,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/158.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3549,9 +3549,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/159.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3576,9 +3576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/161.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3603,9 +3603,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/162.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3630,9 +3630,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/163.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3657,9 +3657,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/164.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3684,9 +3684,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/165.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3711,9 +3711,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/166.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3738,9 +3738,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/167.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3765,9 +3765,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/168.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3792,9 +3792,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/169.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3819,9 +3819,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/170.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3846,9 +3846,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/171.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3873,9 +3873,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/building/172.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 6, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3900,9 +3900,9 @@ "Colour": "2C7C9F", "Power": -30.0, "CdnUrl": "https://cdn.nmsassistant.com/building/173.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 6, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3926,9 +3926,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/174.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3961,9 +3961,9 @@ "Colour": "2C7C9F", "Power": -2.0, "CdnUrl": "https://cdn.nmsassistant.com/building/175.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3992,9 +3992,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/176.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4027,9 +4027,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/177.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4062,9 +4062,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/178.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4097,9 +4097,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/179.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4132,9 +4132,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/180.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4167,9 +4167,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/181.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4193,9 +4193,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/182.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4219,9 +4219,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/204.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4245,9 +4245,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/205.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4271,9 +4271,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/206.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4298,9 +4298,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/207.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4333,9 +4333,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/213.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4360,9 +4360,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/214.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4390,9 +4390,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/215.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4416,9 +4416,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/219.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4442,9 +4442,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/220.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4468,9 +4468,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/221.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4494,9 +4494,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/222.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4524,9 +4524,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/223.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4550,9 +4550,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/224.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4580,9 +4580,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/225.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4610,9 +4610,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/226.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4636,9 +4636,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/227.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4666,9 +4666,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/228.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4692,9 +4692,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/229.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4718,9 +4718,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/230.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4744,9 +4744,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/231.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4770,9 +4770,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/232.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4796,9 +4796,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/233.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4826,9 +4826,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/234.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4856,9 +4856,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/235.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4886,9 +4886,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/236.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4916,9 +4916,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/237.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4946,9 +4946,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/238.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4977,9 +4977,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/239.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5008,9 +5008,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/240.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5039,9 +5039,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/241.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5069,9 +5069,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/242.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5099,9 +5099,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/243.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5129,9 +5129,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/244.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5159,9 +5159,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/245.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5189,9 +5189,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/246.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5219,9 +5219,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/247.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5245,9 +5245,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/248.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5271,9 +5271,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/249.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5301,9 +5301,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/250.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5327,9 +5327,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/253.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5353,9 +5353,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/254.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5379,9 +5379,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/255.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5405,9 +5405,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/256.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5431,9 +5431,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/257.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5457,9 +5457,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/258.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5483,9 +5483,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/259.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5509,9 +5509,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/260.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5535,9 +5535,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/261.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5561,9 +5561,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/266.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5587,9 +5587,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5614,9 +5614,9 @@ "MaxStackSize": 5.0, "Colour": "FFFFFF", "CdnUrl": "https://cdn.nmsassistant.com/building/272.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5636,9 +5636,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/273.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5667,9 +5667,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/274.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5698,9 +5698,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/275.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5729,9 +5729,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/276.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5760,9 +5760,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/277.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5791,9 +5791,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/278.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5822,9 +5822,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/279.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5853,9 +5853,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/280.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5884,9 +5884,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/281.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5915,9 +5915,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/282.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5946,9 +5946,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/283.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5977,9 +5977,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/284.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6008,9 +6008,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/285.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6039,9 +6039,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/286.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6070,9 +6070,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/287.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6101,9 +6101,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/288.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6132,9 +6132,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/289.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6163,9 +6164,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/290.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6194,9 +6195,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/291.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6225,9 +6226,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/292.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6256,9 +6258,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/293.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6287,9 +6289,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/294.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6314,9 +6316,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/295.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6341,9 +6344,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/296.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6368,9 +6372,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/297.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6395,9 +6400,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/298.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6422,9 +6428,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/299.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6449,9 +6455,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/300.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6476,9 +6482,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/301.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6507,9 +6513,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/302.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6538,9 +6545,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/303.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6569,9 +6576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/304.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6596,9 +6603,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/305.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6623,9 +6630,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/306.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6650,9 +6657,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/307.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6677,9 +6684,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/308.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6704,9 +6711,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/309.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6732,9 +6739,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/310.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6763,9 +6770,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/311.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6790,9 +6797,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/312.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6817,9 +6824,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/313.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6844,9 +6851,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/314.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6871,9 +6878,9 @@ "MaxStackSize": 20.0, "Colour": "262626", "CdnUrl": "https://cdn.nmsassistant.com/building/315.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6893,9 +6900,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/316.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6928,9 +6935,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/317.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6963,9 +6970,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/318.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6990,9 +6997,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/319.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7017,9 +7024,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/320.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7044,9 +7051,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/321.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7072,9 +7079,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/322.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7099,9 +7106,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/324.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7130,9 +7137,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/325.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7158,9 +7165,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/326.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7184,9 +7191,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7206,9 +7213,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/328.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7237,9 +7244,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/329.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7265,9 +7272,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/330.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7291,9 +7298,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7313,9 +7320,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/332.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7344,9 +7351,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/336.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7371,9 +7378,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/337.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7398,9 +7405,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/338.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7425,9 +7432,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/339.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7452,9 +7459,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/340.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7479,9 +7486,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/341.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7506,9 +7513,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/342.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7533,9 +7540,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/343.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7560,9 +7567,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/344.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7587,9 +7594,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/345.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7614,9 +7621,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/346.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7641,9 +7648,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/347.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7668,9 +7675,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/348.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7695,9 +7702,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/359.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7721,9 +7728,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/360.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7756,9 +7763,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/361.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7778,9 +7785,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/362.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7809,9 +7816,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/363.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7831,9 +7838,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/364.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7853,9 +7860,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/365.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7875,9 +7882,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/366.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7897,9 +7905,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/367.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7919,9 +7928,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/368.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7941,9 +7951,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/369.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7968,9 +7979,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/370.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7995,9 +8006,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/371.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8022,9 +8033,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/372.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8049,9 +8060,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/373.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8076,9 +8087,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/374.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8103,9 +8114,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/375.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8130,9 +8141,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/376.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8157,9 +8168,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/377.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8184,9 +8195,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/378.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8211,9 +8222,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/379.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8238,9 +8249,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/380.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8265,9 +8276,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/381.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8292,9 +8303,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/382.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8319,9 +8330,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/383.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8346,9 +8357,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/384.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8373,9 +8384,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/385.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8400,9 +8411,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/386.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8427,9 +8438,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/387.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8454,9 +8465,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/388.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8481,9 +8492,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/389.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8503,9 +8514,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/390.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8525,9 +8536,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/391.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8547,9 +8558,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/392.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8569,9 +8580,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/393.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8591,9 +8602,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/394.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8612,9 +8623,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/395.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 15, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -8647,9 +8658,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/396.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -8680,9 +8691,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8709,9 +8720,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8738,9 +8749,9 @@ "BaseValueUnits": 300.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8767,9 +8778,9 @@ "BaseValueUnits": 300.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8792,9 +8803,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8817,9 +8828,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8842,9 +8853,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8867,9 +8878,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8892,9 +8903,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8917,9 +8928,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8942,9 +8953,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8967,9 +8978,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8992,9 +9003,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9017,9 +9028,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9047,9 +9058,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9073,9 +9085,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9099,9 +9111,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9125,9 +9137,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9151,9 +9163,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9172,9 +9184,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9193,9 +9205,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9219,9 +9231,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9249,9 +9261,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9275,9 +9287,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9301,9 +9313,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9327,9 +9339,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9348,9 +9361,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9374,9 +9388,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9400,9 +9415,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9426,9 +9442,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9452,9 +9469,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9478,9 +9496,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9504,9 +9523,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9530,9 +9549,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9560,9 +9579,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9590,9 +9609,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9616,9 +9635,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9642,9 +9661,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9668,9 +9687,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9694,10 +9713,10 @@ "CurrencyType": "None", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9718,9 +9737,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9744,9 +9763,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9770,9 +9789,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9796,9 +9815,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9822,9 +9841,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9848,9 +9867,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9874,9 +9893,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9900,9 +9919,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9926,9 +9945,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9952,9 +9971,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9978,9 +9997,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10004,9 +10023,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10030,9 +10049,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10056,9 +10075,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10083,9 +10102,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10109,9 +10128,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10135,9 +10154,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10161,9 +10180,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10187,9 +10206,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10213,9 +10232,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10239,9 +10258,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10265,9 +10284,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10291,9 +10310,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10317,9 +10336,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10343,9 +10362,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10369,9 +10388,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10395,9 +10414,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10421,9 +10440,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10447,9 +10466,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10473,9 +10492,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10499,9 +10518,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10525,9 +10544,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10551,9 +10570,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10577,9 +10596,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10603,9 +10622,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10629,9 +10648,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10655,9 +10674,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10681,9 +10700,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10707,9 +10726,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10733,9 +10752,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10759,9 +10778,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10785,9 +10804,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10811,9 +10830,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10837,9 +10856,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10863,9 +10882,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10889,9 +10908,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10915,9 +10934,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10941,9 +10960,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10967,9 +10986,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10993,9 +11012,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11019,9 +11038,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11045,9 +11064,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11071,9 +11090,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11097,9 +11116,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11123,9 +11142,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11149,9 +11168,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11175,9 +11194,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11201,9 +11220,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11227,9 +11246,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11253,9 +11272,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11279,9 +11298,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11305,9 +11324,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11331,9 +11350,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11357,9 +11376,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11383,9 +11402,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11409,9 +11428,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11435,9 +11454,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11461,9 +11480,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11487,9 +11506,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11513,9 +11532,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11539,9 +11558,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11565,9 +11584,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11591,9 +11610,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11617,9 +11636,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11643,9 +11662,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11669,9 +11688,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11695,9 +11714,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11721,9 +11740,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11747,9 +11766,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11773,9 +11792,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11799,9 +11818,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11825,9 +11844,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11851,9 +11870,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11877,9 +11896,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11903,9 +11922,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11929,9 +11948,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11955,9 +11974,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11981,9 +12000,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12007,9 +12026,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12033,9 +12052,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12059,9 +12078,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12085,9 +12104,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12111,9 +12130,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12137,9 +12156,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12163,9 +12182,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12189,9 +12208,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12215,9 +12234,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12241,9 +12260,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12267,9 +12286,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12293,9 +12312,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12319,9 +12338,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12345,9 +12364,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12371,9 +12390,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12397,9 +12416,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12423,9 +12442,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12449,9 +12468,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12475,9 +12494,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12501,9 +12520,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12527,9 +12546,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12553,9 +12572,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12579,9 +12598,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12605,9 +12624,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12635,9 +12654,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12665,9 +12684,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12695,9 +12714,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12725,9 +12744,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12755,9 +12774,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12785,9 +12804,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12811,9 +12830,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12837,9 +12856,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12863,9 +12882,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12889,9 +12908,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12915,9 +12934,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12945,9 +12964,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12975,9 +12994,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13005,9 +13024,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13035,9 +13054,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13065,9 +13084,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13095,9 +13114,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13125,9 +13144,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13155,9 +13174,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13185,9 +13204,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13215,9 +13234,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13245,9 +13264,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13271,9 +13290,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13301,9 +13320,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13327,9 +13346,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13357,9 +13376,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13387,9 +13406,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13417,9 +13436,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13443,9 +13462,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13469,9 +13488,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13495,9 +13514,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13521,9 +13540,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13547,9 +13566,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13578,9 +13597,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13604,9 +13623,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13630,9 +13649,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13656,9 +13675,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13682,9 +13701,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13708,9 +13727,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13734,9 +13753,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13760,9 +13779,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13786,9 +13805,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13812,9 +13831,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13838,9 +13857,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13864,9 +13883,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13894,9 +13913,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13924,9 +13943,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13954,9 +13973,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13984,9 +14003,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14014,9 +14033,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14044,9 +14063,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14070,9 +14089,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14096,9 +14115,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14122,9 +14141,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14148,9 +14167,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14178,9 +14197,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14208,9 +14227,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14238,9 +14257,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14268,9 +14287,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14298,9 +14317,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14328,9 +14347,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14358,9 +14377,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14388,9 +14407,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14418,9 +14437,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14448,9 +14467,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14478,9 +14497,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14508,9 +14527,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14538,9 +14557,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14568,9 +14587,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14594,9 +14613,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14624,9 +14643,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14650,9 +14669,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14676,9 +14695,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14706,9 +14725,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14736,9 +14755,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14762,9 +14781,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14788,9 +14807,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14814,9 +14833,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14840,9 +14859,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14866,9 +14885,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14896,9 +14915,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14922,9 +14941,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14948,9 +14967,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14974,9 +14993,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15000,9 +15019,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15026,9 +15045,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15052,9 +15071,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15078,9 +15097,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15104,9 +15123,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15130,9 +15149,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15156,9 +15175,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15182,9 +15201,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15212,9 +15231,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15242,9 +15261,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15272,9 +15291,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15302,9 +15321,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15332,9 +15351,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15362,9 +15381,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15388,9 +15407,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15414,9 +15433,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15440,9 +15459,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15466,9 +15485,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15496,9 +15515,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15526,9 +15545,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15556,9 +15575,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15582,9 +15601,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15608,9 +15627,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15638,9 +15657,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15664,9 +15683,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15690,9 +15709,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15716,9 +15735,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15742,9 +15761,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15768,9 +15787,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15794,9 +15813,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15820,9 +15839,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15846,9 +15865,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15872,9 +15891,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15898,9 +15917,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15924,9 +15943,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15950,9 +15969,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15980,9 +15999,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16010,9 +16029,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16040,9 +16059,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16066,9 +16085,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16092,9 +16111,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16118,9 +16137,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16144,9 +16163,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16170,9 +16189,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16200,9 +16219,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16226,9 +16245,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16252,9 +16271,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16278,9 +16297,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16304,9 +16323,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16338,9 +16358,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16364,9 +16385,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16385,9 +16406,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16406,9 +16427,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16426,9 +16447,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16452,9 +16473,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16477,9 +16498,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16506,9 +16527,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16535,9 +16556,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16565,9 +16586,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -10.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16590,9 +16611,9 @@ "BaseValueUnits": 2.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16615,9 +16636,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16640,9 +16661,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16665,9 +16686,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16691,9 +16712,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16717,9 +16738,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16742,9 +16763,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16767,9 +16788,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16792,9 +16813,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16817,9 +16838,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16842,9 +16863,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16867,9 +16888,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16892,9 +16913,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16917,9 +16938,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16942,9 +16963,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16967,9 +16988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16992,9 +17013,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17017,9 +17038,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17042,9 +17063,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17067,9 +17088,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17092,9 +17113,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17117,9 +17138,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17142,9 +17163,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17167,9 +17188,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17192,9 +17213,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17217,9 +17238,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17242,9 +17263,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17267,9 +17288,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17292,9 +17313,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17318,9 +17339,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17344,9 +17365,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17370,9 +17391,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17396,9 +17417,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17417,9 +17439,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17443,9 +17466,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17469,9 +17493,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17495,9 +17520,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17521,9 +17546,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17547,9 +17572,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/ru/ConstructedTechnology.lang.json b/assets/json/ru/ConstructedTechnology.lang.json index 4f824fb3..e9f9095b 100644 --- a/assets/json/ru/ConstructedTechnology.lang.json +++ b/assets/json/ru/ConstructedTechnology.lang.json @@ -9,9 +9,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/1.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -35,9 +35,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/2.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -70,9 +70,9 @@ "Colour": "2C7C9F", "Power": -15.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -101,9 +101,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -136,9 +136,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -170,9 +170,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -200,9 +200,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/7.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -230,9 +230,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/8.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -264,9 +264,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 20, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -299,9 +299,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -333,9 +333,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -367,9 +367,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -397,9 +397,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -427,9 +427,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -457,9 +457,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -492,9 +492,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -518,9 +518,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -553,9 +553,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -588,9 +588,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -622,9 +622,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -652,9 +652,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -678,9 +678,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -712,9 +712,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -746,9 +746,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -780,9 +780,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -814,9 +814,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -848,9 +848,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -882,9 +882,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -912,9 +912,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -942,9 +942,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -972,9 +972,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1002,9 +1002,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1033,9 +1033,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1068,9 +1068,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1103,9 +1103,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1137,9 +1137,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1167,9 +1167,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/39.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1193,9 +1193,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/40.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1227,9 +1227,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1261,9 +1261,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1296,9 +1296,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1331,9 +1331,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/44.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1366,9 +1366,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/45.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1402,9 +1402,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1434,9 +1434,9 @@ "Colour": "2C7C9F", "Power": 100.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1465,9 +1465,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1492,9 +1492,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1524,9 +1524,9 @@ "Colour": "2C7C9F", "Power": 50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1560,9 +1560,9 @@ "Colour": "2C7C9F", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1596,9 +1596,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/52.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1627,9 +1627,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/53.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1649,9 +1649,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/54.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1671,9 +1671,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/55.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1702,9 +1702,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/56.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1733,9 +1733,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1764,9 +1764,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1791,9 +1791,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/59.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1818,9 +1818,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/60.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1849,9 +1849,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/61.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1880,9 +1880,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/62.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1914,9 +1914,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/63.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1948,10 +1948,10 @@ "CurrencyType": "None", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1970,9 +1970,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2000,9 +2000,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2030,9 +2030,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2060,9 +2060,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2090,9 +2090,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2120,9 +2120,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2150,9 +2150,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2180,9 +2180,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2210,9 +2210,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2240,9 +2240,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2269,9 +2269,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2298,9 +2298,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2327,9 +2327,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2356,9 +2356,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2385,9 +2385,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2414,9 +2414,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2443,9 +2443,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2472,9 +2472,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2501,9 +2501,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2530,9 +2530,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/ru/Cooking.lang.json b/assets/json/ru/Cooking.lang.json index 2fdc3d40..5a970e36 100644 --- a/assets/json/ru/Cooking.lang.json +++ b/assets/json/ru/Cooking.lang.json @@ -11,13 +11,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/1.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -40,13 +40,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/2.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -69,13 +69,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/3.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -98,13 +98,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/4.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -127,13 +127,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/5.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -156,13 +156,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/6.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -185,13 +185,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/7.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -214,13 +214,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/8.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -243,13 +243,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/9.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -272,13 +272,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/10.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -301,13 +301,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/11.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -330,13 +330,13 @@ "Colour": "007951", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/12.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -359,12 +359,12 @@ "Colour": "007953", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/13.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,12 +387,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/14.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -415,12 +415,12 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/15.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -443,12 +443,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/16.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,13 +471,13 @@ "Colour": "DB2400", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/17.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -500,12 +500,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/18.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -528,12 +528,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/19.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -556,12 +556,12 @@ "Colour": "007951", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/20.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -584,12 +584,12 @@ "Colour": "007951", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/21.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -612,12 +612,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/22.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -640,13 +640,13 @@ "Colour": "79502E", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/23.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,12 +669,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/24.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -697,12 +697,12 @@ "Colour": "007953", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/25.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -725,13 +725,13 @@ "Colour": "79502E", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/26.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -754,12 +754,12 @@ "Colour": "007952", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/27.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -782,13 +782,13 @@ "Colour": "7B0000", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/28.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -811,13 +811,13 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/29.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -840,12 +840,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/30.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -868,12 +868,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/31.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -896,12 +896,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/32.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -924,12 +924,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/33.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -952,12 +952,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/34.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -980,12 +980,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/35.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1008,12 +1008,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/36.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1036,12 +1036,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/37.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1064,12 +1064,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/38.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1092,12 +1092,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/39.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1120,14 +1120,14 @@ "Colour": "7B0000", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/40.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1150,12 +1150,12 @@ "Colour": "DEDCD1", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/41.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1178,12 +1178,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/42.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1206,12 +1206,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/43.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1234,12 +1234,12 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/44.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1262,12 +1262,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/45.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1290,12 +1290,12 @@ "Colour": "DEDCD1", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/46.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1318,13 +1318,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/47.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1347,12 +1347,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/48.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1375,13 +1375,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/49.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1404,13 +1404,13 @@ "Colour": "095C77", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/50.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1433,13 +1433,13 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/51.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1462,13 +1462,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/52.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1491,13 +1491,13 @@ "Colour": "DB2400", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/53.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1520,13 +1520,13 @@ "Colour": "007953", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/54.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1549,13 +1549,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/55.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1578,13 +1578,13 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/56.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1607,13 +1607,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/57.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1636,13 +1636,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/58.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1665,13 +1665,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/59.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1694,13 +1694,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/60.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1723,12 +1723,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/61.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1751,12 +1751,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/62.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1779,12 +1779,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/63.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1807,12 +1807,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/64.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1835,13 +1835,13 @@ "Colour": "007953", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/65.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1864,12 +1864,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/66.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1892,12 +1892,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/67.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1920,12 +1920,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/68.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1948,12 +1948,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/69.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1976,13 +1976,13 @@ "Colour": "BB3830", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/70.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2005,12 +2005,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/71.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2033,12 +2033,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/72.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2061,12 +2061,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/73.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2089,12 +2089,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/74.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2117,12 +2117,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/75.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2145,12 +2145,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/76.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2173,13 +2173,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/77.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2202,13 +2202,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/78.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2231,13 +2231,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/79.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2260,13 +2260,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/80.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2289,13 +2289,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/81.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2318,13 +2318,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/82.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2347,13 +2347,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/83.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2376,13 +2376,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/84.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2405,13 +2405,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/85.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2434,13 +2434,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/86.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2463,13 +2463,13 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/87.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2492,13 +2492,13 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/88.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2521,13 +2521,13 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/89.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2550,13 +2550,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/90.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2579,13 +2579,13 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/91.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2608,13 +2608,13 @@ "Colour": "79502E", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/92.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2637,12 +2637,12 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/93.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2665,13 +2665,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/94.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2694,13 +2694,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/95.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2723,12 +2723,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/96.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2751,12 +2751,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/97.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2779,12 +2779,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/98.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2807,13 +2807,13 @@ "Colour": "79502E", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/99.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2836,13 +2836,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/100.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2865,12 +2865,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/101.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2893,12 +2893,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/102.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2921,12 +2921,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/103.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2949,12 +2949,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/104.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2977,13 +2977,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/105.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3006,12 +3006,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/106.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3034,13 +3034,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/107.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3063,12 +3063,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/108.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3091,12 +3091,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/109.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3119,12 +3119,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/110.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3147,12 +3147,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/111.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3175,13 +3175,13 @@ "Colour": "095C77", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/112.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3204,13 +3204,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/113.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3233,12 +3233,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/114.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3261,13 +3261,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/115.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3290,12 +3290,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/116.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3318,13 +3318,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/117.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3347,12 +3347,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/118.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3373,12 +3373,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/119.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3399,12 +3399,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/120.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3425,11 +3425,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/121.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3450,13 +3451,13 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/122.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3482,11 +3483,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/123.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3507,11 +3509,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/124.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3532,11 +3535,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/125.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3557,11 +3561,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/126.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3582,12 +3587,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/127.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3610,12 +3615,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/128.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3638,13 +3643,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/129.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3667,12 +3672,12 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/130.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,12 +3700,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/131.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3723,12 +3728,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/132.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3751,12 +3756,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/133.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3779,12 +3784,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/134.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3807,12 +3812,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/135.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3835,12 +3840,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/136.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3863,12 +3868,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/137.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3891,12 +3896,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/138.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3919,12 +3924,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/139.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3947,12 +3952,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/140.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3975,12 +3980,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/141.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4003,12 +4008,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/142.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4031,12 +4036,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/143.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4059,12 +4064,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/144.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4087,12 +4092,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/145.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4115,12 +4120,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/146.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4143,12 +4148,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/147.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4171,12 +4176,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/148.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4199,12 +4204,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/149.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4227,12 +4232,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/150.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4255,12 +4260,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/151.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4283,12 +4288,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/152.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4311,12 +4316,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/153.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4339,13 +4344,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/154.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4368,12 +4373,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/155.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4396,12 +4401,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/156.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4424,12 +4429,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/157.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4452,12 +4457,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/158.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4480,12 +4485,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/159.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4508,12 +4513,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/160.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4536,13 +4541,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/161.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4565,12 +4570,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/162.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4593,12 +4598,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/163.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4621,12 +4626,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/164.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4649,12 +4654,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/165.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4677,12 +4682,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/166.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4705,12 +4710,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/167.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4733,12 +4738,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/168.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4761,12 +4766,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/169.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4789,12 +4794,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/170.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4817,12 +4822,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/171.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4845,12 +4850,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/172.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4873,12 +4878,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/173.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4901,12 +4906,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/174.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4929,12 +4934,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/175.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4957,12 +4962,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/176.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4985,12 +4990,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/177.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5013,12 +5018,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/178.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5041,12 +5046,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/179.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5068,12 +5073,12 @@ "MaxStackSize": 50.0, "Colour": "6AD01E", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5095,12 +5100,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5123,12 +5128,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/182.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5151,13 +5156,13 @@ "Colour": "D35300", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/183.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5180,12 +5185,12 @@ "Colour": "6AD01E", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/184.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5208,12 +5213,12 @@ "Colour": "F26D15", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/185.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5236,12 +5241,12 @@ "Colour": "6AD01E", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/186.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5264,13 +5269,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/187.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5293,13 +5298,13 @@ "Colour": "6AD01E", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/188.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5322,13 +5327,13 @@ "Colour": "6AD01E", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/189.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5351,12 +5356,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/190.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5379,12 +5384,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/191.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5407,12 +5412,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/192.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5435,12 +5440,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/193.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5463,12 +5468,12 @@ "Colour": "8A7F72", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/194.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5491,12 +5496,12 @@ "Colour": "1EA3EE", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/195.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5519,12 +5524,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/196.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5547,12 +5552,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/197.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5575,12 +5580,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/198.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5603,12 +5608,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/199.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5631,12 +5636,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/200.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5659,12 +5664,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/201.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5687,12 +5692,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/202.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5715,12 +5720,12 @@ "Colour": "8A7F72", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/203.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5742,12 +5747,12 @@ "MaxStackSize": 50.0, "Colour": "6AD01E", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5770,12 +5775,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/205.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5798,12 +5803,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/206.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5825,12 +5830,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5853,12 +5858,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/208.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5881,12 +5886,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/209.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5909,12 +5914,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/210.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5937,12 +5942,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/211.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5965,12 +5970,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/212.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5993,12 +5998,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/213.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6021,12 +6026,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/214.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6049,12 +6054,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/215.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6077,12 +6082,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/216.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6105,12 +6110,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/217.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6133,12 +6138,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/218.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6161,12 +6166,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/219.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6189,12 +6194,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/220.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6217,12 +6222,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/221.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6245,12 +6250,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/222.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6273,12 +6278,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/223.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6301,12 +6306,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/224.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6329,12 +6334,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/225.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6357,12 +6362,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/226.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6385,12 +6390,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/227.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6413,12 +6418,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/228.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6441,12 +6446,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/229.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6469,12 +6474,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/230.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6497,12 +6502,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/231.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6525,12 +6530,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/232.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6553,12 +6558,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/233.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6581,12 +6586,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/234.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6609,12 +6614,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/235.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6637,12 +6642,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/236.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6665,12 +6670,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/237.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6693,12 +6698,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/238.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6721,12 +6726,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/239.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6749,12 +6754,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/240.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6777,12 +6782,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/241.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6805,12 +6810,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/242.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6833,12 +6838,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/243.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6861,12 +6866,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/244.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6889,12 +6894,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/245.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6917,12 +6922,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/246.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6945,12 +6950,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/247.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6973,12 +6978,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/248.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7001,12 +7006,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/249.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7029,12 +7034,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/250.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7057,12 +7062,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/251.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7084,12 +7089,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7111,12 +7116,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7138,12 +7143,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7165,12 +7170,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7192,12 +7197,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7219,12 +7224,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7246,12 +7251,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7273,12 +7278,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7300,12 +7305,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7327,13 +7332,13 @@ "MaxStackSize": 50.0, "Colour": "DEDCD1", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7355,13 +7360,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7383,13 +7388,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7411,13 +7416,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7439,12 +7444,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7466,12 +7471,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7493,12 +7498,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7520,12 +7525,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7547,12 +7552,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7574,12 +7579,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7601,13 +7606,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7629,13 +7634,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7657,13 +7662,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7685,13 +7690,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7713,13 +7718,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7741,13 +7746,13 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7769,12 +7774,12 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7796,12 +7801,12 @@ "MaxStackSize": 50.0, "Colour": "DEDCD1", "CookingValue": 0.9, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7823,12 +7828,12 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7850,12 +7855,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7877,13 +7882,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/ru/Curiosity.lang.json b/assets/json/ru/Curiosity.lang.json index 0e1a6531..4616636f 100644 --- a/assets/json/ru/Curiosity.lang.json +++ b/assets/json/ru/Curiosity.lang.json @@ -10,11 +10,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -34,12 +34,12 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -59,9 +59,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -94,11 +94,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -123,11 +123,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -156,11 +156,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -189,11 +189,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -222,11 +222,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/8.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -255,11 +255,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/9.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -288,11 +288,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/10.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -321,11 +321,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -354,11 +354,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/12.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,11 +387,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/13.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -420,11 +420,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/14.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -445,14 +445,14 @@ "Colour": "CCCCCC", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/curiosities/15.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -472,11 +472,11 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/16.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -496,12 +496,12 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -522,13 +522,13 @@ "Colour": "CCCCCC", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/curiosities/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -548,12 +548,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -573,10 +573,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -609,12 +609,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/21.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -634,10 +634,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/22.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -657,11 +657,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -681,11 +681,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/24.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -705,9 +705,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -727,9 +727,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -749,11 +749,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -773,11 +773,12 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/28.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -799,11 +800,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/29.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -825,12 +826,12 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -852,11 +853,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/31.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -878,12 +879,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/32.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -903,9 +904,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -925,9 +926,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -947,9 +948,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -969,10 +970,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/36.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -992,9 +993,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1014,9 +1015,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1036,10 +1037,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/39.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1059,10 +1060,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/40.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1082,9 +1083,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1113,9 +1114,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1144,9 +1145,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1175,10 +1176,10 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/44.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1198,10 +1199,10 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/45.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1221,9 +1222,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1242,9 +1243,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1263,9 +1264,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1284,9 +1285,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1305,9 +1306,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1326,10 +1327,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1350,10 +1351,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1374,10 +1375,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1396,10 +1397,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,10 +1419,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1442,10 +1443,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1464,10 +1465,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1486,10 +1487,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1510,10 +1511,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1532,10 +1533,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1554,10 +1555,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1578,10 +1579,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1600,10 +1601,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1622,9 +1623,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "DEDCD1", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 5000, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1642,9 +1644,9 @@ "BaseValueUnits": 256000.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/ru/Factions.lang.json b/assets/json/ru/Factions.lang.json new file mode 100644 index 00000000..a97c75fc --- /dev/null +++ b/assets/json/ru/Factions.lang.json @@ -0,0 +1,1527 @@ +{ + "Milestone": "ВАЖНЫЕ ЭТАПЫ", + "Category": "РАЗДЕЛЫ", + "Categories": [ + { + "Id": "journey", + "Name": "Важные этапы", + "Description": "Бесконечное путешествие: исследуйте и выживайте в безграничной вселенной", + "Missions": [], + "Additional": [ + "NavigateToJourneyPage" + ] + } + ], + "Lifeform": "ФОРМЫ ЖИЗНИ", + "Lifeforms": [ + { + "Id": "gek", + "Name": "Геки", + "Description": "Эти небольшие рептилии с клювами — главные торговцы галактики. Они способны контролировать выделение феромонов и используют эту особенность своего организма для общения, передавая сложные мысли и эмоции посредством запахов.\n\nЭта раса зародилась на планете Баларон, и другие разумные формы жизни относятся к ее представителям с недоверием. Все дело в Гекских Первородах, которые безжалостно строили свою империю на костях других народов.", + "Missions": [ + { + "Name": "Отношения", + "Icon": "faction/MEDAL.GEKGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "Враг", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "Соперник", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "Клиент", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "Потребитель", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "Ценный клиент", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "Коллега", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Партнер", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Друг", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Лучший друг", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "Обожаемый", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.GEKGOLD.png", + "Name": "Гений торговли", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Выполнено заданий", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Собрано слов", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "БОЛТУН", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "НАЧИНАЮЩИЙ", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "УЧЕНИК", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ПОНЯТНЫЙ", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "УЧЕНЫЙ", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ВЛАДЕЮЩИЙ ЯЗЫКОМ", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "ПЕРЕВОДЧИК", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "ЛИНГВИСТ", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "ПОЛИГЛОТ", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "КОСМИЧЕСКИЙ ПЕРЕВОДЧИК", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "ВАВИЛОНСКАЯ РЫБКА", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "Посещено систем", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + }, + { + "Id": "vykeen", + "Name": "Вай'кины", + "Description": "Вай'кины — воинственные существа из системы Дрин'дарга, одержимые уничтожением стражей. Под руководством Вай’кинского верховного командования они ведут борьбу со стражами по всей Галактике.\n\nНесмотря на свою агрессивность и грозный внешний вид, вай’кины подчиняются строгому кодексу чести. Верность, самопожертвование и славную смерть на поле боя они ценят превыше материальных благ или знаний. Каждый из них дал клятву по возможности помогать Страннику.", + "Missions": [ + { + "Name": "Отношения", + "Icon": "faction/MEDAL.VYKEENGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "Враг", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "Клеветник", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "Нейтрально", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "Соучастник", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "Союзник", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "Близкий союзник", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Товарищ", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Наставник", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Адъютант", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "Командор", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.VYKEENGOLD.png", + "Name": "Тамплиер", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Выполнено заданий", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Собрано слов", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "БОЛТУН", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "НАЧИНАЮЩИЙ", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "УЧЕНИК", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ПОНЯТНЫЙ", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "УЧЕНЫЙ", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ВЛАДЕЮЩИЙ ЯЗЫКОМ", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "ПЕРЕВОДЧИК", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "ЛИНГВИСТ", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "ПОЛИГЛОТ", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "КОСМИЧЕСКИЙ ПЕРЕВОДЧИК", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "ВАВИЛОНСКАЯ РЫБКА", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "Посещено систем", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + }, + { + "Id": "explorer", + "Name": "Корваксы", + "Description": "Сущности корваксов — это неорганические формы жизни, обитающие в металлических оболочках, которые передаются между поколениями. Они полагают, что существует математическое уравнение, решив которое они смогут возвыситься на уровень Атласа, а для его решения необходимо изучать стражей.\n\nКаждый корвакс — это сознание в чистой форме, капля в великом Единстве. Оболочка, в которой они обитают ничтожна по сравнению с их связью с коллективным сознанием.\n\nКорваксы были порабощены Гекскими Первородами, и многие из них до сих пор не доверяют народу торговцев.", + "Missions": [ + { + "Name": "Отношения", + "Icon": "faction/MEDAL.KORVAXGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "Недовольство", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "Раздражение", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "Темная лошадка", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "Точка интереса", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "Объект исследования", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "Цель исследования", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Кандидат", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Важная шишка", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Спаситель", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "Сингулярность", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.KORVAXGOLD.png", + "Name": "Странник Атласа", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Выполнено заданий", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Собрано слов", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "БОЛТУН", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "НАЧИНАЮЩИЙ", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "УЧЕНИК", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ПОНЯТНЫЙ", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "УЧЕНЫЙ", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "ВЛАДЕЮЩИЙ ЯЗЫКОМ", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "ПЕРЕВОДЧИК", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "ЛИНГВИСТ", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "ПОЛИГЛОТ", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "КОСМИЧЕСКИЙ ПЕРЕВОДЧИК", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "ВАВИЛОНСКАЯ РЫБКА", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "Посещено систем", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + } + ], + "Guild": "ГИЛЬДИИ", + "Guilds": [ + { + "Id": "traGuild", + "Name": "Гильдия торговцев", + "Description": "Коллективная организация, представляющая торговые компании и отдельных торговцев со всей галактики. Помогает контролировать и распределять работу среди наемных пилотов.\n\nЕстественно, наибольшим влиянием в Гильдии торговцев обладают геки, но не стоит воспринимать ее как закрытый клуб. Здесь рады всем формам жизни, по крайней мере тем, кто обладает достаточным капиталом...", + "Missions": [ + { + "Name": "Отношения", + "Icon": "faction/MEDAL.MERCHGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "Ненавистный", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "Враждебный", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "Неизвестный", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "Поверх. знакомство", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "Ученик", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "Подмастерье", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Напарник", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Специалист", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Мастер", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "Старейшина", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.MERCHGOLD.png", + "Name": "Прославленный", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Выполнено заданий", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Начислено юнитов", + "Icon": "faction/MEDAL.UNITSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.UNITSOFF.png", + "Name": "СТАРТАП", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "КОСМИЧЕСКИЙ ПЕРЕВОЗЧИК", + "RequiredProgress": 75000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "ТОРГОВЕЦ", + "RequiredProgress": 100000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "ДЕЛЕЦ", + "RequiredProgress": 150000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "КУПЕЦ", + "RequiredProgress": 250000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "ПРЕДПРИИМЧИВЫЙ", + "RequiredProgress": 500000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "ПРЕДПРИНИМАТЕЛЬ", + "RequiredProgress": 750000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "ИНВЕСТОР", + "RequiredProgress": 1000000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "КАПИТАЛИСТ", + "RequiredProgress": 1250000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "КРУПНЫЙ ТОРГОВЕЦ", + "RequiredProgress": 1500000 + }, + { + "Icon": "faction/MEDAL.UNITSGOLD.png", + "Name": "МАГНАТ", + "RequiredProgress": 2000000 + } + ] + }, + { + "Name": "Высажено растений", + "Icon": "faction/MEDAL.PLANTSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANTSOFF.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.PLANTSGOLD.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 80 + } + ] + } + ] + }, + { + "Id": "warGuild", + "Name": "Гильдия наемников", + "Description": "Свободный союз разных организаций наемников со всей галактики. Многие входящие в состав гильдии фракции открыто враждуют между собой и готовы при первой удобной возможности перебить друг друга.\n\nПираты, одинокие мстители, служители порядка под прикрытием, сектанты, перебежчики и идеалисты — в Гильдии наемников принято считать, что порядок в галактике способны поддерживать только хорошо вооруженные головорезы.", + "Missions": [ + { + "Name": "Отношения", + "Icon": "faction/MEDAL.WARRIORGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "Ненавистный", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "Враждебный", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "Неизвестный", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "Поверх. знакомство", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "Ученик", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "Подмастерье", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Напарник", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Специалист", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Мастер", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "Старейшина", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.WARRIORGOLD.png", + "Name": "Прославленный", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Выполнено заданий", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Уничтожено стражей", + "Icon": "faction/MEDAL.SENTINELSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.SENTINELSOFF.png", + "Name": "БЕЗ ЗАБОТ", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "НОВИЧОК", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "НАДОЕДА", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "ЗАБИЯКА", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "СМУТЬЯН", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "БОЕЦ", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "УГРОЗА", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "СКАНДАЛ", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "ОПАСНЫЙ", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "ЭКСПЕРТ", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.SENTINELSGOLD.png", + "Name": "ЛЕГЕНДА", + "RequiredProgress": 80 + } + ] + }, + { + "Name": "Уничтожено кораблей", + "Icon": "faction/MEDAL.PIRATESGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PIRATESOFF.png", + "Name": "НЕИСПЫТАННЫЙ", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "НОВИЧОК", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "НАДОЕДА", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "ЗАБИЯКА", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "СМУТЬЯН", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "БОЕЦ", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "УГРОЗА", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "ПЕЧАЛЬНО ИЗВЕСТНЫЙ", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "ОПАСНЫЙ", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "ЭКСПЕРТ", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.PIRATESGOLD.png", + "Name": "ЛЕГЕНДА", + "RequiredProgress": 80 + } + ] + } + ] + }, + { + "Id": "traGuild", + "Name": "Гильдия исследоват.", + "Description": "Гильдия исследователей — это содружество ученых, первооткрывателей и путешественников, которое ставит своей целью объединить тех, кому нужны данные, с теми, кто готов их собрать.\n\nВ состав организации входят научные центры, географические общества, технологические компании и индивидуальные исследователи. Члены гильдии могут рассчитывать на доступ к общему фонду ресурсов, общественным лабораториям, лекциям и ежегодным наградам.", + "Missions": [ + { + "Name": "Отношения", + "Icon": "faction/MEDAL.EXPLORERGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "Ненавистный", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "Враждебный", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "Неизвестный", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "Поверх. знакомство", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "Ученик", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "Подмастерье", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Напарник", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Специалист", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Мастер", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "Старейшина", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.EXPLORERGOLD.png", + "Name": "Прославленный", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "Выполнено заданий", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "Сканы редких созданий", + "Icon": "faction/MEDAL.CREATURESGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.CREATUREOFF.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 25 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 35 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 45 + }, + { + "Icon": "faction/MEDAL.CREATURESGOLD.png", + "Name": "Всего: %AMOUNT%", + "RequiredProgress": 50 + } + ] + }, + { + "Name": "Исследование космоса", + "Icon": "faction/MEDAL.WARPSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WARPSOFF.png", + "Name": "АСТРОНОМ", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "ПЕРВОПРОХОДЕЦ", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "РАЗВЕДЧИК", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "ВАРП АКТИВИРОВАН", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "НАБЛЮДАТЕЛЬ", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "БРОДЯГА", + "RequiredProgress": 25 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "ТУРИСТ", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "ПЕРВООТКРЫВАТЕЛЬ", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "ПУТЕШЕСТВЕННИК", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "НАБЛЮДАТЕЛЬ", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.WARPSGOLD.png", + "Name": "ИССЛЕДОВАТЕЛЬ", + "RequiredProgress": 75 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/assets/json/ru/Others.lang.json b/assets/json/ru/Others.lang.json index 7fea710b..d5db2ae8 100644 --- a/assets/json/ru/Others.lang.json +++ b/assets/json/ru/Others.lang.json @@ -9,10 +9,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -34,10 +34,10 @@ "MaxStackSize": 20.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/2.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -59,11 +59,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/other/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -83,11 +83,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/other/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -107,10 +107,10 @@ "MaxStackSize": 20.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/other/5.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -130,10 +130,10 @@ "MaxStackSize": 20.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/6.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -153,10 +153,10 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/7.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -176,10 +176,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -198,9 +199,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -219,9 +220,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -240,9 +241,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -261,9 +263,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -282,9 +284,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -303,9 +305,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -324,9 +327,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -345,9 +349,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -366,9 +371,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,9 +393,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -408,9 +414,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -429,9 +435,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -450,9 +457,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,9 +479,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -492,9 +501,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -513,9 +522,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -534,9 +544,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -555,9 +565,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -576,9 +586,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -597,9 +607,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -618,9 +629,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -639,9 +651,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -660,9 +672,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -681,9 +694,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -702,9 +715,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -723,9 +736,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -744,9 +757,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -765,9 +778,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -786,9 +799,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -807,10 +820,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -829,9 +842,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -850,10 +863,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -872,9 +885,9 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -893,9 +906,9 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -914,9 +927,9 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -935,9 +948,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -956,9 +969,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -977,9 +990,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1003,9 +1016,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1029,9 +1042,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1055,9 +1068,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1081,9 +1094,10 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1107,9 +1121,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1133,9 +1147,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1154,9 +1168,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1175,9 +1189,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1196,9 +1210,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1217,9 +1231,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1238,9 +1252,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1259,9 +1273,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1280,9 +1294,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1301,9 +1315,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1322,9 +1336,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1343,9 +1357,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1364,9 +1378,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1385,9 +1399,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1406,9 +1420,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1427,9 +1441,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1448,9 +1462,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1469,9 +1483,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1490,9 +1504,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1511,9 +1525,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1532,9 +1546,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1553,9 +1567,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1574,9 +1588,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1595,9 +1609,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1616,9 +1630,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1637,9 +1651,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1658,9 +1672,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1679,9 +1693,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1700,9 +1714,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1730,9 +1744,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1756,9 +1770,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1782,9 +1796,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1808,9 +1822,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1834,9 +1848,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1860,9 +1874,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1886,9 +1900,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1912,9 +1926,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1938,9 +1952,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1964,9 +1978,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1985,9 +1999,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2006,9 +2020,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2027,9 +2041,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2047,9 +2061,9 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "311A49", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2070,9 +2084,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2096,9 +2110,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2122,9 +2136,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2148,9 +2162,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2174,9 +2188,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2200,9 +2214,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2221,9 +2235,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2242,9 +2256,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2263,9 +2277,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2284,9 +2298,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2305,9 +2319,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2326,9 +2340,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2347,9 +2361,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2368,9 +2382,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2389,9 +2403,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2410,9 +2424,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2431,9 +2445,10 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2452,9 +2467,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2473,10 +2488,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2495,9 +2510,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2516,9 +2532,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2537,9 +2554,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2558,9 +2576,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2579,9 +2598,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2605,9 +2625,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2626,9 +2647,11 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2647,9 +2670,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2668,9 +2693,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2689,9 +2716,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2710,9 +2739,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2736,9 +2766,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2757,9 +2787,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2778,9 +2808,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2799,9 +2829,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2820,9 +2850,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2841,9 +2871,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2862,9 +2892,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2883,9 +2913,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2904,9 +2934,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2925,9 +2955,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2946,9 +2976,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2967,9 +2997,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2987,7 +3017,10 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [ + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3005,7 +3038,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3023,7 +3056,9 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [ + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3041,7 +3076,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3059,7 +3094,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3077,7 +3112,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3095,9 +3130,9 @@ "BaseValueUnits": 80.0, "CurrencyType": "Quicksilver", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3117,9 +3152,9 @@ "BaseValueUnits": 3200.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3138,9 +3173,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3159,9 +3195,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3180,9 +3217,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3218,9 +3256,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3239,9 +3278,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3265,9 +3305,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3286,9 +3327,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3307,9 +3349,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3328,9 +3371,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3349,9 +3393,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3370,9 +3415,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3391,9 +3437,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3412,9 +3459,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3433,9 +3481,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3454,9 +3503,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3475,9 +3525,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3496,9 +3547,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3517,9 +3569,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3538,9 +3591,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3559,9 +3613,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3580,9 +3635,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3601,9 +3657,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3622,9 +3679,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3643,9 +3701,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3669,9 +3727,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,9 +3753,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3721,9 +3779,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3747,9 +3805,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3773,9 +3831,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3799,9 +3857,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3825,9 +3883,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3851,9 +3909,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3877,9 +3935,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3903,9 +3961,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3929,9 +3987,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3955,9 +4013,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3981,9 +4039,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4002,10 +4060,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4024,10 +4082,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4046,9 +4104,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4067,9 +4126,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4088,9 +4148,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4109,9 +4170,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4135,9 +4197,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4156,9 +4219,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4177,9 +4241,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4198,9 +4263,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4224,9 +4290,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4260,9 +4327,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4281,9 +4348,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4302,9 +4369,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4323,9 +4390,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4344,9 +4411,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4365,10 +4432,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4389,10 +4456,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4413,10 +4480,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4437,10 +4504,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4461,10 +4528,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4485,9 +4552,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4506,9 +4574,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4527,9 +4596,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4548,9 +4618,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4574,9 +4645,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4595,9 +4667,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/ru/Products.lang.json b/assets/json/ru/Products.lang.json index d6024c3f..f621847c 100644 --- a/assets/json/ru/Products.lang.json +++ b/assets/json/ru/Products.lang.json @@ -10,11 +10,11 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -43,10 +43,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -76,13 +76,13 @@ "Colour": "F3A923", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/products/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -107,10 +107,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/4.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -130,11 +131,11 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -159,10 +160,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -187,10 +188,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -219,10 +220,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -242,10 +244,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/9.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -265,10 +268,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/10.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -288,13 +292,13 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -319,10 +323,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/12.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -351,10 +355,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/13.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -383,10 +387,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/14.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -415,10 +419,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/15.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -447,10 +451,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/16.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -479,13 +483,13 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 0, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -514,12 +518,12 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -548,14 +552,14 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -584,13 +588,13 @@ "MaxStackSize": 100.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -619,10 +623,11 @@ "MaxStackSize": 100.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/21.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -642,11 +647,11 @@ "MaxStackSize": 50.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/22.png", - "Usages": { - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -675,14 +680,14 @@ "MaxStackSize": 100.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -711,10 +716,11 @@ "MaxStackSize": 100.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/24.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -734,10 +740,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/25.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -766,10 +772,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/26.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -798,10 +804,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -830,13 +836,13 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/28.png", - "Usages": { - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -865,12 +871,12 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/29.png", - "Usages": { - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -903,11 +909,11 @@ "MaxStackSize": 5000.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/products/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "CraftingOutputAmount": 1250, "BlueprintCost": 1, "BlueprintCostType": "None", @@ -933,9 +939,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -955,9 +962,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -977,9 +985,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -999,9 +1008,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -1021,9 +1031,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -1043,9 +1054,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1065,11 +1077,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/49.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1098,10 +1110,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/51.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -1130,10 +1142,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/52.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1162,10 +1174,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/53.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -1194,11 +1206,11 @@ "MaxStackSize": 25.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/54.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1223,11 +1235,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/55.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1252,10 +1264,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/56.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1284,11 +1296,11 @@ "MaxStackSize": 20.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/57.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1317,10 +1329,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/58.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1349,12 +1361,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/59.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1383,12 +1395,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/60.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1417,12 +1429,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/61.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1451,11 +1463,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/62.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1484,10 +1496,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/63.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1516,11 +1528,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/64.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1549,11 +1561,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/65.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1582,10 +1594,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/66.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1614,11 +1626,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/67.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1647,10 +1659,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/68.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1679,10 +1691,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/69.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1711,10 +1723,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/70.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1743,13 +1755,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/71.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1778,13 +1790,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/72.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1813,13 +1825,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/73.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1848,13 +1860,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/74.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1883,13 +1895,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/75.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1918,13 +1930,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/76.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1953,12 +1965,12 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/77.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1991,12 +2003,12 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/78.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2029,9 +2041,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/79.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2064,9 +2076,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/80.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2099,10 +2111,10 @@ "MaxStackSize": 20.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/81.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2122,9 +2134,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/82.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2144,9 +2156,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/83.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2166,9 +2178,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/84.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2188,9 +2200,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/85.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2210,9 +2222,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/86.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2232,9 +2244,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/87.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2254,9 +2266,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/88.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2276,9 +2288,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/89.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2298,9 +2310,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/90.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2333,9 +2345,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/91.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2368,9 +2380,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/92.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2403,9 +2415,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/93.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2434,9 +2446,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/94.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2455,9 +2467,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2476,9 +2488,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2497,9 +2509,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2519,10 +2531,10 @@ "MaxStackSize": 150.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/98.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2541,10 +2553,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2675,9 +2687,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2696,9 +2708,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2717,9 +2729,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2738,10 +2750,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2762,10 +2774,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2786,10 +2798,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2810,10 +2822,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2845,10 +2857,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2880,10 +2892,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2911,10 +2923,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2946,10 +2958,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2981,11 +2993,11 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3006,11 +3018,11 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3030,10 +3042,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3051,10 +3063,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3072,10 +3084,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3093,10 +3105,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3114,10 +3126,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3135,10 +3147,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3156,10 +3168,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3177,10 +3189,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3198,10 +3210,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3219,10 +3231,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3240,10 +3252,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3261,10 +3273,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3282,10 +3294,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3303,10 +3315,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3324,10 +3336,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3345,10 +3357,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3366,10 +3378,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3387,10 +3399,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3408,10 +3420,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3429,10 +3441,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3450,10 +3462,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3471,10 +3483,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3492,10 +3504,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3513,10 +3525,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3534,10 +3546,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3555,10 +3567,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3576,10 +3588,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3597,10 +3609,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3619,10 +3631,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3643,11 +3655,11 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3666,10 +3678,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3689,10 +3701,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3710,10 +3722,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3731,10 +3743,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3752,10 +3764,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3773,10 +3785,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3796,10 +3808,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3819,11 +3831,11 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3841,11 +3853,11 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3863,12 +3875,12 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3886,10 +3898,10 @@ "BaseValueUnits": 3200.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3922,10 +3934,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3943,10 +3955,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3964,10 +3976,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3985,10 +3997,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4006,10 +4018,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4027,10 +4039,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4048,10 +4060,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/ru/RawMaterials.lang.json b/assets/json/ru/RawMaterials.lang.json index 84ad7a7e..d3f1afae 100644 --- a/assets/json/ru/RawMaterials.lang.json +++ b/assets/json/ru/RawMaterials.lang.json @@ -12,15 +12,15 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -42,15 +42,15 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -71,14 +71,14 @@ "MaxStackSize": 9999.0, "Colour": "BB3830", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -99,12 +99,12 @@ "MaxStackSize": 9999.0, "Colour": "DEDCD1", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -125,14 +125,14 @@ "MaxStackSize": 9999.0, "Colour": "355A7D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -153,13 +153,13 @@ "MaxStackSize": 9999.0, "Colour": "355A7D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -180,13 +180,13 @@ "MaxStackSize": 9999.0, "Colour": "DEDCD1", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -207,13 +207,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/8.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -234,13 +234,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/9.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -261,13 +261,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/10.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -288,12 +288,12 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -314,14 +314,14 @@ "MaxStackSize": 9999.0, "Colour": "F26D15", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/12.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -342,14 +342,14 @@ "MaxStackSize": 9999.0, "Colour": "F26D15", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/13.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -370,13 +370,13 @@ "MaxStackSize": 9999.0, "Colour": "005C83", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/14.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -397,13 +397,13 @@ "MaxStackSize": 9999.0, "Colour": "005C83", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/15.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -425,14 +425,14 @@ "Colour": "1E8A42", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/16.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -453,13 +453,13 @@ "MaxStackSize": 9999.0, "Colour": "1E8A42", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -480,12 +480,12 @@ "MaxStackSize": 9999.0, "Colour": "1E8A42", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -506,13 +506,13 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -533,13 +533,13 @@ "MaxStackSize": 9999.0, "Colour": "7B0000", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -560,13 +560,13 @@ "MaxStackSize": 9999.0, "Colour": "36611C", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/21.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -587,13 +587,13 @@ "MaxStackSize": 9999.0, "Colour": "01387D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/22.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -615,15 +615,15 @@ "Colour": "260000", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -644,13 +644,13 @@ "MaxStackSize": 9999.0, "Colour": "4E404F", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/24.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -671,14 +671,14 @@ "MaxStackSize": 9999.0, "Colour": "E57002", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/25.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -699,14 +699,14 @@ "MaxStackSize": 9999.0, "Colour": "00A64D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/26.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -727,14 +727,14 @@ "MaxStackSize": 9999.0, "Colour": "FFAD00", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/27.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -755,14 +755,14 @@ "MaxStackSize": 9999.0, "Colour": "1E4FD0", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/28.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -783,14 +783,14 @@ "MaxStackSize": 9999.0, "Colour": "DB2400", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/29.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -812,15 +812,15 @@ "Colour": "512741", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -841,13 +841,13 @@ "MaxStackSize": 9999.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/31.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -868,14 +868,14 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/32.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -896,14 +896,14 @@ "MaxStackSize": 9999.0, "Colour": "AA6E06", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/33.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -924,13 +924,13 @@ "MaxStackSize": 9999.0, "Colour": "507575", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/34.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -951,13 +951,13 @@ "MaxStackSize": 9999.0, "Colour": "265E3A", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/35.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -978,13 +978,13 @@ "MaxStackSize": 9999.0, "Colour": "4C3780", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/36.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1005,13 +1005,13 @@ "MaxStackSize": 9999.0, "Colour": "DE921F", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/37.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1032,12 +1032,12 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/38.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1058,11 +1058,11 @@ "MaxStackSize": 9999.0, "Colour": "7B0000", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/39.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1083,11 +1083,11 @@ "MaxStackSize": 9999.0, "Colour": "36611C", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/40.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1108,11 +1108,11 @@ "MaxStackSize": 9999.0, "Colour": "01387D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/41.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1134,14 +1134,14 @@ "Colour": "00A64D", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/42.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1163,14 +1163,14 @@ "Colour": "1E4FD0", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/43.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1192,14 +1192,14 @@ "Colour": "C5871D", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/44.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1221,14 +1221,14 @@ "Colour": "239626", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/45.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1250,14 +1250,14 @@ "Colour": "B94318", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/46.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1279,14 +1279,14 @@ "Colour": "208DAB", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/47.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1308,13 +1308,13 @@ "Colour": "5B6F35", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/48.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1336,13 +1336,13 @@ "Colour": "005C83", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/49.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1364,14 +1364,14 @@ "Colour": "79502E", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/50.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1392,12 +1392,12 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/51.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,13 +1418,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/52.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1445,12 +1445,12 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/53.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1471,13 +1471,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/54.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1498,13 +1498,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/55.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1525,11 +1525,11 @@ "MaxStackSize": 9999.0, "Colour": "1E354E", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/56.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1550,9 +1550,9 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1573,9 +1573,9 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1596,10 +1596,10 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/59.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1620,10 +1620,10 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/60.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1643,11 +1643,11 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "1A2733", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1667,10 +1667,10 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "DEDCD1", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1690,9 +1690,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1712,9 +1712,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1734,9 +1734,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1756,9 +1756,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1778,9 +1778,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1800,9 +1800,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1822,11 +1822,11 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "512741", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/ru/Technology.lang.json b/assets/json/ru/Technology.lang.json index fbc03e79..e58ba162 100644 --- a/assets/json/ru/Technology.lang.json +++ b/assets/json/ru/Technology.lang.json @@ -8,10 +8,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -34,9 +34,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -63,10 +63,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -89,9 +89,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -114,9 +114,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -139,9 +139,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -168,9 +168,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 200, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -197,10 +197,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -231,10 +231,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -265,10 +265,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -299,10 +299,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -333,9 +333,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -366,9 +366,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -395,9 +395,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -424,9 +424,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -457,9 +457,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -486,9 +486,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 350, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -519,9 +519,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 240, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -552,9 +552,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -577,9 +577,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 310, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -610,9 +610,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 580, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -643,9 +643,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -672,10 +672,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -702,9 +702,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -731,10 +731,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -761,9 +761,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -794,9 +794,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -827,9 +827,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -856,10 +856,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -886,9 +886,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -915,9 +915,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -944,9 +944,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 200, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -973,10 +973,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1003,9 +1003,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 85, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1036,9 +1036,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 100, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1065,9 +1065,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 50, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1094,9 +1094,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1123,9 +1123,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1152,9 +1152,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1181,9 +1181,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1210,9 +1210,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1239,9 +1239,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1268,9 +1268,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1297,9 +1297,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1326,9 +1326,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 75, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1359,9 +1359,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1388,9 +1388,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1417,10 +1417,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1451,9 +1451,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1476,9 +1476,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1505,9 +1505,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1530,9 +1530,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1559,9 +1559,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1592,9 +1592,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1621,9 +1621,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1646,9 +1646,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1671,9 +1671,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1700,9 +1700,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 320, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1733,9 +1733,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 50, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1762,9 +1762,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1791,9 +1791,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1820,10 +1820,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1846,9 +1846,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 75, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1879,9 +1879,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1912,9 +1912,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1941,9 +1941,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1970,9 +1970,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1995,9 +1995,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2020,10 +2020,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2054,10 +2054,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2084,10 +2084,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2118,9 +2118,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2147,9 +2147,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2176,9 +2176,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2205,9 +2205,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2234,9 +2234,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2263,9 +2263,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2288,9 +2288,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2313,9 +2313,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2346,9 +2346,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2371,9 +2371,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2404,9 +2404,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2437,9 +2437,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2466,9 +2466,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2499,9 +2499,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2532,9 +2532,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2565,9 +2565,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2594,9 +2594,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 320, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2627,9 +2627,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2660,9 +2660,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2693,9 +2693,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2722,9 +2722,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2751,10 +2751,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2781,9 +2781,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2814,9 +2814,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 450, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2847,9 +2847,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2880,9 +2880,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 350, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2913,9 +2913,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2938,9 +2938,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2963,9 +2963,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2988,9 +2988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3017,9 +3017,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3042,9 +3042,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3067,9 +3067,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3092,9 +3092,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3121,9 +3121,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3146,9 +3146,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3171,9 +3171,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3196,9 +3196,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3221,9 +3221,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3246,9 +3246,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3275,9 +3275,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3300,9 +3300,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3325,9 +3325,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3350,9 +3350,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3375,9 +3375,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3404,9 +3404,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3429,9 +3429,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3458,9 +3458,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3487,9 +3487,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3516,9 +3516,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3545,9 +3545,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3570,9 +3570,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3595,9 +3595,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3620,9 +3620,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3645,9 +3645,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3670,9 +3670,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,9 +3695,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3728,9 +3728,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3761,9 +3761,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3794,9 +3794,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3827,9 +3827,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3860,9 +3860,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3893,9 +3893,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3926,9 +3926,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 360, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3955,9 +3955,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3988,9 +3988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4021,9 +4021,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 240, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4054,9 +4054,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4087,9 +4087,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4116,9 +4116,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4145,9 +4145,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4170,9 +4170,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4199,9 +4199,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4232,9 +4232,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4265,9 +4265,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4294,9 +4294,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4327,9 +4327,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4356,9 +4356,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4385,9 +4385,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4418,9 +4418,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4451,10 +4451,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4481,10 +4481,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4511,10 +4511,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4541,10 +4541,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4571,9 +4571,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4600,9 +4600,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4629,9 +4629,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4662,9 +4662,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4691,10 +4691,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4721,9 +4721,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4754,9 +4754,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4787,9 +4787,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4820,9 +4820,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4853,9 +4853,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4886,9 +4886,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4919,9 +4919,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4952,9 +4952,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4985,9 +4985,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5018,9 +5018,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5051,9 +5051,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5084,9 +5084,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5113,9 +5113,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5146,9 +5146,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5179,9 +5179,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5212,9 +5212,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5241,9 +5241,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5274,9 +5274,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5303,10 +5303,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5333,10 +5333,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5363,10 +5363,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5397,10 +5397,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5427,9 +5427,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5460,9 +5460,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5493,9 +5493,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5522,9 +5522,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5551,9 +5551,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5576,9 +5576,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5605,9 +5605,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5630,9 +5630,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5659,9 +5659,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5684,9 +5684,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5713,9 +5713,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5742,9 +5742,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5775,9 +5775,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5800,9 +5800,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5833,10 +5833,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5867,9 +5867,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5900,9 +5900,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5933,10 +5933,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5967,9 +5967,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6000,9 +6000,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6033,9 +6033,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 480, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6066,9 +6066,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6099,9 +6099,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6132,9 +6132,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6161,9 +6161,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 480, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/ru/TradeItems.lang.json b/assets/json/ru/TradeItems.lang.json index 05634401..dfcc0a27 100644 --- a/assets/json/ru/TradeItems.lang.json +++ b/assets/json/ru/TradeItems.lang.json @@ -10,9 +10,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/1.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -32,10 +32,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/2.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -55,10 +55,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/3.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -78,9 +78,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -100,9 +100,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -122,9 +122,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -144,9 +144,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/7.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -166,10 +166,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/8.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -189,10 +189,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/9.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -212,9 +212,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -234,9 +234,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -256,9 +256,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -278,9 +278,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -300,9 +300,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -322,9 +322,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -344,10 +344,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/16.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -367,10 +367,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/17.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -390,10 +390,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/18.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -413,10 +413,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/19.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -436,10 +436,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/20.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -459,9 +459,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -481,10 +481,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/22.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -504,9 +504,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -526,9 +526,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -548,9 +548,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -570,10 +570,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/26.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -593,9 +593,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -615,10 +615,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/28.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -638,9 +638,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -660,9 +660,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -682,9 +682,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -704,9 +704,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -726,9 +726,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -748,9 +748,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -770,9 +770,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/ru/UpgradeModules.lang.json b/assets/json/ru/UpgradeModules.lang.json index 35683c3f..1df9b298 100644 --- a/assets/json/ru/UpgradeModules.lang.json +++ b/assets/json/ru/UpgradeModules.lang.json @@ -9,10 +9,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/1.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -31,10 +31,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/2.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -53,10 +53,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/3.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -75,10 +75,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/4.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -97,10 +97,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/5.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -119,10 +119,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/6.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -141,10 +141,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/7.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -163,10 +163,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -185,10 +185,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/9.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -207,10 +207,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/10.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -229,10 +229,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/11.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -251,10 +251,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/12.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -273,10 +273,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/13.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -295,10 +295,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/14.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -317,10 +317,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/15.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -339,10 +339,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/16.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -361,10 +361,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/17.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -383,10 +383,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/18.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -405,10 +405,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/19.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -427,10 +427,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/20.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -449,10 +449,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/21.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,10 +471,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/22.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -493,10 +493,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/23.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -515,10 +515,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/24.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -537,10 +537,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/25.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -559,10 +559,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/26.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -581,10 +581,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -603,10 +603,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/28.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -625,10 +625,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/29.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -647,10 +647,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/30.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,10 +669,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/31.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -691,10 +691,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/32.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -713,10 +713,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/33.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -735,10 +735,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/34.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -757,10 +757,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/35.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -779,10 +779,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/36.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -801,10 +801,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/37.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -823,10 +823,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/38.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -845,10 +845,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/39.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -867,10 +867,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/40.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -889,10 +889,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/41.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -911,10 +911,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/42.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -933,10 +933,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/43.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -955,10 +955,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/44.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -977,10 +977,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/45.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -999,10 +999,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/46.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1021,10 +1021,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/47.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1043,10 +1043,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/48.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1065,10 +1065,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/49.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1087,10 +1087,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/50.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1109,10 +1109,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/51.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1131,10 +1131,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/52.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1153,10 +1153,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/53.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1175,10 +1175,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/54.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1197,10 +1197,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/55.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1219,10 +1219,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/56.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1241,10 +1241,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/57.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1263,10 +1263,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/58.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1285,10 +1285,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/59.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1307,10 +1307,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/60.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1329,10 +1329,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/61.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1351,10 +1351,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/62.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1373,10 +1373,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/63.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1395,10 +1395,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/64.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1417,10 +1417,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/65.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1439,10 +1439,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/66.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1461,10 +1461,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/67.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1483,10 +1483,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/68.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1505,10 +1505,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/69.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1527,10 +1527,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/70.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1549,10 +1549,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/71.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1571,10 +1571,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/72.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1593,10 +1593,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/73.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1615,10 +1615,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/74.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1637,10 +1637,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/75.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1659,10 +1659,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/76.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1681,10 +1681,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/77.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1703,10 +1703,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/78.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1725,10 +1725,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/79.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1747,10 +1747,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/80.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1769,10 +1769,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/81.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1791,10 +1791,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/82.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1813,10 +1813,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/83.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1835,10 +1835,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/84.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1857,10 +1857,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/85.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1879,10 +1879,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/86.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1901,10 +1901,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/87.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1923,10 +1923,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/88.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1945,10 +1945,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/89.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1967,10 +1967,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/90.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1989,10 +1989,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/91.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2011,10 +2011,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/92.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2033,10 +2033,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/93.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2055,10 +2055,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/94.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2077,10 +2077,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/95.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2099,10 +2099,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/96.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2121,10 +2121,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/97.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2143,10 +2143,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/98.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2165,10 +2165,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/99.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2187,10 +2187,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/100.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2209,10 +2209,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/101.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2231,10 +2231,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/102.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2253,10 +2253,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/103.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2275,10 +2275,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/104.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2297,10 +2297,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/105.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2319,10 +2319,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/106.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2341,10 +2341,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/107.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2363,10 +2363,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/108.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2385,10 +2385,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/109.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2407,10 +2407,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/110.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2429,10 +2429,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/111.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2451,10 +2451,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/112.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2473,10 +2473,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/113.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2495,10 +2495,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/114.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2517,10 +2517,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/115.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2539,10 +2539,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/116.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2561,10 +2561,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/117.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2583,10 +2583,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/118.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2605,10 +2605,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/119.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2627,10 +2627,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/120.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2649,10 +2649,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/121.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2671,10 +2671,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/122.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2693,10 +2693,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/123.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2715,10 +2715,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/124.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2737,10 +2737,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/125.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2759,10 +2759,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/126.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2781,10 +2781,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/127.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2803,10 +2803,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/128.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2825,10 +2825,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/129.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2847,10 +2847,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/130.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2869,10 +2869,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/131.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2891,10 +2891,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/132.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2913,10 +2913,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/133.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2935,10 +2935,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/134.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2957,10 +2957,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/135.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2979,10 +2979,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/136.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3001,10 +3001,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/137.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3023,10 +3023,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/138.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3044,10 +3044,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3065,10 +3065,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3086,10 +3086,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3107,10 +3107,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3128,10 +3128,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3149,10 +3149,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3170,10 +3170,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3191,10 +3191,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3212,10 +3212,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3233,10 +3233,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3254,10 +3254,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3275,10 +3275,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3296,10 +3296,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3317,10 +3317,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3338,10 +3338,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3359,10 +3359,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3380,10 +3380,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3401,10 +3401,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3422,10 +3422,10 @@ "BaseValueUnits": 600.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3443,10 +3443,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3464,10 +3464,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3485,10 +3485,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3506,10 +3506,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3527,10 +3527,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3548,10 +3548,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3569,10 +3569,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3590,10 +3590,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3611,10 +3611,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3632,10 +3632,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3653,10 +3653,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3674,10 +3674,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,10 +3695,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3716,10 +3716,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3737,10 +3737,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/zh-hans/Buildings.lang.json b/assets/json/zh-hans/Buildings.lang.json index 0a483c02..05a5e79e 100644 --- a/assets/json/zh-hans/Buildings.lang.json +++ b/assets/json/zh-hans/Buildings.lang.json @@ -35,9 +35,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/2.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -65,9 +65,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -95,9 +95,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -125,9 +125,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -151,9 +151,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -182,9 +182,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/8.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -209,9 +209,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -236,9 +236,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -263,9 +263,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -290,9 +290,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -317,9 +317,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -348,9 +348,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -375,9 +375,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -402,9 +402,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -433,9 +433,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -460,9 +460,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -487,9 +487,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -514,9 +514,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -545,9 +545,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -576,9 +576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -607,9 +607,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -638,9 +638,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,9 +669,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -696,9 +696,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -723,9 +723,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -750,9 +750,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -777,9 +777,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -804,9 +804,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -831,9 +831,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -858,9 +858,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -889,9 +889,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -916,9 +916,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -943,9 +943,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -974,9 +974,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1001,9 +1001,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1028,9 +1028,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1055,9 +1055,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/39.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1086,9 +1086,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/40.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1117,9 +1117,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1144,9 +1144,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1171,9 +1171,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1198,9 +1198,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/44.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1225,9 +1225,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/45.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1252,9 +1252,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1279,9 +1279,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1306,9 +1306,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1333,9 +1333,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1360,9 +1360,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1387,9 +1387,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,9 +1418,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/52.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1445,9 +1445,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/53.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1472,9 +1472,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/54.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1503,9 +1503,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/55.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1530,9 +1530,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/56.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1557,9 +1557,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1584,9 +1584,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1615,9 +1615,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/59.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1646,9 +1646,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/60.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1673,9 +1673,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/61.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1704,9 +1704,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/62.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1735,9 +1735,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/63.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1762,9 +1762,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/64.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1789,9 +1789,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/building/65.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1838,9 +1838,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/67.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1865,9 +1865,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/68.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1892,9 +1892,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/69.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1919,9 +1919,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/70.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1946,9 +1946,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/71.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1973,9 +1973,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/72.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2004,9 +2004,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/73.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2035,9 +2035,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/building/74.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2066,9 +2066,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/75.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2092,9 +2092,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/76.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2118,9 +2118,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/77.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2149,9 +2149,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/78.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2176,9 +2176,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/79.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2206,9 +2206,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/80.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2236,9 +2236,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/81.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2262,9 +2262,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/82.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2289,9 +2289,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/83.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2316,9 +2316,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/84.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2342,9 +2342,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/85.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2372,9 +2372,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/86.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2398,9 +2398,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/87.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2424,9 +2424,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/88.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2450,9 +2450,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/89.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2476,9 +2476,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/90.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2502,9 +2502,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/91.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2528,9 +2528,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/92.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2554,9 +2554,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/93.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2580,9 +2580,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/94.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2610,9 +2610,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/95.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2636,9 +2636,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/96.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2666,9 +2666,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/97.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2696,9 +2696,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/98.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2726,9 +2726,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/106.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2753,9 +2753,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/118.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2788,9 +2788,9 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/building/129.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2820,9 +2820,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/130.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2852,9 +2852,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/131.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2883,9 +2883,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/132.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2915,9 +2915,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/133.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2946,9 +2946,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/134.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2973,9 +2973,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/135.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3008,9 +3008,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/136.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3036,9 +3036,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/137.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3068,9 +3068,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/138.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3099,9 +3099,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/139.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3130,9 +3130,9 @@ "Colour": "095C77", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/140.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3182,9 +3182,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/142.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3209,9 +3209,9 @@ "Colour": "2C7C9F", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/145.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3239,9 +3239,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/146.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3269,9 +3269,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/147.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3299,9 +3299,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/150.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3325,9 +3325,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/151.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3351,9 +3351,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/152.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3381,9 +3381,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/153.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3411,9 +3411,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/154.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3441,9 +3441,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/155.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3493,9 +3493,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/157.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3519,9 +3519,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/158.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3549,9 +3549,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/159.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3576,9 +3576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/161.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3603,9 +3603,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/162.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3630,9 +3630,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/163.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3657,9 +3657,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/164.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3684,9 +3684,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/165.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3711,9 +3711,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/166.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3738,9 +3738,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/167.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3765,9 +3765,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/168.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3792,9 +3792,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/169.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3819,9 +3819,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/170.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3846,9 +3846,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/171.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3873,9 +3873,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/building/172.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 6, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3900,9 +3900,9 @@ "Colour": "2C7C9F", "Power": -30.0, "CdnUrl": "https://cdn.nmsassistant.com/building/173.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 6, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3926,9 +3926,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/174.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3961,9 +3961,9 @@ "Colour": "2C7C9F", "Power": -2.0, "CdnUrl": "https://cdn.nmsassistant.com/building/175.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3992,9 +3992,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/176.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4027,9 +4027,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/177.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4062,9 +4062,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/178.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4097,9 +4097,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/179.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4132,9 +4132,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/180.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4167,9 +4167,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/181.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4193,9 +4193,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/182.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4219,9 +4219,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/204.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4245,9 +4245,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/205.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4271,9 +4271,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/206.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4298,9 +4298,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/207.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4333,9 +4333,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/213.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4360,9 +4360,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/214.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4390,9 +4390,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/215.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4416,9 +4416,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/219.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4442,9 +4442,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/220.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4468,9 +4468,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/221.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4494,9 +4494,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/222.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4524,9 +4524,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/223.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4550,9 +4550,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/224.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4580,9 +4580,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/225.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4610,9 +4610,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/226.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4636,9 +4636,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/227.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4666,9 +4666,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/228.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4692,9 +4692,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/229.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4718,9 +4718,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/230.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4744,9 +4744,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/231.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4770,9 +4770,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/232.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4796,9 +4796,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/233.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4826,9 +4826,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/234.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4856,9 +4856,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/235.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4886,9 +4886,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/236.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4916,9 +4916,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/237.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4946,9 +4946,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/238.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4977,9 +4977,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/239.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5008,9 +5008,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/240.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5039,9 +5039,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/241.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5069,9 +5069,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/242.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5099,9 +5099,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/243.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5129,9 +5129,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/244.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5159,9 +5159,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/245.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5189,9 +5189,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/246.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5219,9 +5219,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/247.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5245,9 +5245,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/248.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5271,9 +5271,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/249.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5301,9 +5301,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/250.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5327,9 +5327,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/253.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5353,9 +5353,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/254.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5379,9 +5379,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/255.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5405,9 +5405,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/256.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5431,9 +5431,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/257.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5457,9 +5457,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/258.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5483,9 +5483,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/259.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5509,9 +5509,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/260.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5535,9 +5535,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/261.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5561,9 +5561,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/266.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5587,9 +5587,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5614,9 +5614,9 @@ "MaxStackSize": 5.0, "Colour": "FFFFFF", "CdnUrl": "https://cdn.nmsassistant.com/building/272.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5636,9 +5636,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/273.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5667,9 +5667,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/274.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5698,9 +5698,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/275.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5729,9 +5729,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/276.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5760,9 +5760,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/277.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5791,9 +5791,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/278.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5822,9 +5822,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/279.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5853,9 +5853,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/280.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5884,9 +5884,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/281.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5915,9 +5915,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/282.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5946,9 +5946,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/283.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5977,9 +5977,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/284.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6008,9 +6008,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/285.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6039,9 +6039,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/286.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6070,9 +6070,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/287.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6101,9 +6101,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/288.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6132,9 +6132,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/289.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6163,9 +6164,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/290.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6194,9 +6195,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/291.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6225,9 +6226,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/292.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6256,9 +6258,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/293.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6287,9 +6289,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/294.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6314,9 +6316,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/295.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6341,9 +6344,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/296.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6368,9 +6372,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/297.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6395,9 +6400,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/298.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6422,9 +6428,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/299.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6449,9 +6455,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/300.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6476,9 +6482,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/301.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6507,9 +6513,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/302.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6538,9 +6545,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/303.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6569,9 +6576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/304.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6596,9 +6603,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/305.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6623,9 +6630,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/306.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6650,9 +6657,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/307.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6677,9 +6684,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/308.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6704,9 +6711,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/309.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6732,9 +6739,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/310.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6763,9 +6770,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/311.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6790,9 +6797,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/312.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6817,9 +6824,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/313.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6844,9 +6851,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/314.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6871,9 +6878,9 @@ "MaxStackSize": 20.0, "Colour": "262626", "CdnUrl": "https://cdn.nmsassistant.com/building/315.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6893,9 +6900,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/316.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6928,9 +6935,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/317.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6963,9 +6970,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/318.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6990,9 +6997,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/319.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7017,9 +7024,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/320.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7044,9 +7051,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/321.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7072,9 +7079,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/322.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7099,9 +7106,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/324.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7130,9 +7137,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/325.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7158,9 +7165,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/326.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7184,9 +7191,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7206,9 +7213,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/328.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7237,9 +7244,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/329.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7265,9 +7272,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/330.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7291,9 +7298,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7313,9 +7320,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/332.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7344,9 +7351,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/336.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7371,9 +7378,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/337.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7398,9 +7405,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/338.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7425,9 +7432,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/339.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7452,9 +7459,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/340.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7479,9 +7486,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/341.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7506,9 +7513,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/342.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7533,9 +7540,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/343.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7560,9 +7567,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/344.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7587,9 +7594,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/345.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7614,9 +7621,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/346.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7641,9 +7648,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/347.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7668,9 +7675,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/348.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7695,9 +7702,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/359.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7721,9 +7728,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/360.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7756,9 +7763,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/361.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7778,9 +7785,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/362.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7809,9 +7816,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/363.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7831,9 +7838,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/364.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7853,9 +7860,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/365.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7875,9 +7882,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/366.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7897,9 +7905,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/367.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7919,9 +7928,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/368.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7941,9 +7951,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/369.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7968,9 +7979,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/370.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7995,9 +8006,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/371.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8022,9 +8033,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/372.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8049,9 +8060,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/373.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8076,9 +8087,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/374.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8103,9 +8114,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/375.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8130,9 +8141,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/376.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8157,9 +8168,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/377.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8184,9 +8195,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/378.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8211,9 +8222,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/379.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8238,9 +8249,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/380.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8265,9 +8276,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/381.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8292,9 +8303,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/382.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8319,9 +8330,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/383.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8346,9 +8357,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/384.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8373,9 +8384,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/385.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8400,9 +8411,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/386.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8427,9 +8438,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/387.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8454,9 +8465,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/388.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8481,9 +8492,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/389.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8503,9 +8514,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/390.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8525,9 +8536,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/391.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8547,9 +8558,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/392.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8569,9 +8580,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/393.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8591,9 +8602,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/394.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8612,9 +8623,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/395.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 15, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -8647,9 +8658,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/396.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -8680,9 +8691,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8709,9 +8720,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8738,9 +8749,9 @@ "BaseValueUnits": 300.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8767,9 +8778,9 @@ "BaseValueUnits": 300.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8792,9 +8803,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8817,9 +8828,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8842,9 +8853,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8867,9 +8878,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8892,9 +8903,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8917,9 +8928,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8942,9 +8953,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8967,9 +8978,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8992,9 +9003,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9017,9 +9028,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9047,9 +9058,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9073,9 +9085,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9099,9 +9111,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9125,9 +9137,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9151,9 +9163,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9172,9 +9184,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9193,9 +9205,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9219,9 +9231,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9249,9 +9261,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9275,9 +9287,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9301,9 +9313,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9327,9 +9339,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9348,9 +9361,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9374,9 +9388,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9400,9 +9415,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9426,9 +9442,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9452,9 +9469,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9478,9 +9496,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9504,9 +9523,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9530,9 +9549,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9560,9 +9579,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9590,9 +9609,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9616,9 +9635,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9642,9 +9661,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9668,9 +9687,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9694,10 +9713,10 @@ "CurrencyType": "None", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9718,9 +9737,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9744,9 +9763,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9770,9 +9789,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9796,9 +9815,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9822,9 +9841,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9848,9 +9867,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9874,9 +9893,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9900,9 +9919,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9926,9 +9945,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9952,9 +9971,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9978,9 +9997,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10004,9 +10023,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10030,9 +10049,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10056,9 +10075,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10083,9 +10102,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10109,9 +10128,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10135,9 +10154,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10161,9 +10180,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10187,9 +10206,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10213,9 +10232,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10239,9 +10258,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10265,9 +10284,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10291,9 +10310,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10317,9 +10336,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10343,9 +10362,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10369,9 +10388,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10395,9 +10414,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10421,9 +10440,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10447,9 +10466,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10473,9 +10492,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10499,9 +10518,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10525,9 +10544,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10551,9 +10570,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10577,9 +10596,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10603,9 +10622,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10629,9 +10648,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10655,9 +10674,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10681,9 +10700,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10707,9 +10726,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10733,9 +10752,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10759,9 +10778,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10785,9 +10804,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10811,9 +10830,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10837,9 +10856,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10863,9 +10882,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10889,9 +10908,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10915,9 +10934,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10941,9 +10960,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10967,9 +10986,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10993,9 +11012,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11019,9 +11038,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11045,9 +11064,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11071,9 +11090,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11097,9 +11116,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11123,9 +11142,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11149,9 +11168,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11175,9 +11194,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11201,9 +11220,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11227,9 +11246,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11253,9 +11272,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11279,9 +11298,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11305,9 +11324,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11331,9 +11350,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11357,9 +11376,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11383,9 +11402,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11409,9 +11428,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11435,9 +11454,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11461,9 +11480,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11487,9 +11506,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11513,9 +11532,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11539,9 +11558,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11565,9 +11584,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11591,9 +11610,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11617,9 +11636,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11643,9 +11662,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11669,9 +11688,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11695,9 +11714,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11721,9 +11740,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11747,9 +11766,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11773,9 +11792,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11799,9 +11818,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11825,9 +11844,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11851,9 +11870,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11877,9 +11896,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11903,9 +11922,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11929,9 +11948,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11955,9 +11974,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11981,9 +12000,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12007,9 +12026,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12033,9 +12052,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12059,9 +12078,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12085,9 +12104,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12111,9 +12130,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12137,9 +12156,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12163,9 +12182,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12189,9 +12208,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12215,9 +12234,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12241,9 +12260,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12267,9 +12286,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12293,9 +12312,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12319,9 +12338,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12345,9 +12364,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12371,9 +12390,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12397,9 +12416,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12423,9 +12442,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12449,9 +12468,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12475,9 +12494,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12501,9 +12520,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12527,9 +12546,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12553,9 +12572,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12579,9 +12598,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12605,9 +12624,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12635,9 +12654,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12665,9 +12684,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12695,9 +12714,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12725,9 +12744,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12755,9 +12774,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12785,9 +12804,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12811,9 +12830,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12837,9 +12856,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12863,9 +12882,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12889,9 +12908,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12915,9 +12934,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12945,9 +12964,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12975,9 +12994,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13005,9 +13024,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13035,9 +13054,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13065,9 +13084,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13095,9 +13114,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13125,9 +13144,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13155,9 +13174,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13185,9 +13204,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13215,9 +13234,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13245,9 +13264,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13271,9 +13290,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13301,9 +13320,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13327,9 +13346,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13357,9 +13376,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13387,9 +13406,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13417,9 +13436,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13443,9 +13462,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13469,9 +13488,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13495,9 +13514,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13521,9 +13540,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13547,9 +13566,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13578,9 +13597,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13604,9 +13623,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13630,9 +13649,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13656,9 +13675,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13682,9 +13701,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13708,9 +13727,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13734,9 +13753,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13760,9 +13779,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13786,9 +13805,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13812,9 +13831,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13838,9 +13857,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13864,9 +13883,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13894,9 +13913,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13924,9 +13943,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13954,9 +13973,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13984,9 +14003,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14014,9 +14033,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14044,9 +14063,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14070,9 +14089,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14096,9 +14115,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14122,9 +14141,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14148,9 +14167,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14178,9 +14197,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14208,9 +14227,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14238,9 +14257,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14268,9 +14287,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14298,9 +14317,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14328,9 +14347,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14358,9 +14377,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14388,9 +14407,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14418,9 +14437,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14448,9 +14467,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14478,9 +14497,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14508,9 +14527,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14538,9 +14557,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14568,9 +14587,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14594,9 +14613,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14624,9 +14643,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14650,9 +14669,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14676,9 +14695,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14706,9 +14725,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14736,9 +14755,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14762,9 +14781,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14788,9 +14807,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14814,9 +14833,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14840,9 +14859,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14866,9 +14885,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14896,9 +14915,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14922,9 +14941,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14948,9 +14967,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14974,9 +14993,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15000,9 +15019,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15026,9 +15045,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15052,9 +15071,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15078,9 +15097,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15104,9 +15123,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15130,9 +15149,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15156,9 +15175,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15182,9 +15201,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15212,9 +15231,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15242,9 +15261,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15272,9 +15291,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15302,9 +15321,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15332,9 +15351,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15362,9 +15381,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15388,9 +15407,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15414,9 +15433,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15440,9 +15459,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15466,9 +15485,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15496,9 +15515,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15526,9 +15545,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15556,9 +15575,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15582,9 +15601,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15608,9 +15627,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15638,9 +15657,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15664,9 +15683,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15690,9 +15709,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15716,9 +15735,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15742,9 +15761,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15768,9 +15787,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15794,9 +15813,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15820,9 +15839,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15846,9 +15865,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15872,9 +15891,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15898,9 +15917,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15924,9 +15943,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15950,9 +15969,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15980,9 +15999,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16010,9 +16029,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16040,9 +16059,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16066,9 +16085,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16092,9 +16111,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16118,9 +16137,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16144,9 +16163,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16170,9 +16189,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16200,9 +16219,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16226,9 +16245,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16252,9 +16271,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16278,9 +16297,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16304,9 +16323,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16338,9 +16358,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16364,9 +16385,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16385,9 +16406,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16406,9 +16427,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16426,9 +16447,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16452,9 +16473,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16477,9 +16498,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16506,9 +16527,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16535,9 +16556,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16565,9 +16586,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -10.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16590,9 +16611,9 @@ "BaseValueUnits": 2.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16615,9 +16636,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16640,9 +16661,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16665,9 +16686,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16691,9 +16712,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16717,9 +16738,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16742,9 +16763,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16767,9 +16788,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16792,9 +16813,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16817,9 +16838,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16842,9 +16863,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16867,9 +16888,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16892,9 +16913,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16917,9 +16938,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16942,9 +16963,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16967,9 +16988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16992,9 +17013,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17017,9 +17038,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17042,9 +17063,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17067,9 +17088,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17092,9 +17113,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17117,9 +17138,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17142,9 +17163,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17167,9 +17188,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17192,9 +17213,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17217,9 +17238,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17242,9 +17263,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17267,9 +17288,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17292,9 +17313,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17318,9 +17339,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17344,9 +17365,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17370,9 +17391,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17396,9 +17417,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17417,9 +17439,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17443,9 +17466,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17469,9 +17493,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17495,9 +17520,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17521,9 +17546,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17547,9 +17572,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/zh-hans/ConstructedTechnology.lang.json b/assets/json/zh-hans/ConstructedTechnology.lang.json index e8808929..627071ad 100644 --- a/assets/json/zh-hans/ConstructedTechnology.lang.json +++ b/assets/json/zh-hans/ConstructedTechnology.lang.json @@ -9,9 +9,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/1.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -35,9 +35,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/2.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -70,9 +70,9 @@ "Colour": "2C7C9F", "Power": -15.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -101,9 +101,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -136,9 +136,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -170,9 +170,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -200,9 +200,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/7.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -230,9 +230,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/8.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -264,9 +264,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 20, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -299,9 +299,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -333,9 +333,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -367,9 +367,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -397,9 +397,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -427,9 +427,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -457,9 +457,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -492,9 +492,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -518,9 +518,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -553,9 +553,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -588,9 +588,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -622,9 +622,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -652,9 +652,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -678,9 +678,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -712,9 +712,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -746,9 +746,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -780,9 +780,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -814,9 +814,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -848,9 +848,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -882,9 +882,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -912,9 +912,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -942,9 +942,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -972,9 +972,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1002,9 +1002,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1033,9 +1033,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1068,9 +1068,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1103,9 +1103,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1137,9 +1137,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1167,9 +1167,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/39.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1193,9 +1193,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/40.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1227,9 +1227,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1261,9 +1261,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1296,9 +1296,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1331,9 +1331,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/44.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1366,9 +1366,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/45.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1402,9 +1402,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1434,9 +1434,9 @@ "Colour": "2C7C9F", "Power": 100.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1465,9 +1465,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1492,9 +1492,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1524,9 +1524,9 @@ "Colour": "2C7C9F", "Power": 50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1560,9 +1560,9 @@ "Colour": "2C7C9F", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1596,9 +1596,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/52.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1627,9 +1627,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/53.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1649,9 +1649,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/54.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1671,9 +1671,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/55.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1702,9 +1702,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/56.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1733,9 +1733,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1764,9 +1764,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1791,9 +1791,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/59.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1818,9 +1818,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/60.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1849,9 +1849,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/61.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1880,9 +1880,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/62.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1914,9 +1914,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/63.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1948,10 +1948,10 @@ "CurrencyType": "None", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1970,9 +1970,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2000,9 +2000,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2030,9 +2030,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2060,9 +2060,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2090,9 +2090,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2120,9 +2120,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2150,9 +2150,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2180,9 +2180,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2210,9 +2210,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2240,9 +2240,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2269,9 +2269,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2298,9 +2298,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2327,9 +2327,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2356,9 +2356,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2385,9 +2385,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2414,9 +2414,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2443,9 +2443,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2472,9 +2472,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2501,9 +2501,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2530,9 +2530,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/zh-hans/Cooking.lang.json b/assets/json/zh-hans/Cooking.lang.json index 0e131fdb..33e9d0ab 100644 --- a/assets/json/zh-hans/Cooking.lang.json +++ b/assets/json/zh-hans/Cooking.lang.json @@ -11,13 +11,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/1.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -40,13 +40,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/2.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -69,13 +69,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/3.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -98,13 +98,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/4.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -127,13 +127,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/5.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -156,13 +156,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/6.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -185,13 +185,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/7.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -214,13 +214,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/8.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -243,13 +243,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/9.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -272,13 +272,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/10.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -301,13 +301,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/11.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -330,13 +330,13 @@ "Colour": "007951", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/12.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -359,12 +359,12 @@ "Colour": "007953", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/13.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,12 +387,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/14.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -415,12 +415,12 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/15.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -443,12 +443,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/16.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,13 +471,13 @@ "Colour": "DB2400", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/17.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -500,12 +500,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/18.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -528,12 +528,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/19.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -556,12 +556,12 @@ "Colour": "007951", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/20.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -584,12 +584,12 @@ "Colour": "007951", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/21.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -612,12 +612,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/22.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -640,13 +640,13 @@ "Colour": "79502E", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/23.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,12 +669,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/24.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -697,12 +697,12 @@ "Colour": "007953", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/25.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -725,13 +725,13 @@ "Colour": "79502E", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/26.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -754,12 +754,12 @@ "Colour": "007952", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/27.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -782,13 +782,13 @@ "Colour": "7B0000", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/28.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -811,13 +811,13 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/29.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -840,12 +840,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/30.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -868,12 +868,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/31.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -896,12 +896,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/32.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -924,12 +924,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/33.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -952,12 +952,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/34.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -980,12 +980,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/35.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1008,12 +1008,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/36.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1036,12 +1036,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/37.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1064,12 +1064,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/38.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1092,12 +1092,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/39.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1120,14 +1120,14 @@ "Colour": "7B0000", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/40.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1150,12 +1150,12 @@ "Colour": "DEDCD1", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/41.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1178,12 +1178,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/42.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1206,12 +1206,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/43.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1234,12 +1234,12 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/44.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1262,12 +1262,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/45.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1290,12 +1290,12 @@ "Colour": "DEDCD1", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/46.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1318,13 +1318,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/47.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1347,12 +1347,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/48.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1375,13 +1375,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/49.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1404,13 +1404,13 @@ "Colour": "095C77", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/50.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1433,13 +1433,13 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/51.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1462,13 +1462,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/52.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1491,13 +1491,13 @@ "Colour": "DB2400", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/53.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1520,13 +1520,13 @@ "Colour": "007953", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/54.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1549,13 +1549,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/55.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1578,13 +1578,13 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/56.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1607,13 +1607,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/57.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1636,13 +1636,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/58.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1665,13 +1665,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/59.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1694,13 +1694,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/60.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1723,12 +1723,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/61.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1751,12 +1751,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/62.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1779,12 +1779,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/63.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1807,12 +1807,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/64.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1835,13 +1835,13 @@ "Colour": "007953", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/65.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1864,12 +1864,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/66.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1892,12 +1892,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/67.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1920,12 +1920,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/68.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1948,12 +1948,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/69.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1976,13 +1976,13 @@ "Colour": "BB3830", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/70.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2005,12 +2005,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/71.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2033,12 +2033,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/72.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2061,12 +2061,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/73.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2089,12 +2089,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/74.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2117,12 +2117,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/75.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2145,12 +2145,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/76.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2173,13 +2173,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/77.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2202,13 +2202,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/78.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2231,13 +2231,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/79.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2260,13 +2260,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/80.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2289,13 +2289,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/81.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2318,13 +2318,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/82.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2347,13 +2347,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/83.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2376,13 +2376,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/84.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2405,13 +2405,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/85.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2434,13 +2434,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/86.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2463,13 +2463,13 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/87.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2492,13 +2492,13 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/88.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2521,13 +2521,13 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/89.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2550,13 +2550,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/90.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2579,13 +2579,13 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/91.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2608,13 +2608,13 @@ "Colour": "79502E", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/92.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2637,12 +2637,12 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/93.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2665,13 +2665,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/94.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2694,13 +2694,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/95.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2723,12 +2723,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/96.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2751,12 +2751,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/97.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2779,12 +2779,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/98.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2807,13 +2807,13 @@ "Colour": "79502E", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/99.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2836,13 +2836,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/100.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2865,12 +2865,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/101.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2893,12 +2893,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/102.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2921,12 +2921,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/103.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2949,12 +2949,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/104.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2977,13 +2977,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/105.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3006,12 +3006,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/106.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3034,13 +3034,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/107.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3063,12 +3063,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/108.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3091,12 +3091,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/109.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3119,12 +3119,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/110.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3147,12 +3147,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/111.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3175,13 +3175,13 @@ "Colour": "095C77", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/112.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3204,13 +3204,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/113.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3233,12 +3233,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/114.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3261,13 +3261,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/115.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3290,12 +3290,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/116.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3318,13 +3318,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/117.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3347,12 +3347,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/118.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3373,12 +3373,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/119.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3399,12 +3399,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/120.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3425,11 +3425,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/121.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3450,13 +3451,13 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/122.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3482,11 +3483,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/123.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3507,11 +3509,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/124.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3532,11 +3535,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/125.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3557,11 +3561,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/126.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3582,12 +3587,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/127.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3610,12 +3615,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/128.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3638,13 +3643,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/129.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3667,12 +3672,12 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/130.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,12 +3700,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/131.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3723,12 +3728,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/132.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3751,12 +3756,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/133.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3779,12 +3784,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/134.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3807,12 +3812,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/135.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3835,12 +3840,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/136.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3863,12 +3868,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/137.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3891,12 +3896,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/138.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3919,12 +3924,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/139.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3947,12 +3952,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/140.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3975,12 +3980,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/141.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4003,12 +4008,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/142.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4031,12 +4036,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/143.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4059,12 +4064,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/144.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4087,12 +4092,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/145.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4115,12 +4120,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/146.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4143,12 +4148,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/147.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4171,12 +4176,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/148.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4199,12 +4204,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/149.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4227,12 +4232,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/150.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4255,12 +4260,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/151.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4283,12 +4288,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/152.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4311,12 +4316,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/153.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4339,13 +4344,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/154.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4368,12 +4373,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/155.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4396,12 +4401,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/156.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4424,12 +4429,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/157.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4452,12 +4457,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/158.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4480,12 +4485,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/159.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4508,12 +4513,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/160.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4536,13 +4541,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/161.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4565,12 +4570,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/162.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4593,12 +4598,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/163.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4621,12 +4626,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/164.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4649,12 +4654,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/165.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4677,12 +4682,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/166.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4705,12 +4710,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/167.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4733,12 +4738,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/168.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4761,12 +4766,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/169.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4789,12 +4794,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/170.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4817,12 +4822,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/171.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4845,12 +4850,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/172.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4873,12 +4878,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/173.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4901,12 +4906,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/174.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4929,12 +4934,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/175.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4957,12 +4962,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/176.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4985,12 +4990,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/177.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5013,12 +5018,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/178.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5041,12 +5046,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/179.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5068,12 +5073,12 @@ "MaxStackSize": 50.0, "Colour": "6AD01E", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5095,12 +5100,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5123,12 +5128,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/182.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5151,13 +5156,13 @@ "Colour": "D35300", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/183.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5180,12 +5185,12 @@ "Colour": "6AD01E", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/184.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5208,12 +5213,12 @@ "Colour": "F26D15", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/185.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5236,12 +5241,12 @@ "Colour": "6AD01E", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/186.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5264,13 +5269,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/187.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5293,13 +5298,13 @@ "Colour": "6AD01E", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/188.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5322,13 +5327,13 @@ "Colour": "6AD01E", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/189.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5351,12 +5356,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/190.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5379,12 +5384,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/191.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5407,12 +5412,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/192.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5435,12 +5440,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/193.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5463,12 +5468,12 @@ "Colour": "8A7F72", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/194.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5491,12 +5496,12 @@ "Colour": "1EA3EE", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/195.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5519,12 +5524,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/196.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5547,12 +5552,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/197.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5575,12 +5580,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/198.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5603,12 +5608,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/199.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5631,12 +5636,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/200.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5659,12 +5664,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/201.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5687,12 +5692,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/202.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5715,12 +5720,12 @@ "Colour": "8A7F72", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/203.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5742,12 +5747,12 @@ "MaxStackSize": 50.0, "Colour": "6AD01E", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5770,12 +5775,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/205.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5798,12 +5803,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/206.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5825,12 +5830,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5853,12 +5858,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/208.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5881,12 +5886,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/209.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5909,12 +5914,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/210.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5937,12 +5942,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/211.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5965,12 +5970,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/212.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5993,12 +5998,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/213.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6021,12 +6026,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/214.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6049,12 +6054,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/215.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6077,12 +6082,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/216.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6105,12 +6110,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/217.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6133,12 +6138,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/218.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6161,12 +6166,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/219.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6189,12 +6194,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/220.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6217,12 +6222,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/221.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6245,12 +6250,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/222.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6273,12 +6278,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/223.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6301,12 +6306,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/224.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6329,12 +6334,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/225.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6357,12 +6362,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/226.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6385,12 +6390,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/227.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6413,12 +6418,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/228.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6441,12 +6446,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/229.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6469,12 +6474,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/230.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6497,12 +6502,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/231.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6525,12 +6530,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/232.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6553,12 +6558,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/233.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6581,12 +6586,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/234.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6609,12 +6614,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/235.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6637,12 +6642,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/236.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6665,12 +6670,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/237.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6693,12 +6698,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/238.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6721,12 +6726,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/239.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6749,12 +6754,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/240.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6777,12 +6782,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/241.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6805,12 +6810,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/242.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6833,12 +6838,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/243.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6861,12 +6866,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/244.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6889,12 +6894,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/245.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6917,12 +6922,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/246.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6945,12 +6950,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/247.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6973,12 +6978,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/248.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7001,12 +7006,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/249.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7029,12 +7034,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/250.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7057,12 +7062,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/251.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7084,12 +7089,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7111,12 +7116,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7138,12 +7143,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7165,12 +7170,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7192,12 +7197,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7219,12 +7224,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7246,12 +7251,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7273,12 +7278,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7300,12 +7305,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7327,13 +7332,13 @@ "MaxStackSize": 50.0, "Colour": "DEDCD1", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7355,13 +7360,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7383,13 +7388,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7411,13 +7416,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7439,12 +7444,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7466,12 +7471,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7493,12 +7498,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7520,12 +7525,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7547,12 +7552,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7574,12 +7579,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7601,13 +7606,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7629,13 +7634,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7657,13 +7662,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7685,13 +7690,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7713,13 +7718,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7741,13 +7746,13 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7769,12 +7774,12 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7796,12 +7801,12 @@ "MaxStackSize": 50.0, "Colour": "DEDCD1", "CookingValue": 0.9, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7823,12 +7828,12 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7850,12 +7855,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7877,13 +7882,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/zh-hans/Curiosity.lang.json b/assets/json/zh-hans/Curiosity.lang.json index 1f2d15b6..7247a290 100644 --- a/assets/json/zh-hans/Curiosity.lang.json +++ b/assets/json/zh-hans/Curiosity.lang.json @@ -10,11 +10,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -34,12 +34,12 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -59,9 +59,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -94,11 +94,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -123,11 +123,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -156,11 +156,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -189,11 +189,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -222,11 +222,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/8.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -255,11 +255,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/9.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -288,11 +288,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/10.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -321,11 +321,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -354,11 +354,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/12.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,11 +387,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/13.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -420,11 +420,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/14.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -445,14 +445,14 @@ "Colour": "CCCCCC", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/curiosities/15.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -472,11 +472,11 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/16.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -496,12 +496,12 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -522,13 +522,13 @@ "Colour": "CCCCCC", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/curiosities/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -548,12 +548,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -573,10 +573,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -609,12 +609,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/21.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -634,10 +634,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/22.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -657,11 +657,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -681,11 +681,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/24.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -705,9 +705,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -727,9 +727,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -749,11 +749,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -773,11 +773,12 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/28.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -799,11 +800,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/29.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -825,12 +826,12 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -852,11 +853,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/31.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -878,12 +879,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/32.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -903,9 +904,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -925,9 +926,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -947,9 +948,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -969,10 +970,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/36.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -992,9 +993,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1014,9 +1015,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1036,10 +1037,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/39.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1059,10 +1060,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/40.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1082,9 +1083,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1113,9 +1114,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1144,9 +1145,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1175,10 +1176,10 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/44.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1198,10 +1199,10 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/45.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1221,9 +1222,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1242,9 +1243,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1263,9 +1264,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1284,9 +1285,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1305,9 +1306,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1326,10 +1327,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1350,10 +1351,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1374,10 +1375,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1396,10 +1397,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,10 +1419,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1442,10 +1443,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1464,10 +1465,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1486,10 +1487,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1510,10 +1511,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1532,10 +1533,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1554,10 +1555,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1578,10 +1579,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1600,10 +1601,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1622,9 +1623,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "DEDCD1", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 5000, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1642,9 +1644,9 @@ "BaseValueUnits": 256000.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/zh-hans/Factions.lang.json b/assets/json/zh-hans/Factions.lang.json new file mode 100644 index 00000000..83b63cd1 --- /dev/null +++ b/assets/json/zh-hans/Factions.lang.json @@ -0,0 +1,1527 @@ +{ + "Milestone": "里程碑", + "Category": "类别", + "Categories": [ + { + "Id": "journey", + "Name": "旅行里程碑", + "Description": "无限的旅程:在无垠宇宙中探索求生", + "Missions": [], + "Additional": [ + "NavigateToJourneyPage" + ] + } + ], + "Lifeform": "生命体", + "Lifeforms": [ + { + "Id": "gek", + "Name": "吉克人", + "Description": "这些有喙的蜥蜴人生命体身材矮小,却是星系中最出名的商人种族。它们能通过小心谨慎地释放费洛蒙进行交流,靠气味表达复杂的概念和情感。\n\n它们的母星是贝容行星。由于吉克初代曾依靠血腥征服建立起强大的帝国,现在星系中其他智慧生命体对吉克大多持怀疑态度。", + "Missions": [ + { + "Name": "声望", + "Icon": "faction/MEDAL.GEKGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "对手", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "竞争者", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "顾客", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "客户", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "重要顾客", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "同僚", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "伙伴", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "朋友", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "好朋友", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "最受喜爱的", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.GEKGOLD.png", + "Name": "交易头目", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "已完成任务", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "词汇已收集", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "咿呀学语", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "初学者", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "学生", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "理解", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "学者", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "流利", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "口译译员", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "语言学家", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "多语专家", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "宇宙翻译机", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "巴别鱼", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "已访问系统", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + }, + { + "Id": "vykeen", + "Name": "维吉恩人", + "Description": "维吉恩是来自德林达格恒星系的好战生命体,对击败护卫有着无比的执着。在维吉恩统帅部的指挥下,它们在整个星系对抗护卫的威胁。\n\n尽管维吉恩凶相外露,它们其实遵守着严格的荣誉准则。对它们来说,忠诚、牺牲和死得其所比物质财富或知识更宝贵。它们还宣誓尽可能地为旅行者提供协助。", + "Missions": [ + { + "Name": "声望", + "Icon": "faction/MEDAL.VYKEENGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "敌人", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "诋毁者", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "中立", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "共犯", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "盟友", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "亲密盟友", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "同志", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "指导员", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "助手", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "指挥官", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.VYKEENGOLD.png", + "Name": "圣殿骑士", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "已完成任务", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "词汇已收集", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "咿呀学语", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "初学者", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "学生", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "理解", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "学者", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "流利", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "口译译员", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "语言学家", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "多语专家", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "宇宙翻译机", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "巴别鱼", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "已访问系统", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + }, + { + "Id": "explorer", + "Name": "科尔瓦克斯人", + "Description": "科尔瓦克斯实体是无机生命体,它们栖息在世代相传的金属躯壳里。它们相信,研究数学可以将它们提升到阿特拉斯的高度,而研究护卫是达到这一目的的必经之路。\n\n每个科尔瓦克斯都是纯粹的精神体,是它们伟大的集会共同体中的一小部分。在它们与集体意识的联系面前,它们栖息的躯壳根本微不足道。\n\n科尔瓦克斯曾被吉克初代奴役。现在不少科尔瓦克斯仍对吉克存有很强的戒心。", + "Missions": [ + { + "Name": "声望", + "Icon": "faction/MEDAL.KORVAXGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "烦人", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "恼人", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "寂寂无名", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "有价值", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "实验对象", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "研究焦点", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "试炼候选人", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "重要人士", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "救星", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "至高点", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.KORVAXGOLD.png", + "Name": "阿特拉斯旅行者", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "已完成任务", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "词汇已收集", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "咿呀学语", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "初学者", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "学生", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "理解", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "学者", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "流利", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "口译译员", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "语言学家", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "多语专家", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "宇宙翻译机", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "巴别鱼", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "已访问系统", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + } + ], + "Guild": "公会", + "Guilds": [ + { + "Id": "traGuild", + "Name": "商人公会", + "Description": "代表全星系贸易公司和个体商人的集体组织。它们代表成员协助指挥并把工作委托给雇佣来的驾驶员。\n\n可想而知,吉克在商人公会中占主导地位,但这个组织并不排斥其他种族。一切生命体都可以来这里寻求庇护,前提是它们拥有必需的资金储备......", + "Missions": [ + { + "Name": "声望", + "Icon": "faction/MEDAL.MERCHGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "仇恨", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "有敌意", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "未知", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "开始", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "学徒", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "熟手", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "合作", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "资深", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "精通", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "年长", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.MERCHGOLD.png", + "Name": "尊贵", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "已完成任务", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "已获得货币", + "Icon": "faction/MEDAL.UNITSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.UNITSOFF.png", + "Name": "新业务", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "太空运输者", + "RequiredProgress": 75000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "小贩", + "RequiredProgress": 100000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "赚钱能手", + "RequiredProgress": 150000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "商人", + "RequiredProgress": 250000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "开拓进取", + "RequiredProgress": 500000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "创业家", + "RequiredProgress": 750000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "投资人", + "RequiredProgress": 1000000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "投资者", + "RequiredProgress": 1250000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "大亨", + "RequiredProgress": 1500000 + }, + { + "Icon": "faction/MEDAL.UNITSGOLD.png", + "Name": "巨头", + "RequiredProgress": 2000000 + } + ] + }, + { + "Name": "已种植植物", + "Icon": "faction/MEDAL.PLANTSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANTSOFF.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.PLANTSGOLD.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 80 + } + ] + } + ] + }, + { + "Id": "warGuild", + "Name": "雇佣兵公会", + "Description": "纪律松散的雇佣兵组织,势力遍布整个星系。此公会内部还有不少互为竞争对手的派系。只要有机会,很多人十分乐意寻衅滋事。\n\n在雇佣兵公会里,你可以找到海盗、义警、卧底执法人员、异教成员和恶棍和勇士。雇佣兵公会能确保将正确的工作交给合适的机会主义者武装团体,藉此维护星系的治安。", + "Missions": [ + { + "Name": "声望", + "Icon": "faction/MEDAL.WARRIORGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "仇恨", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "有敌意", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "未知", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "开始", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "学徒", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "熟手", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "合作", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "资深", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "精通", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "年长", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.WARRIORGOLD.png", + "Name": "尊贵", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "已完成任务", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "已摧毁护卫", + "Icon": "faction/MEDAL.SENTINELSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.SENTINELSOFF.png", + "Name": "无忧无虑", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "新手", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "麻烦精", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "废料处理者", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "捣乱者", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "战士", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "威胁", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "臭名昭著", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "危险", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "能手", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.SENTINELSGOLD.png", + "Name": "传奇", + "RequiredProgress": 80 + } + ] + }, + { + "Name": "摧毁飞船数", + "Icon": "faction/MEDAL.PIRATESGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PIRATESOFF.png", + "Name": "未测试", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "新手", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "麻烦精", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "废料处理者", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "捣乱者", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "战士", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "威胁", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "臭名昭著", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "危险", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "能手", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.PIRATESGOLD.png", + "Name": "传奇", + "RequiredProgress": 80 + } + ] + } + ] + }, + { + "Id": "traGuild", + "Name": "探险家公会", + "Description": "探险家公会是研究者和探险家共有的协会,职责是为需要数据的成员找到愿意收集数据的人。\n\n公会成员大多来自科研机构、地理学会和技术公司,另有少量个体探险家。公会提供集中来的资源、公用实验室、系列讲座和年度奖章。", + "Missions": [ + { + "Name": "声望", + "Icon": "faction/MEDAL.EXPLORERGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "仇恨", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "有敌意", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "未知", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "开始", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "学徒", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "熟手", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "合作", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "资深", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "精通", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "年长", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.EXPLORERGOLD.png", + "Name": "尊贵", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "已完成任务", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "已扫描稀有生物", + "Icon": "faction/MEDAL.CREATURESGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.CREATUREOFF.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 25 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 35 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 45 + }, + { + "Icon": "faction/MEDAL.CREATURESGOLD.png", + "Name": "总计:%AMOUNT%", + "RequiredProgress": 50 + } + ] + }, + { + "Name": "宇宙探索", + "Icon": "faction/MEDAL.WARPSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WARPSOFF.png", + "Name": "天文学家", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "开拓者", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "侦查员", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "启动曲速飞行", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "测量员", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "流浪者", + "RequiredProgress": 25 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "航行者", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "先驱", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "探险家", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "监督者", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.WARPSGOLD.png", + "Name": "发现者", + "RequiredProgress": 75 + } + ] + } + ] + } + ] +} \ 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 6511e1cf..cc8a1866 100644 --- a/assets/json/zh-hans/Others.lang.json +++ b/assets/json/zh-hans/Others.lang.json @@ -9,10 +9,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -34,10 +34,10 @@ "MaxStackSize": 20.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/2.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -59,11 +59,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/other/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -83,11 +83,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/other/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -107,10 +107,10 @@ "MaxStackSize": 20.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/other/5.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -130,10 +130,10 @@ "MaxStackSize": 20.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/6.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -153,10 +153,10 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/7.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -176,10 +176,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -198,9 +199,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -219,9 +220,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -240,9 +241,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -261,9 +263,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -282,9 +284,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -303,9 +305,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -324,9 +327,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -345,9 +349,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -366,9 +371,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,9 +393,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -408,9 +414,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -429,9 +435,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -450,9 +457,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,9 +479,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -492,9 +501,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -513,9 +522,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -534,9 +544,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -555,9 +565,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -576,9 +586,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -597,9 +607,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -618,9 +629,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -639,9 +651,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -660,9 +672,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -681,9 +694,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -702,9 +715,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -723,9 +736,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -744,9 +757,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -765,9 +778,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -786,9 +799,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -807,10 +820,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -829,9 +842,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -850,10 +863,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -872,9 +885,9 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -893,9 +906,9 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -914,9 +927,9 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -935,9 +948,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -956,9 +969,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -977,9 +990,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1003,9 +1016,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1029,9 +1042,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1055,9 +1068,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1081,9 +1094,10 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1107,9 +1121,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1133,9 +1147,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1154,9 +1168,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1175,9 +1189,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1196,9 +1210,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1217,9 +1231,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1238,9 +1252,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1259,9 +1273,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1280,9 +1294,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1301,9 +1315,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1322,9 +1336,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1343,9 +1357,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1364,9 +1378,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1385,9 +1399,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1406,9 +1420,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1427,9 +1441,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1448,9 +1462,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1469,9 +1483,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1490,9 +1504,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1511,9 +1525,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1532,9 +1546,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1553,9 +1567,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1574,9 +1588,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1595,9 +1609,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1616,9 +1630,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1637,9 +1651,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1658,9 +1672,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1679,9 +1693,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1700,9 +1714,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1730,9 +1744,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1756,9 +1770,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1782,9 +1796,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1808,9 +1822,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1834,9 +1848,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1860,9 +1874,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1886,9 +1900,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1912,9 +1926,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1938,9 +1952,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1964,9 +1978,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1985,9 +1999,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2006,9 +2020,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2027,9 +2041,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2047,9 +2061,9 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "311A49", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2070,9 +2084,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2096,9 +2110,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2122,9 +2136,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2148,9 +2162,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2174,9 +2188,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2200,9 +2214,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2221,9 +2235,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2242,9 +2256,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2263,9 +2277,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2284,9 +2298,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2305,9 +2319,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2326,9 +2340,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2347,9 +2361,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2368,9 +2382,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2389,9 +2403,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2410,9 +2424,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2431,9 +2445,10 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2452,9 +2467,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2473,10 +2488,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2495,9 +2510,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2516,9 +2532,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2537,9 +2554,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2558,9 +2576,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2579,9 +2598,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2605,9 +2625,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2626,9 +2647,11 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2647,9 +2670,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2668,9 +2693,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2689,9 +2716,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2710,9 +2739,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2736,9 +2766,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2757,9 +2787,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2778,9 +2808,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2799,9 +2829,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2820,9 +2850,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2841,9 +2871,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2862,9 +2892,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2883,9 +2913,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2904,9 +2934,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2925,9 +2955,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2946,9 +2976,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2967,9 +2997,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2987,7 +3017,10 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [ + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3005,7 +3038,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3023,7 +3056,9 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [ + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3041,7 +3076,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3059,7 +3094,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3077,7 +3112,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3095,9 +3130,9 @@ "BaseValueUnits": 80.0, "CurrencyType": "Quicksilver", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3117,9 +3152,9 @@ "BaseValueUnits": 3200.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3138,9 +3173,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3159,9 +3195,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3180,9 +3217,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3218,9 +3256,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3239,9 +3278,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3265,9 +3305,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3286,9 +3327,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3307,9 +3349,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3328,9 +3371,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3349,9 +3393,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3370,9 +3415,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3391,9 +3437,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3412,9 +3459,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3433,9 +3481,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3454,9 +3503,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3475,9 +3525,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3496,9 +3547,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3517,9 +3569,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3538,9 +3591,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3559,9 +3613,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3580,9 +3635,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3601,9 +3657,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3622,9 +3679,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3643,9 +3701,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3669,9 +3727,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,9 +3753,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3721,9 +3779,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3747,9 +3805,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3773,9 +3831,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3799,9 +3857,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3825,9 +3883,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3851,9 +3909,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3877,9 +3935,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3903,9 +3961,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3929,9 +3987,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3955,9 +4013,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3981,9 +4039,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4002,10 +4060,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4024,10 +4082,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4046,9 +4104,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4067,9 +4126,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4088,9 +4148,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4109,9 +4170,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4135,9 +4197,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4156,9 +4219,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4177,9 +4241,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4198,9 +4263,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4224,9 +4290,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4260,9 +4327,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4281,9 +4348,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4302,9 +4369,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4323,9 +4390,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4344,9 +4411,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4365,10 +4432,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4389,10 +4456,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4413,10 +4480,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4437,10 +4504,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4461,10 +4528,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4485,9 +4552,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4506,9 +4574,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4527,9 +4596,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4548,9 +4618,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4574,9 +4645,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4595,9 +4667,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/zh-hans/Products.lang.json b/assets/json/zh-hans/Products.lang.json index b179f627..9e576768 100644 --- a/assets/json/zh-hans/Products.lang.json +++ b/assets/json/zh-hans/Products.lang.json @@ -10,11 +10,11 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -43,10 +43,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -76,13 +76,13 @@ "Colour": "F3A923", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/products/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -107,10 +107,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/4.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -130,11 +131,11 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -159,10 +160,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -187,10 +188,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -219,10 +220,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -242,10 +244,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/9.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -265,10 +268,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/10.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -288,13 +292,13 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -319,10 +323,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/12.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -351,10 +355,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/13.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -383,10 +387,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/14.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -415,10 +419,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/15.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -447,10 +451,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/16.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -479,13 +483,13 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 0, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -514,12 +518,12 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -548,14 +552,14 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -584,13 +588,13 @@ "MaxStackSize": 100.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -619,10 +623,11 @@ "MaxStackSize": 100.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/21.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -642,11 +647,11 @@ "MaxStackSize": 50.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/22.png", - "Usages": { - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -675,14 +680,14 @@ "MaxStackSize": 100.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -711,10 +716,11 @@ "MaxStackSize": 100.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/24.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -734,10 +740,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/25.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -766,10 +772,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/26.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -798,10 +804,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -830,13 +836,13 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/28.png", - "Usages": { - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -865,12 +871,12 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/29.png", - "Usages": { - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -903,11 +909,11 @@ "MaxStackSize": 5000.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/products/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "CraftingOutputAmount": 1250, "BlueprintCost": 1, "BlueprintCostType": "None", @@ -933,9 +939,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -955,9 +962,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -977,9 +985,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -999,9 +1008,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -1021,9 +1031,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -1043,9 +1054,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1065,11 +1077,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/49.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1098,10 +1110,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/51.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -1130,10 +1142,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/52.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1162,10 +1174,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/53.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -1194,11 +1206,11 @@ "MaxStackSize": 25.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/54.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1223,11 +1235,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/55.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1252,10 +1264,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/56.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1284,11 +1296,11 @@ "MaxStackSize": 20.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/57.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1317,10 +1329,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/58.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1349,12 +1361,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/59.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1383,12 +1395,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/60.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1417,12 +1429,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/61.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1451,11 +1463,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/62.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1484,10 +1496,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/63.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1516,11 +1528,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/64.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1549,11 +1561,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/65.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1582,10 +1594,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/66.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1614,11 +1626,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/67.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1647,10 +1659,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/68.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1679,10 +1691,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/69.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1711,10 +1723,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/70.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1743,13 +1755,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/71.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1778,13 +1790,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/72.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1813,13 +1825,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/73.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1848,13 +1860,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/74.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1883,13 +1895,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/75.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1918,13 +1930,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/76.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1953,12 +1965,12 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/77.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1991,12 +2003,12 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/78.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2029,9 +2041,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/79.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2064,9 +2076,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/80.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2099,10 +2111,10 @@ "MaxStackSize": 20.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/81.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2122,9 +2134,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/82.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2144,9 +2156,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/83.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2166,9 +2178,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/84.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2188,9 +2200,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/85.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2210,9 +2222,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/86.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2232,9 +2244,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/87.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2254,9 +2266,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/88.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2276,9 +2288,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/89.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2298,9 +2310,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/90.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2333,9 +2345,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/91.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2368,9 +2380,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/92.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2403,9 +2415,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/93.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2434,9 +2446,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/94.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2455,9 +2467,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2476,9 +2488,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2497,9 +2509,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2519,10 +2531,10 @@ "MaxStackSize": 150.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/98.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2541,10 +2553,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2675,9 +2687,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2696,9 +2708,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2717,9 +2729,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2738,10 +2750,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2762,10 +2774,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2786,10 +2798,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2810,10 +2822,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2845,10 +2857,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2880,10 +2892,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2911,10 +2923,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2946,10 +2958,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2981,11 +2993,11 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3006,11 +3018,11 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3030,10 +3042,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3051,10 +3063,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3072,10 +3084,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3093,10 +3105,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3114,10 +3126,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3135,10 +3147,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3156,10 +3168,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3177,10 +3189,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3198,10 +3210,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3219,10 +3231,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3240,10 +3252,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3261,10 +3273,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3282,10 +3294,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3303,10 +3315,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3324,10 +3336,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3345,10 +3357,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3366,10 +3378,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3387,10 +3399,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3408,10 +3420,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3429,10 +3441,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3450,10 +3462,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3471,10 +3483,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3492,10 +3504,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3513,10 +3525,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3534,10 +3546,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3555,10 +3567,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3576,10 +3588,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3597,10 +3609,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3619,10 +3631,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3643,11 +3655,11 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3666,10 +3678,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3689,10 +3701,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3710,10 +3722,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3731,10 +3743,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3752,10 +3764,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3773,10 +3785,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3796,10 +3808,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3819,11 +3831,11 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3841,11 +3853,11 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3863,12 +3875,12 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3886,10 +3898,10 @@ "BaseValueUnits": 3200.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3922,10 +3934,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3943,10 +3955,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3964,10 +3976,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3985,10 +3997,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4006,10 +4018,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4027,10 +4039,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4048,10 +4060,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/zh-hans/RawMaterials.lang.json b/assets/json/zh-hans/RawMaterials.lang.json index 14bde8f0..05bd44ac 100644 --- a/assets/json/zh-hans/RawMaterials.lang.json +++ b/assets/json/zh-hans/RawMaterials.lang.json @@ -12,15 +12,15 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -42,15 +42,15 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -71,14 +71,14 @@ "MaxStackSize": 9999.0, "Colour": "BB3830", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -99,12 +99,12 @@ "MaxStackSize": 9999.0, "Colour": "DEDCD1", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -125,14 +125,14 @@ "MaxStackSize": 9999.0, "Colour": "355A7D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -153,13 +153,13 @@ "MaxStackSize": 9999.0, "Colour": "355A7D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -180,13 +180,13 @@ "MaxStackSize": 9999.0, "Colour": "DEDCD1", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -207,13 +207,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/8.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -234,13 +234,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/9.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -261,13 +261,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/10.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -288,12 +288,12 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -314,14 +314,14 @@ "MaxStackSize": 9999.0, "Colour": "F26D15", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/12.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -342,14 +342,14 @@ "MaxStackSize": 9999.0, "Colour": "F26D15", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/13.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -370,13 +370,13 @@ "MaxStackSize": 9999.0, "Colour": "005C83", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/14.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -397,13 +397,13 @@ "MaxStackSize": 9999.0, "Colour": "005C83", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/15.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -425,14 +425,14 @@ "Colour": "1E8A42", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/16.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -453,13 +453,13 @@ "MaxStackSize": 9999.0, "Colour": "1E8A42", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -480,12 +480,12 @@ "MaxStackSize": 9999.0, "Colour": "1E8A42", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -506,13 +506,13 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -533,13 +533,13 @@ "MaxStackSize": 9999.0, "Colour": "7B0000", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -560,13 +560,13 @@ "MaxStackSize": 9999.0, "Colour": "36611C", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/21.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -587,13 +587,13 @@ "MaxStackSize": 9999.0, "Colour": "01387D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/22.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -615,15 +615,15 @@ "Colour": "260000", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -644,13 +644,13 @@ "MaxStackSize": 9999.0, "Colour": "4E404F", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/24.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -671,14 +671,14 @@ "MaxStackSize": 9999.0, "Colour": "E57002", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/25.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -699,14 +699,14 @@ "MaxStackSize": 9999.0, "Colour": "00A64D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/26.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -727,14 +727,14 @@ "MaxStackSize": 9999.0, "Colour": "FFAD00", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/27.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -755,14 +755,14 @@ "MaxStackSize": 9999.0, "Colour": "1E4FD0", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/28.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -783,14 +783,14 @@ "MaxStackSize": 9999.0, "Colour": "DB2400", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/29.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -812,15 +812,15 @@ "Colour": "512741", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -841,13 +841,13 @@ "MaxStackSize": 9999.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/31.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -868,14 +868,14 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/32.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -896,14 +896,14 @@ "MaxStackSize": 9999.0, "Colour": "AA6E06", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/33.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -924,13 +924,13 @@ "MaxStackSize": 9999.0, "Colour": "507575", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/34.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -951,13 +951,13 @@ "MaxStackSize": 9999.0, "Colour": "265E3A", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/35.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -978,13 +978,13 @@ "MaxStackSize": 9999.0, "Colour": "4C3780", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/36.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1005,13 +1005,13 @@ "MaxStackSize": 9999.0, "Colour": "DE921F", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/37.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1032,12 +1032,12 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/38.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1058,11 +1058,11 @@ "MaxStackSize": 9999.0, "Colour": "7B0000", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/39.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1083,11 +1083,11 @@ "MaxStackSize": 9999.0, "Colour": "36611C", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/40.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1108,11 +1108,11 @@ "MaxStackSize": 9999.0, "Colour": "01387D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/41.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1134,14 +1134,14 @@ "Colour": "00A64D", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/42.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1163,14 +1163,14 @@ "Colour": "1E4FD0", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/43.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1192,14 +1192,14 @@ "Colour": "C5871D", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/44.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1221,14 +1221,14 @@ "Colour": "239626", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/45.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1250,14 +1250,14 @@ "Colour": "B94318", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/46.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1279,14 +1279,14 @@ "Colour": "208DAB", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/47.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1308,13 +1308,13 @@ "Colour": "5B6F35", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/48.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1336,13 +1336,13 @@ "Colour": "005C83", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/49.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1364,14 +1364,14 @@ "Colour": "79502E", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/50.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1392,12 +1392,12 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/51.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,13 +1418,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/52.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1445,12 +1445,12 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/53.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1471,13 +1471,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/54.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1498,13 +1498,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/55.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1525,11 +1525,11 @@ "MaxStackSize": 9999.0, "Colour": "1E354E", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/56.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1550,9 +1550,9 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1573,9 +1573,9 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1596,10 +1596,10 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/59.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1620,10 +1620,10 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/60.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1643,11 +1643,11 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "1A2733", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1667,10 +1667,10 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "DEDCD1", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1690,9 +1690,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1712,9 +1712,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1734,9 +1734,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1756,9 +1756,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1778,9 +1778,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1800,9 +1800,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1822,11 +1822,11 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "512741", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/zh-hans/Technology.lang.json b/assets/json/zh-hans/Technology.lang.json index acd8d475..5d5cbf0f 100644 --- a/assets/json/zh-hans/Technology.lang.json +++ b/assets/json/zh-hans/Technology.lang.json @@ -8,10 +8,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -34,9 +34,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -63,10 +63,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -89,9 +89,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -114,9 +114,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -139,9 +139,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -168,9 +168,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 200, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -197,10 +197,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -231,10 +231,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -265,10 +265,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -299,10 +299,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -333,9 +333,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -366,9 +366,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -395,9 +395,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -424,9 +424,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -457,9 +457,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -486,9 +486,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 350, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -519,9 +519,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 240, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -552,9 +552,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -577,9 +577,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 310, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -610,9 +610,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 580, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -643,9 +643,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -672,10 +672,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -702,9 +702,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -731,10 +731,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -761,9 +761,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -794,9 +794,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -827,9 +827,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -856,10 +856,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -886,9 +886,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -915,9 +915,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -944,9 +944,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 200, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -973,10 +973,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1003,9 +1003,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 85, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1036,9 +1036,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 100, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1065,9 +1065,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 50, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1094,9 +1094,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1123,9 +1123,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1152,9 +1152,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1181,9 +1181,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1210,9 +1210,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1239,9 +1239,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1268,9 +1268,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1297,9 +1297,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1326,9 +1326,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 75, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1359,9 +1359,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1388,9 +1388,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1417,10 +1417,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1451,9 +1451,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1476,9 +1476,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1505,9 +1505,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1530,9 +1530,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1559,9 +1559,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1592,9 +1592,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1621,9 +1621,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1646,9 +1646,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1671,9 +1671,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1700,9 +1700,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 320, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1733,9 +1733,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 50, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1762,9 +1762,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1791,9 +1791,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1820,10 +1820,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1846,9 +1846,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 75, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1879,9 +1879,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1912,9 +1912,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1941,9 +1941,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1970,9 +1970,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1995,9 +1995,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2020,10 +2020,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2054,10 +2054,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2084,10 +2084,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2118,9 +2118,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2147,9 +2147,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2176,9 +2176,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2205,9 +2205,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2234,9 +2234,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2263,9 +2263,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2288,9 +2288,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2313,9 +2313,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2346,9 +2346,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2371,9 +2371,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2404,9 +2404,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2437,9 +2437,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2466,9 +2466,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2499,9 +2499,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2532,9 +2532,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2565,9 +2565,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2594,9 +2594,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 320, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2627,9 +2627,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2660,9 +2660,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2693,9 +2693,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2722,9 +2722,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2751,10 +2751,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2781,9 +2781,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2814,9 +2814,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 450, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2847,9 +2847,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2880,9 +2880,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 350, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2913,9 +2913,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2938,9 +2938,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2963,9 +2963,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2988,9 +2988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3017,9 +3017,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3042,9 +3042,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3067,9 +3067,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3092,9 +3092,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3121,9 +3121,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3146,9 +3146,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3171,9 +3171,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3196,9 +3196,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3221,9 +3221,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3246,9 +3246,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3275,9 +3275,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3300,9 +3300,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3325,9 +3325,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3350,9 +3350,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3375,9 +3375,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3404,9 +3404,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3429,9 +3429,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3458,9 +3458,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3487,9 +3487,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3516,9 +3516,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3545,9 +3545,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3570,9 +3570,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3595,9 +3595,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3620,9 +3620,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3645,9 +3645,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3670,9 +3670,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,9 +3695,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3728,9 +3728,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3761,9 +3761,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3794,9 +3794,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3827,9 +3827,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3860,9 +3860,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3893,9 +3893,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3926,9 +3926,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 360, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3955,9 +3955,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3988,9 +3988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4021,9 +4021,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 240, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4054,9 +4054,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4087,9 +4087,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4116,9 +4116,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4145,9 +4145,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4170,9 +4170,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4199,9 +4199,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4232,9 +4232,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4265,9 +4265,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4294,9 +4294,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4327,9 +4327,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4356,9 +4356,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4385,9 +4385,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4418,9 +4418,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4451,10 +4451,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4481,10 +4481,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4511,10 +4511,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4541,10 +4541,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4571,9 +4571,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4600,9 +4600,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4629,9 +4629,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4662,9 +4662,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4691,10 +4691,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4721,9 +4721,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4754,9 +4754,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4787,9 +4787,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4820,9 +4820,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4853,9 +4853,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4886,9 +4886,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4919,9 +4919,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4952,9 +4952,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4985,9 +4985,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5018,9 +5018,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5051,9 +5051,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5084,9 +5084,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5113,9 +5113,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5146,9 +5146,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5179,9 +5179,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5212,9 +5212,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5241,9 +5241,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5274,9 +5274,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5303,10 +5303,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5333,10 +5333,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5363,10 +5363,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5397,10 +5397,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5427,9 +5427,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5460,9 +5460,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5493,9 +5493,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5522,9 +5522,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5551,9 +5551,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5576,9 +5576,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5605,9 +5605,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5630,9 +5630,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5659,9 +5659,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5684,9 +5684,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5713,9 +5713,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5742,9 +5742,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5775,9 +5775,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5800,9 +5800,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5833,10 +5833,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5867,9 +5867,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5900,9 +5900,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5933,10 +5933,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5967,9 +5967,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6000,9 +6000,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6033,9 +6033,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 480, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6066,9 +6066,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6099,9 +6099,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6132,9 +6132,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6161,9 +6161,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 480, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/zh-hans/TradeItems.lang.json b/assets/json/zh-hans/TradeItems.lang.json index f59a8bdb..e233c2c1 100644 --- a/assets/json/zh-hans/TradeItems.lang.json +++ b/assets/json/zh-hans/TradeItems.lang.json @@ -10,9 +10,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/1.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -32,10 +32,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/2.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -55,10 +55,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/3.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -78,9 +78,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -100,9 +100,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -122,9 +122,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -144,9 +144,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/7.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -166,10 +166,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/8.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -189,10 +189,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/9.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -212,9 +212,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -234,9 +234,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -256,9 +256,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -278,9 +278,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -300,9 +300,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -322,9 +322,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -344,10 +344,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/16.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -367,10 +367,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/17.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -390,10 +390,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/18.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -413,10 +413,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/19.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -436,10 +436,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/20.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -459,9 +459,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -481,10 +481,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/22.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -504,9 +504,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -526,9 +526,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -548,9 +548,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -570,10 +570,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/26.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -593,9 +593,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -615,10 +615,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/28.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -638,9 +638,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -660,9 +660,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -682,9 +682,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -704,9 +704,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -726,9 +726,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -748,9 +748,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -770,9 +770,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/zh-hans/UpgradeModules.lang.json b/assets/json/zh-hans/UpgradeModules.lang.json index 3ad012ef..518822c0 100644 --- a/assets/json/zh-hans/UpgradeModules.lang.json +++ b/assets/json/zh-hans/UpgradeModules.lang.json @@ -9,10 +9,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/1.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -31,10 +31,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/2.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -53,10 +53,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/3.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -75,10 +75,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/4.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -97,10 +97,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/5.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -119,10 +119,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/6.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -141,10 +141,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/7.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -163,10 +163,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -185,10 +185,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/9.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -207,10 +207,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/10.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -229,10 +229,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/11.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -251,10 +251,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/12.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -273,10 +273,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/13.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -295,10 +295,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/14.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -317,10 +317,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/15.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -339,10 +339,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/16.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -361,10 +361,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/17.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -383,10 +383,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/18.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -405,10 +405,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/19.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -427,10 +427,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/20.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -449,10 +449,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/21.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,10 +471,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/22.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -493,10 +493,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/23.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -515,10 +515,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/24.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -537,10 +537,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/25.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -559,10 +559,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/26.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -581,10 +581,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -603,10 +603,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/28.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -625,10 +625,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/29.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -647,10 +647,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/30.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,10 +669,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/31.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -691,10 +691,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/32.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -713,10 +713,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/33.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -735,10 +735,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/34.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -757,10 +757,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/35.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -779,10 +779,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/36.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -801,10 +801,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/37.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -823,10 +823,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/38.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -845,10 +845,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/39.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -867,10 +867,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/40.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -889,10 +889,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/41.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -911,10 +911,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/42.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -933,10 +933,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/43.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -955,10 +955,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/44.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -977,10 +977,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/45.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -999,10 +999,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/46.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1021,10 +1021,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/47.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1043,10 +1043,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/48.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1065,10 +1065,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/49.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1087,10 +1087,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/50.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1109,10 +1109,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/51.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1131,10 +1131,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/52.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1153,10 +1153,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/53.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1175,10 +1175,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/54.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1197,10 +1197,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/55.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1219,10 +1219,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/56.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1241,10 +1241,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/57.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1263,10 +1263,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/58.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1285,10 +1285,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/59.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1307,10 +1307,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/60.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1329,10 +1329,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/61.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1351,10 +1351,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/62.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1373,10 +1373,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/63.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1395,10 +1395,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/64.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1417,10 +1417,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/65.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1439,10 +1439,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/66.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1461,10 +1461,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/67.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1483,10 +1483,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/68.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1505,10 +1505,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/69.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1527,10 +1527,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/70.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1549,10 +1549,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/71.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1571,10 +1571,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/72.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1593,10 +1593,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/73.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1615,10 +1615,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/74.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1637,10 +1637,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/75.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1659,10 +1659,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/76.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1681,10 +1681,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/77.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1703,10 +1703,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/78.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1725,10 +1725,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/79.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1747,10 +1747,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/80.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1769,10 +1769,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/81.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1791,10 +1791,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/82.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1813,10 +1813,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/83.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1835,10 +1835,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/84.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1857,10 +1857,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/85.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1879,10 +1879,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/86.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1901,10 +1901,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/87.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1923,10 +1923,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/88.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1945,10 +1945,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/89.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1967,10 +1967,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/90.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1989,10 +1989,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/91.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2011,10 +2011,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/92.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2033,10 +2033,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/93.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2055,10 +2055,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/94.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2077,10 +2077,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/95.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2099,10 +2099,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/96.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2121,10 +2121,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/97.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2143,10 +2143,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/98.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2165,10 +2165,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/99.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2187,10 +2187,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/100.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2209,10 +2209,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/101.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2231,10 +2231,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/102.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2253,10 +2253,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/103.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2275,10 +2275,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/104.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2297,10 +2297,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/105.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2319,10 +2319,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/106.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2341,10 +2341,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/107.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2363,10 +2363,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/108.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2385,10 +2385,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/109.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2407,10 +2407,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/110.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2429,10 +2429,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/111.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2451,10 +2451,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/112.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2473,10 +2473,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/113.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2495,10 +2495,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/114.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2517,10 +2517,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/115.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2539,10 +2539,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/116.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2561,10 +2561,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/117.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2583,10 +2583,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/118.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2605,10 +2605,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/119.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2627,10 +2627,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/120.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2649,10 +2649,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/121.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2671,10 +2671,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/122.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2693,10 +2693,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/123.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2715,10 +2715,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/124.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2737,10 +2737,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/125.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2759,10 +2759,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/126.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2781,10 +2781,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/127.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2803,10 +2803,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/128.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2825,10 +2825,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/129.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2847,10 +2847,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/130.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2869,10 +2869,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/131.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2891,10 +2891,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/132.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2913,10 +2913,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/133.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2935,10 +2935,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/134.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2957,10 +2957,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/135.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2979,10 +2979,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/136.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3001,10 +3001,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/137.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3023,10 +3023,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/138.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3044,10 +3044,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3065,10 +3065,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3086,10 +3086,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3107,10 +3107,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3128,10 +3128,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3149,10 +3149,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3170,10 +3170,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3191,10 +3191,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3212,10 +3212,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3233,10 +3233,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3254,10 +3254,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3275,10 +3275,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3296,10 +3296,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3317,10 +3317,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3338,10 +3338,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3359,10 +3359,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3380,10 +3380,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3401,10 +3401,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3422,10 +3422,10 @@ "BaseValueUnits": 600.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3443,10 +3443,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3464,10 +3464,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3485,10 +3485,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3506,10 +3506,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3527,10 +3527,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3548,10 +3548,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3569,10 +3569,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3590,10 +3590,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3611,10 +3611,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3632,10 +3632,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3653,10 +3653,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3674,10 +3674,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,10 +3695,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3716,10 +3716,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3737,10 +3737,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/zh-hant/Buildings.lang.json b/assets/json/zh-hant/Buildings.lang.json index 11a1274a..3796ae7a 100644 --- a/assets/json/zh-hant/Buildings.lang.json +++ b/assets/json/zh-hant/Buildings.lang.json @@ -35,9 +35,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/2.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -65,9 +65,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -95,9 +95,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -125,9 +125,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -151,9 +151,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -182,9 +182,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/8.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -209,9 +209,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -236,9 +236,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -263,9 +263,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -290,9 +290,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -317,9 +317,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -348,9 +348,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -375,9 +375,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -402,9 +402,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -433,9 +433,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -460,9 +460,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -487,9 +487,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -514,9 +514,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -545,9 +545,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -576,9 +576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -607,9 +607,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -638,9 +638,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,9 +669,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -696,9 +696,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -723,9 +723,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -750,9 +750,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -777,9 +777,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -804,9 +804,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -831,9 +831,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -858,9 +858,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -889,9 +889,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -916,9 +916,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -943,9 +943,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -974,9 +974,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1001,9 +1001,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1028,9 +1028,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1055,9 +1055,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/39.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1086,9 +1086,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/40.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1117,9 +1117,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1144,9 +1144,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1171,9 +1171,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1198,9 +1198,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/44.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1225,9 +1225,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/45.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1252,9 +1252,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1279,9 +1279,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1306,9 +1306,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1333,9 +1333,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1360,9 +1360,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1387,9 +1387,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,9 +1418,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/52.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1445,9 +1445,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/53.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1472,9 +1472,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/54.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1503,9 +1503,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/55.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1530,9 +1530,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/56.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1557,9 +1557,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1584,9 +1584,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1615,9 +1615,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/59.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1646,9 +1646,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/60.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1673,9 +1673,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/61.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1704,9 +1704,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/62.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1735,9 +1735,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/63.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1762,9 +1762,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/64.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1789,9 +1789,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/building/65.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1838,9 +1838,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/67.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1865,9 +1865,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/68.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1892,9 +1892,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/69.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1919,9 +1919,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/70.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1946,9 +1946,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/71.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1973,9 +1973,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/72.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2004,9 +2004,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/73.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2035,9 +2035,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/building/74.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2066,9 +2066,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/75.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2092,9 +2092,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/76.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2118,9 +2118,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/77.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2149,9 +2149,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/78.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2176,9 +2176,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/79.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2206,9 +2206,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/80.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2236,9 +2236,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/81.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2262,9 +2262,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/82.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2289,9 +2289,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/83.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2316,9 +2316,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/84.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2342,9 +2342,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/85.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2372,9 +2372,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/86.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2398,9 +2398,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/87.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2424,9 +2424,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/88.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2450,9 +2450,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/89.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2476,9 +2476,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/90.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2502,9 +2502,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/91.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2528,9 +2528,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/92.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2554,9 +2554,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/93.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2580,9 +2580,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/94.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2610,9 +2610,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/95.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2636,9 +2636,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/96.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2666,9 +2666,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/97.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2696,9 +2696,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/98.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2726,9 +2726,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/106.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2753,9 +2753,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/118.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2788,9 +2788,9 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/building/129.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2820,9 +2820,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/130.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2852,9 +2852,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/131.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2883,9 +2883,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/132.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2915,9 +2915,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/133.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2946,9 +2946,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/134.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2973,9 +2973,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/135.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3008,9 +3008,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/136.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3036,9 +3036,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/137.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3068,9 +3068,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/138.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3099,9 +3099,9 @@ "Colour": "F3A923", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/139.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3130,9 +3130,9 @@ "Colour": "095C77", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/140.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3182,9 +3182,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/142.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3209,9 +3209,9 @@ "Colour": "2C7C9F", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/145.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3239,9 +3239,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/146.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3269,9 +3269,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/147.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3299,9 +3299,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/150.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3325,9 +3325,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/151.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3351,9 +3351,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/152.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3381,9 +3381,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/153.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3411,9 +3411,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/154.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3441,9 +3441,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/155.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3493,9 +3493,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/157.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3519,9 +3519,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/158.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3549,9 +3549,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/159.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3576,9 +3576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/161.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3603,9 +3603,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/162.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3630,9 +3630,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/163.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3657,9 +3657,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/164.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3684,9 +3684,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/165.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3711,9 +3711,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/166.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3738,9 +3738,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/167.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3765,9 +3765,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/168.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3792,9 +3792,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/169.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3819,9 +3819,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/170.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3846,9 +3846,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/171.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1000, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3873,9 +3873,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/building/172.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 6, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3900,9 +3900,9 @@ "Colour": "2C7C9F", "Power": -30.0, "CdnUrl": "https://cdn.nmsassistant.com/building/173.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 6, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3926,9 +3926,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/174.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3961,9 +3961,9 @@ "Colour": "2C7C9F", "Power": -2.0, "CdnUrl": "https://cdn.nmsassistant.com/building/175.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -3992,9 +3992,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/176.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4027,9 +4027,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/177.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4062,9 +4062,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/178.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4097,9 +4097,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/179.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4132,9 +4132,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/180.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4167,9 +4167,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/181.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4193,9 +4193,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/182.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4219,9 +4219,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/204.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4245,9 +4245,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/205.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4271,9 +4271,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/206.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4298,9 +4298,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/207.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4333,9 +4333,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/213.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4360,9 +4360,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/214.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4390,9 +4390,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/215.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4416,9 +4416,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/219.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4442,9 +4442,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/220.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4468,9 +4468,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/221.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4494,9 +4494,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/222.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4524,9 +4524,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/223.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4550,9 +4550,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/224.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4580,9 +4580,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/225.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4610,9 +4610,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/226.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4636,9 +4636,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/227.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4666,9 +4666,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/228.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4692,9 +4692,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/229.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4718,9 +4718,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/230.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4744,9 +4744,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/231.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4770,9 +4770,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/232.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4796,9 +4796,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/233.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4826,9 +4826,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/234.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4856,9 +4856,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/235.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4886,9 +4886,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/236.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4916,9 +4916,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/237.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4946,9 +4946,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/238.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -4977,9 +4977,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/239.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5008,9 +5008,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/240.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5039,9 +5039,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/241.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5069,9 +5069,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/242.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5099,9 +5099,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/243.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5129,9 +5129,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/244.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5159,9 +5159,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/245.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5189,9 +5189,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/246.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5219,9 +5219,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/247.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5245,9 +5245,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/248.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5271,9 +5271,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/249.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5301,9 +5301,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/250.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5327,9 +5327,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/253.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5353,9 +5353,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/254.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5379,9 +5379,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/255.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5405,9 +5405,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/256.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5431,9 +5431,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/257.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5457,9 +5457,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/258.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5483,9 +5483,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/259.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5509,9 +5509,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/260.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -5535,9 +5535,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/261.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5561,9 +5561,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/266.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5587,9 +5587,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5614,9 +5614,9 @@ "MaxStackSize": 5.0, "Colour": "FFFFFF", "CdnUrl": "https://cdn.nmsassistant.com/building/272.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5636,9 +5636,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/273.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5667,9 +5667,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/274.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5698,9 +5698,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/275.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5729,9 +5729,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/276.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5760,9 +5760,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/277.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5791,9 +5791,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/278.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5822,9 +5822,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/279.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5853,9 +5853,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/280.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5884,9 +5884,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/281.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5915,9 +5915,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/282.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5946,9 +5946,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/283.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5977,9 +5977,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/284.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6008,9 +6008,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/285.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6039,9 +6039,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/286.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6070,9 +6070,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/287.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6101,9 +6101,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/288.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6132,9 +6132,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/289.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6163,9 +6164,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/290.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6194,9 +6195,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/291.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6225,9 +6226,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/292.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6256,9 +6258,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/293.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6287,9 +6289,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/294.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6314,9 +6316,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/295.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6341,9 +6344,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/296.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6368,9 +6372,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/297.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6395,9 +6400,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/298.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6422,9 +6428,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/299.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6449,9 +6455,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/300.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6476,9 +6482,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/301.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6507,9 +6513,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/302.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6538,9 +6545,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/303.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6569,9 +6576,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/304.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6596,9 +6603,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/305.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6623,9 +6630,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/306.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6650,9 +6657,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/307.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6677,9 +6684,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/308.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6704,9 +6711,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/309.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6732,9 +6739,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/building/310.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6763,9 +6770,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/311.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6790,9 +6797,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/312.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6817,9 +6824,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/313.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6844,9 +6851,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/314.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6871,9 +6878,9 @@ "MaxStackSize": 20.0, "Colour": "262626", "CdnUrl": "https://cdn.nmsassistant.com/building/315.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6893,9 +6900,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/316.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6928,9 +6935,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/317.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6963,9 +6970,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/318.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6990,9 +6997,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/319.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7017,9 +7024,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/320.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7044,9 +7051,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/321.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7072,9 +7079,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/322.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7099,9 +7106,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/324.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7130,9 +7137,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/325.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7158,9 +7165,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/326.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7184,9 +7191,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7206,9 +7213,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/328.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7237,9 +7244,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/329.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7265,9 +7272,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/330.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7291,9 +7298,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7313,9 +7320,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/332.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7344,9 +7351,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/336.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7371,9 +7378,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/337.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7398,9 +7405,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/338.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7425,9 +7432,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/339.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7452,9 +7459,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/340.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7479,9 +7486,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/341.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7506,9 +7513,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/342.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7533,9 +7540,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/343.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7560,9 +7567,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/344.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7587,9 +7594,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/345.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7614,9 +7621,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/346.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7641,9 +7648,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/347.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7668,9 +7675,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/348.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7695,9 +7702,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/building/359.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7721,9 +7728,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/360.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7756,9 +7763,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/361.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7778,9 +7785,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/362.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -7809,9 +7816,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/363.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7831,9 +7838,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/364.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7853,9 +7860,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/365.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7875,9 +7882,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/366.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7897,9 +7905,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/367.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7919,9 +7928,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/368.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7941,9 +7951,10 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/369.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7968,9 +7979,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/370.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7995,9 +8006,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/371.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8022,9 +8033,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/372.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8049,9 +8060,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/373.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8076,9 +8087,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/374.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8103,9 +8114,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/375.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8130,9 +8141,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/376.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8157,9 +8168,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/377.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8184,9 +8195,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/378.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8211,9 +8222,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/379.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8238,9 +8249,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/380.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8265,9 +8276,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/381.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8292,9 +8303,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/382.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8319,9 +8330,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/383.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8346,9 +8357,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/384.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8373,9 +8384,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/385.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8400,9 +8411,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/386.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8427,9 +8438,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/387.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8454,9 +8465,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/388.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8481,9 +8492,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/389.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8503,9 +8514,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/390.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8525,9 +8536,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/391.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8547,9 +8558,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/392.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8569,9 +8580,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/393.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8591,9 +8602,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/building/394.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8612,9 +8623,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/395.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 15, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -8647,9 +8658,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/building/396.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -8680,9 +8691,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8709,9 +8720,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8738,9 +8749,9 @@ "BaseValueUnits": 300.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8767,9 +8778,9 @@ "BaseValueUnits": 300.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8792,9 +8803,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8817,9 +8828,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8842,9 +8853,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8867,9 +8878,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8892,9 +8903,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8917,9 +8928,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8942,9 +8953,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8967,9 +8978,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -8992,9 +9003,9 @@ "BaseValueUnits": 250.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9017,9 +9028,9 @@ "BaseValueUnits": 400.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9047,9 +9058,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9073,9 +9085,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9099,9 +9111,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9125,9 +9137,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9151,9 +9163,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9172,9 +9184,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9193,9 +9205,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9219,9 +9231,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9249,9 +9261,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9275,9 +9287,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9301,9 +9313,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9327,9 +9339,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9348,9 +9361,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9374,9 +9388,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9400,9 +9415,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9426,9 +9442,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9452,9 +9469,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9478,9 +9496,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9504,9 +9523,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9530,9 +9549,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9560,9 +9579,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9590,9 +9609,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9616,9 +9635,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9642,9 +9661,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9668,9 +9687,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9694,10 +9713,10 @@ "CurrencyType": "None", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -9718,9 +9737,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9744,9 +9763,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9770,9 +9789,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9796,9 +9815,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9822,9 +9841,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9848,9 +9867,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9874,9 +9893,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9900,9 +9919,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9926,9 +9945,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9952,9 +9971,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -9978,9 +9997,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10004,9 +10023,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10030,9 +10049,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10056,9 +10075,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10083,9 +10102,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10109,9 +10128,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10135,9 +10154,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10161,9 +10180,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10187,9 +10206,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10213,9 +10232,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10239,9 +10258,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10265,9 +10284,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10291,9 +10310,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10317,9 +10336,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10343,9 +10362,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10369,9 +10388,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10395,9 +10414,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10421,9 +10440,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10447,9 +10466,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10473,9 +10492,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10499,9 +10518,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10525,9 +10544,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10551,9 +10570,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10577,9 +10596,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10603,9 +10622,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10629,9 +10648,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10655,9 +10674,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10681,9 +10700,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10707,9 +10726,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10733,9 +10752,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10759,9 +10778,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10785,9 +10804,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10811,9 +10830,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10837,9 +10856,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10863,9 +10882,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10889,9 +10908,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10915,9 +10934,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10941,9 +10960,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10967,9 +10986,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -10993,9 +11012,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11019,9 +11038,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11045,9 +11064,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11071,9 +11090,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11097,9 +11116,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11123,9 +11142,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11149,9 +11168,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11175,9 +11194,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11201,9 +11220,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11227,9 +11246,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11253,9 +11272,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11279,9 +11298,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11305,9 +11324,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11331,9 +11350,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11357,9 +11376,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11383,9 +11402,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11409,9 +11428,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11435,9 +11454,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11461,9 +11480,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11487,9 +11506,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11513,9 +11532,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11539,9 +11558,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11565,9 +11584,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11591,9 +11610,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11617,9 +11636,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11643,9 +11662,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11669,9 +11688,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11695,9 +11714,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11721,9 +11740,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11747,9 +11766,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11773,9 +11792,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11799,9 +11818,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11825,9 +11844,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11851,9 +11870,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11877,9 +11896,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11903,9 +11922,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11929,9 +11948,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11955,9 +11974,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -11981,9 +12000,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12007,9 +12026,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12033,9 +12052,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12059,9 +12078,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12085,9 +12104,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12111,9 +12130,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12137,9 +12156,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12163,9 +12182,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12189,9 +12208,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12215,9 +12234,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12241,9 +12260,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12267,9 +12286,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12293,9 +12312,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12319,9 +12338,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12345,9 +12364,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12371,9 +12390,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12397,9 +12416,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12423,9 +12442,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12449,9 +12468,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12475,9 +12494,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12501,9 +12520,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12527,9 +12546,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12553,9 +12572,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12579,9 +12598,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12605,9 +12624,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12635,9 +12654,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12665,9 +12684,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12695,9 +12714,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12725,9 +12744,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12755,9 +12774,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12785,9 +12804,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12811,9 +12830,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12837,9 +12856,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12863,9 +12882,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12889,9 +12908,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12915,9 +12934,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12945,9 +12964,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -12975,9 +12994,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13005,9 +13024,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13035,9 +13054,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13065,9 +13084,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13095,9 +13114,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13125,9 +13144,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13155,9 +13174,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13185,9 +13204,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13215,9 +13234,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13245,9 +13264,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13271,9 +13290,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13301,9 +13320,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13327,9 +13346,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13357,9 +13376,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13387,9 +13406,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13417,9 +13436,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13443,9 +13462,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13469,9 +13488,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13495,9 +13514,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13521,9 +13540,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13547,9 +13566,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13578,9 +13597,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13604,9 +13623,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13630,9 +13649,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13656,9 +13675,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13682,9 +13701,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13708,9 +13727,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13734,9 +13753,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13760,9 +13779,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13786,9 +13805,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13812,9 +13831,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13838,9 +13857,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13864,9 +13883,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13894,9 +13913,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13924,9 +13943,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13954,9 +13973,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -13984,9 +14003,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14014,9 +14033,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14044,9 +14063,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14070,9 +14089,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14096,9 +14115,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14122,9 +14141,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14148,9 +14167,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14178,9 +14197,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14208,9 +14227,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14238,9 +14257,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14268,9 +14287,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14298,9 +14317,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14328,9 +14347,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14358,9 +14377,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14388,9 +14407,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14418,9 +14437,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14448,9 +14467,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14478,9 +14497,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14508,9 +14527,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14538,9 +14557,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14568,9 +14587,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14594,9 +14613,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14624,9 +14643,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14650,9 +14669,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14676,9 +14695,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14706,9 +14725,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14736,9 +14755,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14762,9 +14781,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14788,9 +14807,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14814,9 +14833,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14840,9 +14859,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14866,9 +14885,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14896,9 +14915,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14922,9 +14941,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14948,9 +14967,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -14974,9 +14993,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15000,9 +15019,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15026,9 +15045,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15052,9 +15071,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15078,9 +15097,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15104,9 +15123,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15130,9 +15149,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15156,9 +15175,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15182,9 +15201,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15212,9 +15231,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15242,9 +15261,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15272,9 +15291,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15302,9 +15321,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15332,9 +15351,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15362,9 +15381,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15388,9 +15407,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15414,9 +15433,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15440,9 +15459,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15466,9 +15485,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15496,9 +15515,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15526,9 +15545,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15556,9 +15575,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15582,9 +15601,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15608,9 +15627,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15638,9 +15657,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15664,9 +15683,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15690,9 +15709,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15716,9 +15735,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15742,9 +15761,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15768,9 +15787,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15794,9 +15813,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15820,9 +15839,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15846,9 +15865,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15872,9 +15891,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15898,9 +15917,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15924,9 +15943,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15950,9 +15969,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -15980,9 +15999,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16010,9 +16029,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16040,9 +16059,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16066,9 +16085,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16092,9 +16111,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16118,9 +16137,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16144,9 +16163,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16170,9 +16189,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16200,9 +16219,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16226,9 +16245,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16252,9 +16271,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16278,9 +16297,9 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16304,9 +16323,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16338,9 +16358,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16364,9 +16385,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16385,9 +16406,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16406,9 +16427,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16426,9 +16447,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16452,9 +16473,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16477,9 +16498,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16506,9 +16527,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16535,9 +16556,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16565,9 +16586,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -10.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16590,9 +16611,9 @@ "BaseValueUnits": 2.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -16615,9 +16636,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16640,9 +16661,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16665,9 +16686,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16691,9 +16712,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16717,9 +16738,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16742,9 +16763,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16767,9 +16788,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16792,9 +16813,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16817,9 +16838,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16842,9 +16863,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16867,9 +16888,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16892,9 +16913,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16917,9 +16938,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16942,9 +16963,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16967,9 +16988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -16992,9 +17013,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17017,9 +17038,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17042,9 +17063,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17067,9 +17088,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17092,9 +17113,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17117,9 +17138,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17142,9 +17163,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17167,9 +17188,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17192,9 +17213,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17217,9 +17238,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17242,9 +17263,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17267,9 +17288,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17292,9 +17313,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17318,9 +17339,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17344,9 +17365,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17370,9 +17391,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -1.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -17396,9 +17417,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17417,9 +17439,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17443,9 +17466,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17469,9 +17493,10 @@ "CurrencyType": "None", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17495,9 +17520,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17521,9 +17546,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -17547,9 +17572,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/zh-hant/ConstructedTechnology.lang.json b/assets/json/zh-hant/ConstructedTechnology.lang.json index 188b91a8..0165913e 100644 --- a/assets/json/zh-hant/ConstructedTechnology.lang.json +++ b/assets/json/zh-hant/ConstructedTechnology.lang.json @@ -9,9 +9,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/1.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -35,9 +35,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/2.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -70,9 +70,9 @@ "Colour": "2C7C9F", "Power": -15.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -101,9 +101,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -136,9 +136,9 @@ "Colour": "2C7C9F", "Power": -10.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -170,9 +170,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -200,9 +200,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/7.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -230,9 +230,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/8.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -264,9 +264,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 20, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -299,9 +299,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -333,9 +333,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -367,9 +367,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -397,9 +397,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -427,9 +427,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -457,9 +457,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -492,9 +492,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -518,9 +518,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -553,9 +553,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -588,9 +588,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -622,9 +622,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -652,9 +652,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -678,9 +678,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -712,9 +712,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -746,9 +746,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -780,9 +780,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -814,9 +814,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -848,9 +848,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -882,9 +882,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -912,9 +912,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -942,9 +942,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -972,9 +972,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1002,9 +1002,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1033,9 +1033,9 @@ "Colour": "2C7C9F", "Power": -5.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1068,9 +1068,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1103,9 +1103,9 @@ "Colour": "2C7C9F", "Power": -20.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1137,9 +1137,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1167,9 +1167,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/39.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1193,9 +1193,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/40.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1227,9 +1227,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1261,9 +1261,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1296,9 +1296,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1331,9 +1331,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/44.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1366,9 +1366,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/45.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1402,9 +1402,9 @@ "Colour": "2C7C9F", "Power": -50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1434,9 +1434,9 @@ "Colour": "2C7C9F", "Power": 100.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1465,9 +1465,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1492,9 +1492,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1524,9 +1524,9 @@ "Colour": "2C7C9F", "Power": 50.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1560,9 +1560,9 @@ "Colour": "2C7C9F", "Power": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1596,9 +1596,9 @@ "Colour": "2C7C9F", "Power": -1.0, "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/52.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1627,9 +1627,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/53.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1649,9 +1649,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/54.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1671,9 +1671,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/55.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1702,9 +1702,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/56.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1733,9 +1733,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 3, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1764,9 +1764,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1791,9 +1791,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/59.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1818,9 +1818,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/60.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1849,9 +1849,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/61.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1880,9 +1880,9 @@ "MaxStackSize": 5.0, "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/62.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1914,9 +1914,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/constructedTechnology/63.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -1948,10 +1948,10 @@ "CurrencyType": "None", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1970,9 +1970,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2000,9 +2000,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2030,9 +2030,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2060,9 +2060,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2090,9 +2090,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2120,9 +2120,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2150,9 +2150,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2180,9 +2180,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2210,9 +2210,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2240,9 +2240,9 @@ "CurrencyType": "None", "Colour": "2C7C9F", "Power": -5.0, - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "SalvagedData", "BlueprintSource": 0, @@ -2269,9 +2269,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2298,9 +2298,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2327,9 +2327,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2356,9 +2356,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2385,9 +2385,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2414,9 +2414,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2443,9 +2443,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2472,9 +2472,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2501,9 +2501,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2530,9 +2530,9 @@ "BaseValueUnits": 5.0, "CurrencyType": "None", "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/zh-hant/Cooking.lang.json b/assets/json/zh-hant/Cooking.lang.json index f4cd8c28..0ab6e3a7 100644 --- a/assets/json/zh-hant/Cooking.lang.json +++ b/assets/json/zh-hant/Cooking.lang.json @@ -11,13 +11,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/1.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -40,13 +40,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/2.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -69,13 +69,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/3.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -98,13 +98,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/4.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -127,13 +127,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/5.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -156,13 +156,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/6.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -185,13 +185,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/7.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -214,13 +214,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/8.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -243,13 +243,13 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/9.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -272,13 +272,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/10.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -301,13 +301,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/11.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -330,13 +330,13 @@ "Colour": "007951", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/12.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -359,12 +359,12 @@ "Colour": "007953", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/13.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,12 +387,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/14.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -415,12 +415,12 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/15.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -443,12 +443,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/16.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,13 +471,13 @@ "Colour": "DB2400", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/17.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -500,12 +500,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/18.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -528,12 +528,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/19.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -556,12 +556,12 @@ "Colour": "007951", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/20.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -584,12 +584,12 @@ "Colour": "007951", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/21.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -612,12 +612,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/22.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -640,13 +640,13 @@ "Colour": "79502E", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/23.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,12 +669,12 @@ "Colour": "007951", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/24.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -697,12 +697,12 @@ "Colour": "007953", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/25.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -725,13 +725,13 @@ "Colour": "79502E", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/26.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -754,12 +754,12 @@ "Colour": "007952", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/27.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -782,13 +782,13 @@ "Colour": "7B0000", "CookingValue": 0.3, "CdnUrl": "https://cdn.nmsassistant.com/cooking/28.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -811,13 +811,13 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/29.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -840,12 +840,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/30.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -868,12 +868,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/31.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -896,12 +896,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/32.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -924,12 +924,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/33.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -952,12 +952,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/34.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -980,12 +980,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/35.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1008,12 +1008,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/36.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1036,12 +1036,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/37.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1064,12 +1064,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/38.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1092,12 +1092,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/39.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1120,14 +1120,14 @@ "Colour": "7B0000", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/40.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1150,12 +1150,12 @@ "Colour": "DEDCD1", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/41.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1178,12 +1178,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/42.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1206,12 +1206,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/43.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1234,12 +1234,12 @@ "Colour": "007951", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/44.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1262,12 +1262,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/45.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1290,12 +1290,12 @@ "Colour": "DEDCD1", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/46.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1318,13 +1318,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/47.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1347,12 +1347,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/48.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1375,13 +1375,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/49.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1404,13 +1404,13 @@ "Colour": "095C77", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/50.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1433,13 +1433,13 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/51.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1462,13 +1462,13 @@ "Colour": "534C45", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/52.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1491,13 +1491,13 @@ "Colour": "DB2400", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/53.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1520,13 +1520,13 @@ "Colour": "007953", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/54.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1549,13 +1549,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/55.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1578,13 +1578,13 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/56.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1607,13 +1607,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/57.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1636,13 +1636,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/58.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1665,13 +1665,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/59.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1694,13 +1694,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/60.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1723,12 +1723,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/61.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1751,12 +1751,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/62.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1779,12 +1779,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/63.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1807,12 +1807,12 @@ "Colour": "DB2400", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/64.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1835,13 +1835,13 @@ "Colour": "007953", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/65.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1864,12 +1864,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/66.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1892,12 +1892,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/67.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1920,12 +1920,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/68.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1948,12 +1948,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/69.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1976,13 +1976,13 @@ "Colour": "BB3830", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/70.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2005,12 +2005,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/71.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2033,12 +2033,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/72.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2061,12 +2061,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/73.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2089,12 +2089,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/74.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2117,12 +2117,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/75.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2145,12 +2145,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/76.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2173,13 +2173,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/77.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2202,13 +2202,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/78.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2231,13 +2231,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/79.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2260,13 +2260,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/80.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2289,13 +2289,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/81.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2318,13 +2318,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/82.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2347,13 +2347,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/83.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2376,13 +2376,13 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/84.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2405,13 +2405,13 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/85.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2434,13 +2434,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/86.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2463,13 +2463,13 @@ "Colour": "DEDCD1", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/87.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2492,13 +2492,13 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/88.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2521,13 +2521,13 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/89.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2550,13 +2550,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/90.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2579,13 +2579,13 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/91.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2608,13 +2608,13 @@ "Colour": "79502E", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/92.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2637,12 +2637,12 @@ "Colour": "D35300", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/93.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2665,13 +2665,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/94.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2694,13 +2694,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/95.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2723,12 +2723,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/96.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2751,12 +2751,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/97.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2779,12 +2779,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/98.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2807,13 +2807,13 @@ "Colour": "79502E", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/99.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2836,13 +2836,13 @@ "Colour": "D35300", "CookingValue": 0.5, "CdnUrl": "https://cdn.nmsassistant.com/cooking/100.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2865,12 +2865,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/101.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2893,12 +2893,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/102.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2921,12 +2921,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/103.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2949,12 +2949,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/104.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2977,13 +2977,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/105.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3006,12 +3006,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/106.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3034,13 +3034,13 @@ "Colour": "F26D15", "CookingValue": 0.6, "CdnUrl": "https://cdn.nmsassistant.com/cooking/107.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3063,12 +3063,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/108.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3091,12 +3091,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/109.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3119,12 +3119,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/110.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3147,12 +3147,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/111.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3175,13 +3175,13 @@ "Colour": "095C77", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/112.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3204,13 +3204,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/113.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3233,12 +3233,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/114.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3261,13 +3261,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/115.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3290,12 +3290,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/116.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3318,13 +3318,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/117.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3347,12 +3347,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/118.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3373,12 +3373,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/119.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3399,12 +3399,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/120.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3425,11 +3425,12 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/121.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3450,13 +3451,13 @@ "Colour": "007953", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/122.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3482,11 +3483,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/123.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3507,11 +3509,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/124.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3532,11 +3535,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/125.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3557,11 +3561,12 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/126.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3582,12 +3587,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/127.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3610,12 +3615,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/128.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3638,13 +3643,13 @@ "Colour": "DB2400", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/129.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3667,12 +3672,12 @@ "Colour": "D35300", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/130.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,12 +3700,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/131.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3723,12 +3728,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/132.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3751,12 +3756,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/133.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3779,12 +3784,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/134.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3807,12 +3812,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/135.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3835,12 +3840,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/136.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3863,12 +3868,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/137.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3891,12 +3896,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/138.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3919,12 +3924,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/139.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3947,12 +3952,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/140.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3975,12 +3980,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/141.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4003,12 +4008,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/142.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4031,12 +4036,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/143.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4059,12 +4064,12 @@ "Colour": "FFC356", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/144.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4087,12 +4092,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/145.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4115,12 +4120,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/146.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4143,12 +4148,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/147.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4171,12 +4176,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/148.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4199,12 +4204,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/149.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4227,12 +4232,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/150.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4255,12 +4260,12 @@ "Colour": "BB3830", "CookingValue": 0.2, "CdnUrl": "https://cdn.nmsassistant.com/cooking/151.png", - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4283,12 +4288,12 @@ "Colour": "7B0000", "CookingValue": 0.8, "CdnUrl": "https://cdn.nmsassistant.com/cooking/152.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4311,12 +4316,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/153.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4339,13 +4344,13 @@ "Colour": "D35300", "CookingValue": 0.7, "CdnUrl": "https://cdn.nmsassistant.com/cooking/154.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4368,12 +4373,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/155.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4396,12 +4401,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/156.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4424,12 +4429,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/157.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4452,12 +4457,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/158.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4480,12 +4485,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/159.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4508,12 +4513,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/160.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4536,13 +4541,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/161.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4565,12 +4570,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/162.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4593,12 +4598,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/163.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4621,12 +4626,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/164.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4649,12 +4654,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/165.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4677,12 +4682,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/166.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4705,12 +4710,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/167.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4733,12 +4738,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/168.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4761,12 +4766,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/169.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4789,12 +4794,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/170.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4817,12 +4822,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/171.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4845,12 +4850,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/172.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4873,12 +4878,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/173.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4901,12 +4906,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/174.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4929,12 +4934,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/175.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4957,12 +4962,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/176.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4985,12 +4990,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/177.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5013,12 +5018,12 @@ "Colour": "7B0000", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/178.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5041,12 +5046,12 @@ "Colour": "007953", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/179.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5068,12 +5073,12 @@ "MaxStackSize": 50.0, "Colour": "6AD01E", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5095,12 +5100,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5123,12 +5128,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/182.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5151,13 +5156,13 @@ "Colour": "D35300", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/183.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5180,12 +5185,12 @@ "Colour": "6AD01E", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/184.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5208,12 +5213,12 @@ "Colour": "F26D15", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/185.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5236,12 +5241,12 @@ "Colour": "6AD01E", "CookingValue": 0.65, "CdnUrl": "https://cdn.nmsassistant.com/cooking/186.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5264,13 +5269,13 @@ "Colour": "D35300", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/187.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5293,13 +5298,13 @@ "Colour": "6AD01E", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/188.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5322,13 +5327,13 @@ "Colour": "6AD01E", "CookingValue": 0.4, "CdnUrl": "https://cdn.nmsassistant.com/cooking/189.png", - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5351,12 +5356,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/190.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5379,12 +5384,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/191.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5407,12 +5412,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/192.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5435,12 +5440,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/193.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5463,12 +5468,12 @@ "Colour": "8A7F72", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/194.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5491,12 +5496,12 @@ "Colour": "1EA3EE", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/195.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5519,12 +5524,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/196.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5547,12 +5552,12 @@ "Colour": "095C77", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/197.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5575,12 +5580,12 @@ "Colour": "79502E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/198.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5603,12 +5608,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/199.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5631,12 +5636,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/200.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5659,12 +5664,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/201.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5687,12 +5692,12 @@ "Colour": "F26D15", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/202.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5715,12 +5720,12 @@ "Colour": "8A7F72", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/203.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5742,12 +5747,12 @@ "MaxStackSize": 50.0, "Colour": "6AD01E", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5770,12 +5775,12 @@ "Colour": "BB3830", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/205.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5798,12 +5803,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/206.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5825,12 +5830,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5853,12 +5858,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/208.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5881,12 +5886,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/209.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5909,12 +5914,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/210.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5937,12 +5942,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/211.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5965,12 +5970,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/212.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5993,12 +5998,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/213.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6021,12 +6026,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/214.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6049,12 +6054,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/215.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6077,12 +6082,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/216.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6105,12 +6110,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/217.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6133,12 +6138,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/218.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6161,12 +6166,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/219.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6189,12 +6194,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/220.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6217,12 +6222,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/221.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6245,12 +6250,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/222.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6273,12 +6278,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/223.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6301,12 +6306,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/224.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6329,12 +6334,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/225.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6357,12 +6362,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/226.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6385,12 +6390,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/227.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6413,12 +6418,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/228.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6441,12 +6446,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/229.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6469,12 +6474,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/230.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6497,12 +6502,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/231.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6525,12 +6530,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/232.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6553,12 +6558,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/233.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6581,12 +6586,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/234.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6609,12 +6614,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/235.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6637,12 +6642,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/236.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6665,12 +6670,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/237.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6693,12 +6698,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/238.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6721,12 +6726,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/239.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6749,12 +6754,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/240.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6777,12 +6782,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/241.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6805,12 +6810,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/242.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6833,12 +6838,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/243.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6861,12 +6866,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/244.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6889,12 +6894,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/245.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6917,12 +6922,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/246.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6945,12 +6950,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/247.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6973,12 +6978,12 @@ "Colour": "6AD01E", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/248.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7001,12 +7006,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/249.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7029,12 +7034,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/250.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7057,12 +7062,12 @@ "Colour": "D35300", "CookingValue": 1.0, "CdnUrl": "https://cdn.nmsassistant.com/cooking/251.png", - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7084,12 +7089,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7111,12 +7116,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7138,12 +7143,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7165,12 +7170,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7192,12 +7197,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7219,12 +7224,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7246,12 +7251,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7273,12 +7278,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7300,12 +7305,12 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.2, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7327,13 +7332,13 @@ "MaxStackSize": 50.0, "Colour": "DEDCD1", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7355,13 +7360,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7383,13 +7388,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7411,13 +7416,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7439,12 +7444,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7466,12 +7471,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7493,12 +7498,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7520,12 +7525,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7547,12 +7552,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7574,12 +7579,12 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7601,13 +7606,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7629,13 +7634,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7657,13 +7662,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7685,13 +7690,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7713,13 +7718,13 @@ "MaxStackSize": 50.0, "Colour": "BB3830", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7741,13 +7746,13 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7769,12 +7774,12 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 0.65, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7796,12 +7801,12 @@ "MaxStackSize": 50.0, "Colour": "DEDCD1", "CookingValue": 0.9, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7823,12 +7828,12 @@ "MaxStackSize": 50.0, "Colour": "F26D15", "CookingValue": 1.0, - "Usages": { - "HasCookUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7850,12 +7855,12 @@ "MaxStackSize": 50.0, "Colour": "FFC356", "CookingValue": 0.4, - "Usages": { - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -7877,13 +7882,13 @@ "MaxStackSize": 50.0, "Colour": "D35300", "CookingValue": 0.7, - "Usages": { - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/zh-hant/Curiosity.lang.json b/assets/json/zh-hant/Curiosity.lang.json index 140ffdbe..97145c00 100644 --- a/assets/json/zh-hant/Curiosity.lang.json +++ b/assets/json/zh-hant/Curiosity.lang.json @@ -10,11 +10,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -34,12 +34,12 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -59,9 +59,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/3.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -94,11 +94,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -123,11 +123,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -156,11 +156,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -189,11 +189,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -222,11 +222,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/8.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -255,11 +255,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/9.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -288,11 +288,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/10.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -321,11 +321,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -354,11 +354,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/12.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,11 +387,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/13.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -420,11 +420,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/14.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -445,14 +445,14 @@ "Colour": "CCCCCC", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/curiosities/15.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -472,11 +472,11 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/16.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -496,12 +496,12 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -522,13 +522,13 @@ "Colour": "CCCCCC", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/curiosities/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -548,12 +548,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -573,10 +573,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -609,12 +609,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/21.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -634,10 +634,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/22.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -657,11 +657,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -681,11 +681,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/24.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -705,9 +705,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -727,9 +727,9 @@ "MaxStackSize": 5.0, "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -749,11 +749,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -773,11 +773,12 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/28.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -799,11 +800,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/29.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -825,12 +826,12 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -852,11 +853,11 @@ "MaxStackSize": 25.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/31.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -878,12 +879,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/32.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -903,9 +904,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -925,9 +926,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -947,9 +948,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -969,10 +970,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/36.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -992,9 +993,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1014,9 +1015,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/38.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1036,10 +1037,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/39.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1059,10 +1060,10 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/40.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1082,9 +1083,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/41.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1113,9 +1114,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/42.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1144,9 +1145,9 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/43.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 2, @@ -1175,10 +1176,10 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/44.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1198,10 +1199,10 @@ "MaxStackSize": 15.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/45.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1221,9 +1222,9 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/curiosities/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1242,9 +1243,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1263,9 +1264,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1284,9 +1285,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1305,9 +1306,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1326,10 +1327,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1350,10 +1351,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1374,10 +1375,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1396,10 +1397,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,10 +1419,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1442,10 +1443,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1464,10 +1465,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1486,10 +1487,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1510,10 +1511,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1532,10 +1533,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1554,10 +1555,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1578,10 +1579,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1600,10 +1601,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1622,9 +1623,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "DEDCD1", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 5000, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1642,9 +1644,9 @@ "BaseValueUnits": 256000.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/zh-hant/Factions.lang.json b/assets/json/zh-hant/Factions.lang.json new file mode 100644 index 00000000..ecdd34b3 --- /dev/null +++ b/assets/json/zh-hant/Factions.lang.json @@ -0,0 +1,1527 @@ +{ + "Milestone": "里程碑", + "Category": "類別", + "Categories": [ + { + "Id": "journey", + "Name": "旅程里程碑", + "Description": "無窮無盡的旅程:在無邊無境的宇宙探索求生", + "Missions": [], + "Additional": [ + "NavigateToJourneyPage" + ] + } + ], + "Lifeform": "生命體", + "Lifeforms": [ + { + "Id": "gek", + "Name": "吉客族", + "Description": "這體型嬌小的喙嘴爬蟲類生命體是銀河界最傑出的商人。他們能精心釋出費洛蒙,藉此溝通,透過氣味傳達複雜的概念和情緒。\n\n他們來自巴拉隆星球。其他智慧生命體都對他們抱持懷疑態度,因為吉客族第一世代是靠著血腥的手段,才建立起現在的偉大帝國。", + "Missions": [ + { + "Name": "聲望", + "Icon": "faction/MEDAL.GEKGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "對手", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "競爭者", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.GEKNONE.png", + "Name": "客戶", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "客人", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "重要客戶", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.GEKBRONZE.png", + "Name": "同事", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "夥伴", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "朋友", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "最好的朋友", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.GEKSILVER.png", + "Name": "備受寵愛", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.GEKGOLD.png", + "Name": "商王", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "完成任務", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "收集詞彙數", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "牙牙學語", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "初來乍到", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "莘莘學子", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "正常理解", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "學者", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "流暢無阻", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "翻譯家", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "語言學家", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "多語能者", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "博學通譯", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "人體翻譯機", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "造訪星系", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + }, + { + "Id": "vykeen", + "Name": "維金族", + "Description": "維金族是來自德林達厄星系的好戰生物,熱衷襲擊巡警。他們在維金族總司令的指揮下,於銀河各地對抗巡警的威脅。\n\n雖然維金族外表兇猛,卻受嚴格的行為準則約束。對他們來說,忠誠、犧牲、死得其所遠比物質和知識來得珍貴。他們也誓言盡全力幫助旅行者。", + "Missions": [ + { + "Name": "聲望", + "Icon": "faction/MEDAL.VYKEENGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "敵人", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "毀謗者", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.VYKEENOFF.png", + "Name": "中性", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "協同者", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "盟友", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.VYKEENBRONZE.png", + "Name": "緊密盟友", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "戰友", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "教師", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "副官", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.VYKEENSILVER.png", + "Name": "指揮官", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.VYKEENGOLD.png", + "Name": "聖殿騎士", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "完成任務", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "收集詞彙數", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "牙牙學語", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "初來乍到", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "莘莘學子", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "正常理解", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "學者", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "流暢無阻", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "翻譯家", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "語言學家", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "多語能者", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "博學通譯", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "人體翻譯機", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "造訪星系", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + }, + { + "Id": "explorer", + "Name": "科瓦族", + "Description": "科瓦族存在體是無機生命體,棲於代代相傳的金屬外殼內。他們相信藉由數學研究能觸及寰宇的高度,想達成理想就得研究巡警。\n\n每位科瓦族都是純粹的精神體,科瓦族的偉大議會就是由這些心靈聚集而成。他們與這集體意識的連結遠比他們棲息的軀殼重要。\n\n科瓦族曾是吉客族第一世代的奴隸,許多科瓦族至今仍不相信吉客族。", + "Missions": [ + { + "Name": "聲望", + "Icon": "faction/MEDAL.KORVAXGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "討厭鬼", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "煩躁", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.KORVAXNONE.png", + "Name": "未研究", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "重要地點", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "測試對象", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.KORVAXBRONZE.png", + "Name": "研究重點", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "考驗候選人", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "舉足輕重", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "救世主", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.KORVAXSILVER.png", + "Name": "獨一無二", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.KORVAXGOLD.png", + "Name": "寰宇旅行者", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "完成任務", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "收集詞彙數", + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WORDSOFF.png", + "Name": "牙牙學語", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "初來乍到", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "莘莘學子", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "正常理解", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "學者", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WORDSBRONZE.png", + "Name": "流暢無阻", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "翻譯家", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "語言學家", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "多語能者", + "RequiredProgress": 80 + }, + { + "Icon": "faction/MEDAL.WORDSSILVER.png", + "Name": "博學通譯", + "RequiredProgress": 100 + }, + { + "Icon": "faction/MEDAL.WORDSGOLD.png", + "Name": "人體翻譯機", + "RequiredProgress": 150 + } + ] + }, + { + "Name": "造訪星系", + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANETOFF.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.PLANETBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANETSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANETGOLD.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 60 + } + ] + } + ] + } + ], + "Guild": "工會", + "Guilds": [ + { + "Id": "traGuild", + "Name": "商人工會", + "Description": "代表銀河系的貿易公司和獨立商人之集體組織,代成員控管並分派任務給受雇駕駛員。\n\n商人工會很自然是由吉客族主導,但工會並不排外。只要生命體的資本準備金達到要求,就歡迎加入工會......", + "Missions": [ + { + "Name": "聲望", + "Icon": "faction/MEDAL.MERCHGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "過街老鼠", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "不懷好意", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.MERCHNONE.png", + "Name": "未知", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "新手", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "學徒", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MERCHBRONZE.png", + "Name": "熟手", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "同夥", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "資深", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "大師", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MERCHSILVER.png", + "Name": "長者", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.MERCHGOLD.png", + "Name": "崇高", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "完成任務", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "累積貨幣數", + "Icon": "faction/MEDAL.UNITSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.UNITSOFF.png", + "Name": "新的生意", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "太空貨運商", + "RequiredProgress": 75000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "貿易商", + "RequiredProgress": 100000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "搖錢樹", + "RequiredProgress": 150000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "商人", + "RequiredProgress": 250000 + }, + { + "Icon": "faction/MEDAL.UNITSBRONZE.png", + "Name": "積極進取", + "RequiredProgress": 500000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "企業家", + "RequiredProgress": 750000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "投資人", + "RequiredProgress": 1000000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "大資本家", + "RequiredProgress": 1250000 + }, + { + "Icon": "faction/MEDAL.UNITSSILVER.png", + "Name": "大亨", + "RequiredProgress": 1500000 + }, + { + "Icon": "faction/MEDAL.UNITSGOLD.png", + "Name": "巨頭", + "RequiredProgress": 2000000 + } + ] + }, + { + "Name": "種植植物", + "Icon": "faction/MEDAL.PLANTSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PLANTSOFF.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PLANTSBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.PLANTSSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.PLANTSGOLD.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 80 + } + ] + } + ] + }, + { + "Id": "warGuild", + "Name": "傭兵工會", + "Description": "銀河系的傭兵組成的鬆散集團,工會內有許多派系鬥爭,許多派系想藉機幹掉彼此。\n\n工會成員包含海盜、義警、臥底執法人員、異教徒、惡棍和勇士。傭兵工會能確保將適當的工作分發給適當的機會主義武裝團體,維護銀河的和平。", + "Missions": [ + { + "Name": "聲望", + "Icon": "faction/MEDAL.WARRIORGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "過街老鼠", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "不懷好意", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.WARRIORNONE.png", + "Name": "未知", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "新手", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "學徒", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.WARRIORBRONZE.png", + "Name": "熟手", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "同夥", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "資深", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "大師", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.WARRIORSILVER.png", + "Name": "長者", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.WARRIORGOLD.png", + "Name": "崇高", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "完成任務", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "已摧毀巡警", + "Icon": "faction/MEDAL.SENTINELSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.SENTINELSOFF.png", + "Name": "不受干擾", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "初學者", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "麻煩精", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "好戰的傢伙", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "麻煩人物", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.SENTINELSBRONZE.png", + "Name": "戰士", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "威脅", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "惡名昭彰", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "危險", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.SENTINELSSILVER.png", + "Name": "專家", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.SENTINELSGOLD.png", + "Name": "傳說", + "RequiredProgress": 80 + } + ] + }, + { + "Name": "消滅太空船數", + "Icon": "faction/MEDAL.PIRATESGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.PIRATESOFF.png", + "Name": "初生之犢", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "初學者", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "麻煩精", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "好戰的傢伙", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "麻煩人物", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.PIRATESBRONZE.png", + "Name": "戰士", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "威脅", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "惡名昭彰", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "危險", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.PIRATESSILVER.png", + "Name": "專家", + "RequiredProgress": 70 + }, + { + "Icon": "faction/MEDAL.PIRATESGOLD.png", + "Name": "傳說", + "RequiredProgress": 80 + } + ] + } + ] + }, + { + "Id": "traGuild", + "Name": "探險家工會", + "Description": "探險家工會是研究員和探險家的共同組織,方便有資料需求的成員找到合適的資料收集員。\n\n會員五花八門,有科學機構、地理協會和科技公司,時不時也有獨立探險家加入。工會提供共用資源、共享實驗室、系列講座和每年一度的獎章。", + "Missions": [ + { + "Name": "聲望", + "Icon": "faction/MEDAL.EXPLORERGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "過街老鼠", + "RequiredProgress": -5 + }, + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "不懷好意", + "RequiredProgress": -2 + }, + { + "Icon": "faction/MEDAL.EXPLORERNONE.png", + "Name": "未知", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "新手", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "學徒", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.EXPLORERBRONZE.png", + "Name": "熟手", + "RequiredProgress": 14 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "同夥", + "RequiredProgress": 21 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "資深", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "大師", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.EXPLORERSILVER.png", + "Name": "長者", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.EXPLORERGOLD.png", + "Name": "崇高", + "RequiredProgress": 100 + } + ] + }, + { + "Name": "完成任務", + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.MEDALOFF.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 8 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 12 + }, + { + "Icon": "faction/MEDAL.MEDALBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.MEDALSILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.MEDALGOLD.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 60 + } + ] + }, + { + "Name": "掃描罕見生物", + "Icon": "faction/MEDAL.CREATURESGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.CREATUREOFF.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 3 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.CREATUREBRONZE.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 25 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 35 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.CREATURESILVER.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 45 + }, + { + "Icon": "faction/MEDAL.CREATURESGOLD.png", + "Name": "總計:%AMOUNT%", + "RequiredProgress": 50 + } + ] + }, + { + "Name": "太空探索", + "Icon": "faction/MEDAL.WARPSGOLD.png", + "Tiers": [ + { + "Icon": "faction/MEDAL.WARPSOFF.png", + "Name": "觀星人", + "RequiredProgress": 0 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "開拓者", + "RequiredProgress": 5 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "偵查員", + "RequiredProgress": 10 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "空間跳躍啟動", + "RequiredProgress": 15 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "考察者", + "RequiredProgress": 20 + }, + { + "Icon": "faction/MEDAL.WARPSBRONZE.png", + "Name": "漫遊者", + "RequiredProgress": 25 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "航行者", + "RequiredProgress": 30 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "先鋒", + "RequiredProgress": 40 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "探索者", + "RequiredProgress": 50 + }, + { + "Icon": "faction/MEDAL.WARPSSILVER.png", + "Name": "監督者", + "RequiredProgress": 60 + }, + { + "Icon": "faction/MEDAL.WARPSGOLD.png", + "Name": "發現者", + "RequiredProgress": 75 + } + ] + } + ] + } + ] +} \ 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 550b001c..3ac00124 100644 --- a/assets/json/zh-hant/Others.lang.json +++ b/assets/json/zh-hant/Others.lang.json @@ -9,10 +9,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -34,10 +34,10 @@ "MaxStackSize": 20.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/2.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -59,11 +59,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/other/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -83,11 +83,11 @@ "MaxStackSize": 5.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/other/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -107,10 +107,10 @@ "MaxStackSize": 20.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/other/5.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -130,10 +130,10 @@ "MaxStackSize": 20.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/6.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -153,10 +153,10 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/7.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -176,10 +176,11 @@ "MaxStackSize": 5.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/other/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -198,9 +199,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/9.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -219,9 +220,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -240,9 +241,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -261,9 +263,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -282,9 +284,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -303,9 +305,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -324,9 +327,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -345,9 +349,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/16.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -366,9 +371,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/17.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -387,9 +393,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/18.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -408,9 +414,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/19.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -429,9 +435,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/20.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -450,9 +457,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,9 +479,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/22.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -492,9 +501,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -513,9 +522,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -534,9 +544,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -555,9 +565,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/26.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -576,9 +586,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -597,9 +607,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/28.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -618,9 +629,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -639,9 +651,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -660,9 +672,10 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -681,9 +694,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -702,9 +715,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -723,9 +736,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -744,9 +757,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -765,9 +778,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -786,9 +799,9 @@ "CurrencyType": "Quicksilver", "Colour": "007951", "CdnUrl": "https://cdn.nmsassistant.com/other/37.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -807,10 +820,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -829,9 +842,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -850,10 +863,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -872,9 +885,9 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -893,9 +906,9 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -914,9 +927,9 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -935,9 +948,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -956,9 +969,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -977,9 +990,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/46.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1003,9 +1016,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/47.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1029,9 +1042,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/48.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1055,9 +1068,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/49.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1081,9 +1094,10 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/50.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1107,9 +1121,9 @@ "CurrencyType": "Quicksilver", "Colour": "2C7C9F", "CdnUrl": "https://cdn.nmsassistant.com/other/51.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1133,9 +1147,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1154,9 +1168,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1175,9 +1189,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1196,9 +1210,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1217,9 +1231,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1238,9 +1252,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1259,9 +1273,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1280,9 +1294,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1301,9 +1315,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1322,9 +1336,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1343,9 +1357,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1364,9 +1378,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1385,9 +1399,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1406,9 +1420,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1427,9 +1441,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1448,9 +1462,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1469,9 +1483,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1490,9 +1504,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1511,9 +1525,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1532,9 +1546,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1553,9 +1567,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1574,9 +1588,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1595,9 +1609,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1616,9 +1630,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1637,9 +1651,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1658,9 +1672,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1679,9 +1693,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1700,9 +1714,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1730,9 +1744,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1756,9 +1770,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1782,9 +1796,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1808,9 +1822,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1834,9 +1848,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1860,9 +1874,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1886,9 +1900,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1912,9 +1926,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1938,9 +1952,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1964,9 +1978,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1985,9 +1999,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2006,9 +2020,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2027,9 +2041,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2047,9 +2061,9 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "311A49", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2070,9 +2084,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2096,9 +2110,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2122,9 +2136,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2148,9 +2162,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2174,9 +2188,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2200,9 +2214,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2221,9 +2235,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2242,9 +2256,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2263,9 +2277,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2284,9 +2298,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2305,9 +2319,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2326,9 +2340,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2347,9 +2361,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2368,9 +2382,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2389,9 +2403,9 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2410,9 +2424,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2431,9 +2445,10 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2452,9 +2467,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2473,10 +2488,10 @@ "CurrencyType": "Credits", "MaxStackSize": 15.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2495,9 +2510,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2516,9 +2532,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2537,9 +2554,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2558,9 +2576,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2579,9 +2598,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2605,9 +2625,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2626,9 +2647,11 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2647,9 +2670,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2668,9 +2693,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2689,9 +2716,11 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2710,9 +2739,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2736,9 +2766,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2757,9 +2787,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2778,9 +2808,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2799,9 +2829,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2820,9 +2850,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2841,9 +2871,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2862,9 +2892,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2883,9 +2913,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2904,9 +2934,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2925,9 +2955,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2946,9 +2976,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2967,9 +2997,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2987,7 +3017,10 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [ + "IsExpeditionSeason1Reward", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3005,7 +3038,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3023,7 +3056,9 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [ + "IsExpeditionSeason1Reward" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3041,7 +3076,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3059,7 +3094,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3077,7 +3112,7 @@ "BaseValueUnits": 0.0, "CurrencyType": "Credits", "Colour": "2C7C9F", - "Usages": {}, + "Usages": [], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3095,9 +3130,9 @@ "BaseValueUnits": 80.0, "CurrencyType": "Quicksilver", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3117,9 +3152,9 @@ "BaseValueUnits": 3200.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3138,9 +3173,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3159,9 +3195,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3180,9 +3217,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason2Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3218,9 +3256,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3239,9 +3278,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3265,9 +3305,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3286,9 +3327,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3307,9 +3349,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason3Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3328,9 +3371,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3349,9 +3393,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3370,9 +3415,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3391,9 +3437,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3412,9 +3459,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3433,9 +3481,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3454,9 +3503,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3475,9 +3525,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3496,9 +3547,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3517,9 +3569,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3538,9 +3591,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3559,9 +3613,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3580,9 +3635,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3601,9 +3657,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3622,9 +3679,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsTwitchCapaign1Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3643,9 +3701,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3669,9 +3727,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,9 +3753,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3721,9 +3779,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3747,9 +3805,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3773,9 +3831,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3799,9 +3857,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3825,9 +3883,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3851,9 +3909,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3877,9 +3935,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3903,9 +3961,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3929,9 +3987,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3955,9 +4013,9 @@ "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3981,9 +4039,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4002,10 +4060,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4024,10 +4082,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4046,9 +4104,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4067,9 +4126,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "262626", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4088,9 +4148,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4109,9 +4170,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4135,9 +4197,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4156,9 +4219,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4177,9 +4241,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4198,9 +4263,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4224,9 +4290,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason4Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4260,9 +4327,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4281,9 +4348,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4302,9 +4369,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4323,9 +4390,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4344,9 +4411,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4365,10 +4432,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4389,10 +4456,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4413,10 +4480,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4437,10 +4504,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4461,10 +4528,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4485,9 +4552,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4506,9 +4574,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4527,9 +4596,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4548,9 +4618,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "2C7C9F", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4574,9 +4645,10 @@ "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "007951", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4595,9 +4667,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsExpeditionSeason5Reward" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/zh-hant/Products.lang.json b/assets/json/zh-hant/Products.lang.json index ce55a5f7..f0064fbe 100644 --- a/assets/json/zh-hant/Products.lang.json +++ b/assets/json/zh-hant/Products.lang.json @@ -10,11 +10,11 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -43,10 +43,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -76,13 +76,13 @@ "Colour": "F3A923", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/products/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasCookUsing": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasCookUsing", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -107,10 +107,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/4.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -130,11 +131,11 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -159,10 +160,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -187,10 +188,10 @@ "MaxStackSize": 10.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -219,10 +220,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -242,10 +244,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/9.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -265,10 +268,11 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/10.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -288,13 +292,13 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -319,10 +323,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/12.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -351,10 +355,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/13.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -383,10 +387,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/14.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -415,10 +419,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/15.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -447,10 +451,10 @@ "MaxStackSize": 5.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/16.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -479,13 +483,13 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 0, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -514,12 +518,12 @@ "MaxStackSize": 10.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -548,14 +552,14 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -584,13 +588,13 @@ "MaxStackSize": 100.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -619,10 +623,11 @@ "MaxStackSize": 100.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/21.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -642,11 +647,11 @@ "MaxStackSize": 50.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/22.png", - "Usages": { - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -675,14 +680,14 @@ "MaxStackSize": 100.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -711,10 +716,11 @@ "MaxStackSize": 100.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/24.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -734,10 +740,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/25.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -766,10 +772,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/26.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -798,10 +804,10 @@ "MaxStackSize": 5.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -830,13 +836,13 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/28.png", - "Usages": { - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -865,12 +871,12 @@ "MaxStackSize": 20.0, "Colour": "C01746", "CdnUrl": "https://cdn.nmsassistant.com/products/29.png", - "Usages": { - "HasUsedToRecharge": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToRecharge", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -903,11 +909,11 @@ "MaxStackSize": 5000.0, "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/products/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "CraftingOutputAmount": 1250, "BlueprintCost": 1, "BlueprintCostType": "None", @@ -933,9 +939,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -955,9 +962,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -977,9 +985,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -999,9 +1008,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -1021,9 +1031,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 1, @@ -1043,9 +1054,10 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/36.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties", + "IsNoLongerObtainable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1065,11 +1077,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/49.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1098,10 +1110,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/51.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -1130,10 +1142,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/52.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1162,10 +1174,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/53.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -1194,11 +1206,11 @@ "MaxStackSize": 25.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/54.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1223,11 +1235,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/55.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1252,10 +1264,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/56.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1284,11 +1296,11 @@ "MaxStackSize": 20.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/57.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1317,10 +1329,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/58.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1349,12 +1361,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/59.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1383,12 +1395,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/60.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1417,12 +1429,12 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/61.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1451,11 +1463,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/62.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1484,10 +1496,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/63.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1516,11 +1528,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/64.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1549,11 +1561,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/65.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1582,10 +1594,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/66.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1614,11 +1626,11 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/67.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1647,10 +1659,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/68.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1679,10 +1691,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/69.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1711,10 +1723,10 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/70.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1743,13 +1755,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/71.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1778,13 +1790,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/72.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1813,13 +1825,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/73.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1848,13 +1860,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/74.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1883,13 +1895,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/75.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1918,13 +1930,13 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/76.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1953,12 +1965,12 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/77.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -1991,12 +2003,12 @@ "MaxStackSize": 5.0, "Colour": "F3A923", "CdnUrl": "https://cdn.nmsassistant.com/products/78.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2029,9 +2041,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/79.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2064,9 +2076,9 @@ "MaxStackSize": 5.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/80.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 1, @@ -2099,10 +2111,10 @@ "MaxStackSize": 20.0, "Colour": "0063B7", "CdnUrl": "https://cdn.nmsassistant.com/products/81.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2122,9 +2134,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/82.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2144,9 +2156,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/83.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2166,9 +2178,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/84.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2188,9 +2200,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/85.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2210,9 +2222,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/86.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2232,9 +2244,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/87.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2254,9 +2266,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/88.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2276,9 +2288,9 @@ "MaxStackSize": 5.0, "Colour": "1E2328", "CdnUrl": "https://cdn.nmsassistant.com/products/89.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2298,9 +2310,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/90.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2333,9 +2345,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/91.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2368,9 +2380,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/92.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2403,9 +2415,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/93.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2434,9 +2446,9 @@ "MaxStackSize": 5.0, "Colour": "311A49", "CdnUrl": "https://cdn.nmsassistant.com/products/94.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2455,9 +2467,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2476,9 +2488,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2497,9 +2509,9 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2519,10 +2531,10 @@ "MaxStackSize": 150.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/products/98.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2541,10 +2553,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2675,9 +2687,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2696,9 +2708,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2717,9 +2729,9 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "CCCCCC", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2738,10 +2750,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2762,10 +2774,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2786,10 +2798,10 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2810,10 +2822,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2845,10 +2857,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2880,10 +2892,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2911,10 +2923,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2946,10 +2958,10 @@ "CurrencyType": "Credits", "MaxStackSize": 10.0, "Colour": "F3A923", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "FactoryOverride", "BlueprintSource": 0, @@ -2981,11 +2993,11 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3006,11 +3018,11 @@ "CurrencyType": "Credits", "MaxStackSize": 25.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3030,10 +3042,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3051,10 +3063,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3072,10 +3084,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3093,10 +3105,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3114,10 +3126,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3135,10 +3147,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3156,10 +3168,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3177,10 +3189,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3198,10 +3210,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3219,10 +3231,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3240,10 +3252,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3261,10 +3273,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3282,10 +3294,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3303,10 +3315,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3324,10 +3336,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3345,10 +3357,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3366,10 +3378,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3387,10 +3399,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3408,10 +3420,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3429,10 +3441,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3450,10 +3462,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3471,10 +3483,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3492,10 +3504,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3513,10 +3525,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3534,10 +3546,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3555,10 +3567,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3576,10 +3588,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3597,10 +3609,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3619,10 +3631,10 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3643,11 +3655,11 @@ "CurrencyType": "Credits", "MaxStackSize": 5.0, "Colour": "4D2957", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3666,10 +3678,10 @@ "CurrencyType": "Credits", "MaxStackSize": 20.0, "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3689,10 +3701,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3710,10 +3722,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3731,10 +3743,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3752,10 +3764,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3773,10 +3785,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3796,10 +3808,10 @@ "BaseValueUnits": 16.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3819,11 +3831,11 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3841,11 +3853,11 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3863,12 +3875,12 @@ "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "Colour": "4D2957", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsConsumable": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsConsumable", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3886,10 +3898,10 @@ "BaseValueUnits": 3200.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3922,10 +3934,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3943,10 +3955,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3964,10 +3976,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3985,10 +3997,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4006,10 +4018,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4027,10 +4039,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4048,10 +4060,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Credits", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/zh-hant/RawMaterials.lang.json b/assets/json/zh-hant/RawMaterials.lang.json index 6e0eb888..5d77c615 100644 --- a/assets/json/zh-hant/RawMaterials.lang.json +++ b/assets/json/zh-hant/RawMaterials.lang.json @@ -12,15 +12,15 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/1.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -42,15 +42,15 @@ "Colour": "BB3830", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/2.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -71,14 +71,14 @@ "MaxStackSize": 9999.0, "Colour": "BB3830", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/3.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -99,12 +99,12 @@ "MaxStackSize": 9999.0, "Colour": "DEDCD1", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/4.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -125,14 +125,14 @@ "MaxStackSize": 9999.0, "Colour": "355A7D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/5.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -153,13 +153,13 @@ "MaxStackSize": 9999.0, "Colour": "355A7D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/6.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -180,13 +180,13 @@ "MaxStackSize": 9999.0, "Colour": "DEDCD1", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/7.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -207,13 +207,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/8.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -234,13 +234,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/9.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -261,13 +261,13 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/10.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -288,12 +288,12 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/11.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -314,14 +314,14 @@ "MaxStackSize": 9999.0, "Colour": "F26D15", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/12.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -342,14 +342,14 @@ "MaxStackSize": 9999.0, "Colour": "F26D15", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/13.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -370,13 +370,13 @@ "MaxStackSize": 9999.0, "Colour": "005C83", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/14.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -397,13 +397,13 @@ "MaxStackSize": 9999.0, "Colour": "005C83", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/15.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -425,14 +425,14 @@ "Colour": "1E8A42", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/16.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -453,13 +453,13 @@ "MaxStackSize": 9999.0, "Colour": "1E8A42", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/17.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -480,12 +480,12 @@ "MaxStackSize": 9999.0, "Colour": "1E8A42", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/18.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -506,13 +506,13 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/19.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -533,13 +533,13 @@ "MaxStackSize": 9999.0, "Colour": "7B0000", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/20.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -560,13 +560,13 @@ "MaxStackSize": 9999.0, "Colour": "36611C", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/21.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -587,13 +587,13 @@ "MaxStackSize": 9999.0, "Colour": "01387D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/22.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -615,15 +615,15 @@ "Colour": "260000", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/23.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -644,13 +644,13 @@ "MaxStackSize": 9999.0, "Colour": "4E404F", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/24.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -671,14 +671,14 @@ "MaxStackSize": 9999.0, "Colour": "E57002", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/25.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -699,14 +699,14 @@ "MaxStackSize": 9999.0, "Colour": "00A64D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/26.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -727,14 +727,14 @@ "MaxStackSize": 9999.0, "Colour": "FFAD00", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/27.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -755,14 +755,14 @@ "MaxStackSize": 9999.0, "Colour": "1E4FD0", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/28.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -783,14 +783,14 @@ "MaxStackSize": 9999.0, "Colour": "DB2400", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/29.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -812,15 +812,15 @@ "Colour": "512741", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/30.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -841,13 +841,13 @@ "MaxStackSize": 9999.0, "Colour": "4D2957", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/31.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -868,14 +868,14 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/32.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -896,14 +896,14 @@ "MaxStackSize": 9999.0, "Colour": "AA6E06", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/33.png", - "Usages": { - "HasUsedToCraft": true, - "HasUsedToRecharge": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasUsedToRecharge", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -924,13 +924,13 @@ "MaxStackSize": 9999.0, "Colour": "507575", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/34.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -951,13 +951,13 @@ "MaxStackSize": 9999.0, "Colour": "265E3A", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/35.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -978,13 +978,13 @@ "MaxStackSize": 9999.0, "Colour": "4C3780", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/36.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1005,13 +1005,13 @@ "MaxStackSize": 9999.0, "Colour": "DE921F", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/37.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1032,12 +1032,12 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/38.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1058,11 +1058,11 @@ "MaxStackSize": 9999.0, "Colour": "7B0000", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/39.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1083,11 +1083,11 @@ "MaxStackSize": 9999.0, "Colour": "36611C", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/40.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1108,11 +1108,11 @@ "MaxStackSize": 9999.0, "Colour": "01387D", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/41.png", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1134,14 +1134,14 @@ "Colour": "00A64D", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/42.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1163,14 +1163,14 @@ "Colour": "1E4FD0", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/43.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1192,14 +1192,14 @@ "Colour": "C5871D", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/44.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1221,14 +1221,14 @@ "Colour": "239626", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/45.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1250,14 +1250,14 @@ "Colour": "B94318", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/46.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1279,14 +1279,14 @@ "Colour": "208DAB", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/47.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1308,13 +1308,13 @@ "Colour": "5B6F35", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/48.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1336,13 +1336,13 @@ "Colour": "005C83", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/49.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1364,14 +1364,14 @@ "Colour": "79502E", "CookingValue": 0.0, "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/50.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasCookToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasCookToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1392,12 +1392,12 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/51.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1418,13 +1418,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/52.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1445,12 +1445,12 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/53.png", - "Usages": { - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1471,13 +1471,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/54.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1498,13 +1498,13 @@ "MaxStackSize": 9999.0, "Colour": "5B6F35", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/55.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasRefinedToCreate": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasRefinedToCreate", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1525,11 +1525,11 @@ "MaxStackSize": 9999.0, "Colour": "1E354E", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/56.png", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedUsing": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedUsing", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1550,9 +1550,9 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/57.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1573,9 +1573,9 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/58.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1596,10 +1596,10 @@ "MaxStackSize": 9999.0, "Colour": "E59001", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/59.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1620,10 +1620,10 @@ "MaxStackSize": 9999.0, "Colour": "8A7F72", "CdnUrl": "https://cdn.nmsassistant.com/rawMaterials/60.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1643,11 +1643,11 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "1A2733", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1667,10 +1667,10 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "DEDCD1", - "Usages": { - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1690,9 +1690,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1712,9 +1712,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1734,9 +1734,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1756,9 +1756,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1778,9 +1778,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1800,9 +1800,9 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "8A7F72", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1822,11 +1822,11 @@ "CurrencyType": "Credits", "MaxStackSize": 9999.0, "Colour": "512741", - "Usages": { - "HasUsedToCraft": true, - "HasRefinedToCreate": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasRefinedToCreate", + "HasDevProperties" + ], "BlueprintCost": 0, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/zh-hant/Technology.lang.json b/assets/json/zh-hant/Technology.lang.json index ebcf160a..c210eb3d 100644 --- a/assets/json/zh-hant/Technology.lang.json +++ b/assets/json/zh-hant/Technology.lang.json @@ -8,10 +8,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -34,9 +34,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -63,10 +63,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -89,9 +89,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -114,9 +114,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -139,9 +139,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -168,9 +168,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 200, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -197,10 +197,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -231,10 +231,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -265,10 +265,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -299,10 +299,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -333,9 +333,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -366,9 +366,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -395,9 +395,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -424,9 +424,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -457,9 +457,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -486,9 +486,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 350, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -519,9 +519,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 240, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -552,9 +552,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -577,9 +577,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 310, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -610,9 +610,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 580, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -643,9 +643,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -672,10 +672,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -702,9 +702,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -731,10 +731,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -761,9 +761,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -794,9 +794,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -827,9 +827,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -856,10 +856,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -886,9 +886,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -915,9 +915,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -944,9 +944,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 200, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -973,10 +973,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1003,9 +1003,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 85, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1036,9 +1036,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 100, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1065,9 +1065,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 50, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1094,9 +1094,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1123,9 +1123,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1152,9 +1152,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1181,9 +1181,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1210,9 +1210,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1239,9 +1239,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1268,9 +1268,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1297,9 +1297,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1326,9 +1326,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 75, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1359,9 +1359,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1388,9 +1388,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1417,10 +1417,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1451,9 +1451,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1476,9 +1476,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1505,9 +1505,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1530,9 +1530,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1559,9 +1559,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1592,9 +1592,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1621,9 +1621,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1646,9 +1646,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1671,9 +1671,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1700,9 +1700,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 320, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1733,9 +1733,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 50, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1762,9 +1762,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1791,9 +1791,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1820,10 +1820,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1846,9 +1846,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 75, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1879,9 +1879,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1912,9 +1912,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1941,9 +1941,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -1970,9 +1970,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1995,9 +1995,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2020,10 +2020,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2054,10 +2054,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2084,10 +2084,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2118,9 +2118,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2147,9 +2147,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2176,9 +2176,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2205,9 +2205,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2234,9 +2234,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2263,9 +2263,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2288,9 +2288,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2313,9 +2313,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2346,9 +2346,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2371,9 +2371,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2404,9 +2404,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2437,9 +2437,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2466,9 +2466,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2499,9 +2499,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2532,9 +2532,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2565,9 +2565,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2594,9 +2594,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 320, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2627,9 +2627,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2660,9 +2660,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2693,9 +2693,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2722,9 +2722,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2751,10 +2751,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2781,9 +2781,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2814,9 +2814,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 450, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2847,9 +2847,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 10, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2880,9 +2880,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 350, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -2913,9 +2913,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2938,9 +2938,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2963,9 +2963,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2988,9 +2988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3017,9 +3017,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3042,9 +3042,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3067,9 +3067,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3092,9 +3092,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3121,9 +3121,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3146,9 +3146,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3171,9 +3171,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3196,9 +3196,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3221,9 +3221,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3246,9 +3246,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3275,9 +3275,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3300,9 +3300,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3325,9 +3325,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3350,9 +3350,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3375,9 +3375,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3404,9 +3404,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3429,9 +3429,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3458,9 +3458,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3487,9 +3487,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3516,9 +3516,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3545,9 +3545,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3570,9 +3570,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3595,9 +3595,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3620,9 +3620,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3645,9 +3645,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3670,9 +3670,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,9 +3695,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3728,9 +3728,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3761,9 +3761,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3794,9 +3794,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 4, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3827,9 +3827,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 8, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3860,9 +3860,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 12, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3893,9 +3893,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3926,9 +3926,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 360, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3955,9 +3955,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -3988,9 +3988,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 460, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4021,9 +4021,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 240, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4054,9 +4054,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4087,9 +4087,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4116,9 +4116,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4145,9 +4145,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4170,9 +4170,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4199,9 +4199,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4232,9 +4232,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4265,9 +4265,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4294,9 +4294,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4327,9 +4327,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4356,9 +4356,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4385,9 +4385,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4418,9 +4418,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "7B0000", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4451,10 +4451,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4481,10 +4481,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4511,10 +4511,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4541,10 +4541,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4571,9 +4571,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4600,9 +4600,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4629,9 +4629,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 5, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4662,9 +4662,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4691,10 +4691,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 160, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -4721,9 +4721,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4754,9 +4754,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4787,9 +4787,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4820,9 +4820,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4853,9 +4853,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4886,9 +4886,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4919,9 +4919,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4952,9 +4952,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -4985,9 +4985,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5018,9 +5018,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5051,9 +5051,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5084,9 +5084,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5113,9 +5113,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5146,9 +5146,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 210, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5179,9 +5179,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 120, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5212,9 +5212,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5241,9 +5241,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5274,9 +5274,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5303,10 +5303,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5333,10 +5333,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5363,10 +5363,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5397,10 +5397,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "1A2733", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5427,9 +5427,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5460,9 +5460,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 90, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5493,9 +5493,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5522,9 +5522,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5551,9 +5551,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5576,9 +5576,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5605,9 +5605,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5630,9 +5630,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5659,9 +5659,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5684,9 +5684,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5713,9 +5713,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5742,9 +5742,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5775,9 +5775,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 2, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -5800,9 +5800,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 80, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5833,10 +5833,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 150, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5867,9 +5867,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5900,9 +5900,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5933,10 +5933,10 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasChargedBy": true, - "HasDevProperties": true - }, + "Usages": [ + "HasChargedBy", + "HasDevProperties" + ], "BlueprintCost": 250, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -5967,9 +5967,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6000,9 +6000,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 180, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6033,9 +6033,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 480, "BlueprintCostType": "Nanites", "BlueprintSource": 0, @@ -6066,9 +6066,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6099,9 +6099,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6132,9 +6132,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 500, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -6161,9 +6161,9 @@ "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 480, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/zh-hant/TradeItems.lang.json b/assets/json/zh-hant/TradeItems.lang.json index 30b6515c..830692a6 100644 --- a/assets/json/zh-hant/TradeItems.lang.json +++ b/assets/json/zh-hant/TradeItems.lang.json @@ -10,9 +10,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/1.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -32,10 +32,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/2.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -55,10 +55,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/3.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -78,9 +78,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/4.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -100,9 +100,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/5.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -122,9 +122,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/6.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -144,9 +144,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/7.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -166,10 +166,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/8.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -189,10 +189,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/9.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -212,9 +212,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/10.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -234,9 +234,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/11.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -256,9 +256,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/12.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -278,9 +278,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/13.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -300,9 +300,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/14.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -322,9 +322,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/15.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -344,10 +344,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/16.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -367,10 +367,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/17.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -390,10 +390,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/18.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -413,10 +413,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/19.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -436,10 +436,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/20.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -459,9 +459,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/21.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -481,10 +481,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/22.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -504,9 +504,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/23.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -526,9 +526,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/24.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -548,9 +548,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/25.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -570,10 +570,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/26.png", - "Usages": { - "HasUsedToCraft": true, - "HasDevProperties": true - }, + "Usages": [ + "HasUsedToCraft", + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -593,9 +593,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/27.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -615,10 +615,10 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/28.png", - "Usages": { - "HasDevProperties": true, - "IsEggIngredient": true - }, + "Usages": [ + "HasDevProperties", + "IsEggIngredient" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -638,9 +638,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/29.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -660,9 +660,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/30.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -682,9 +682,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/31.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -704,9 +704,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/32.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -726,9 +726,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/33.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -748,9 +748,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/34.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -770,9 +770,9 @@ "MaxStackSize": 15.0, "Colour": "CCCCCC", "CdnUrl": "https://cdn.nmsassistant.com/tradeItems/35.png", - "Usages": { - "HasDevProperties": true - }, + "Usages": [ + "HasDevProperties" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/json/zh-hant/UpgradeModules.lang.json b/assets/json/zh-hant/UpgradeModules.lang.json index 10cd247b..1dbc7f54 100644 --- a/assets/json/zh-hant/UpgradeModules.lang.json +++ b/assets/json/zh-hant/UpgradeModules.lang.json @@ -9,10 +9,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/1.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -31,10 +31,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/2.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -53,10 +53,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/3.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -75,10 +75,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/4.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -97,10 +97,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/5.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -119,10 +119,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/6.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -141,10 +141,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/7.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -163,10 +163,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/8.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -185,10 +185,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/9.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -207,10 +207,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/10.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -229,10 +229,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/11.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -251,10 +251,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/12.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -273,10 +273,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/13.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -295,10 +295,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/14.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -317,10 +317,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/15.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -339,10 +339,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/16.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -361,10 +361,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/17.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -383,10 +383,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/18.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -405,10 +405,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/19.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -427,10 +427,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/20.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -449,10 +449,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/21.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -471,10 +471,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/22.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -493,10 +493,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/23.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -515,10 +515,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/24.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -537,10 +537,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/25.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -559,10 +559,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/26.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -581,10 +581,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/27.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -603,10 +603,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/28.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -625,10 +625,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/29.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -647,10 +647,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/30.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -669,10 +669,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/31.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -691,10 +691,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/32.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -713,10 +713,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/33.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -735,10 +735,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/34.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -757,10 +757,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/35.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -779,10 +779,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/36.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -801,10 +801,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/37.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -823,10 +823,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/38.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -845,10 +845,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/39.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -867,10 +867,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/40.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -889,10 +889,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/41.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -911,10 +911,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/42.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -933,10 +933,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/43.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -955,10 +955,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/44.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -977,10 +977,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/45.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -999,10 +999,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/46.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1021,10 +1021,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/47.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1043,10 +1043,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/48.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1065,10 +1065,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/49.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1087,10 +1087,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/50.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1109,10 +1109,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/51.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1131,10 +1131,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/52.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1153,10 +1153,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/53.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1175,10 +1175,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/54.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1197,10 +1197,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/55.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1219,10 +1219,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/56.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1241,10 +1241,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/57.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1263,10 +1263,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/58.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1285,10 +1285,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/59.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1307,10 +1307,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/60.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1329,10 +1329,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/61.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1351,10 +1351,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/62.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1373,10 +1373,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/63.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1395,10 +1395,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/64.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1417,10 +1417,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/65.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1439,10 +1439,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/66.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1461,10 +1461,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/67.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1483,10 +1483,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/68.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1505,10 +1505,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/69.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1527,10 +1527,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/70.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1549,10 +1549,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/71.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1571,10 +1571,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/72.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1593,10 +1593,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/73.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1615,10 +1615,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/74.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1637,10 +1637,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/75.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1659,10 +1659,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/76.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1681,10 +1681,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/77.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1703,10 +1703,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/78.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1725,10 +1725,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/79.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1747,10 +1747,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/80.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1769,10 +1769,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/81.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1791,10 +1791,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/82.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1813,10 +1813,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/83.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1835,10 +1835,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/84.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1857,10 +1857,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/85.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1879,10 +1879,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/86.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1901,10 +1901,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/87.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1923,10 +1923,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/88.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1945,10 +1945,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/89.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1967,10 +1967,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/90.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -1989,10 +1989,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/91.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2011,10 +2011,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/92.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2033,10 +2033,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/93.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2055,10 +2055,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/94.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2077,10 +2077,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/95.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2099,10 +2099,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/96.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2121,10 +2121,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/97.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2143,10 +2143,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/98.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2165,10 +2165,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/99.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2187,10 +2187,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/100.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2209,10 +2209,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/101.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2231,10 +2231,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/102.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2253,10 +2253,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/103.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2275,10 +2275,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/104.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2297,10 +2297,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/105.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2319,10 +2319,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/106.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2341,10 +2341,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/107.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2363,10 +2363,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/108.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2385,10 +2385,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/109.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2407,10 +2407,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/110.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2429,10 +2429,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/111.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2451,10 +2451,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/112.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2473,10 +2473,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/113.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2495,10 +2495,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/114.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2517,10 +2517,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/115.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2539,10 +2539,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/116.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2561,10 +2561,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/117.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2583,10 +2583,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/118.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2605,10 +2605,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/119.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2627,10 +2627,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/120.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2649,10 +2649,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/121.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2671,10 +2671,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/122.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2693,10 +2693,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/123.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2715,10 +2715,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/124.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2737,10 +2737,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/125.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2759,10 +2759,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/126.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2781,10 +2781,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/127.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2803,10 +2803,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/128.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2825,10 +2825,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/129.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2847,10 +2847,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/130.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2869,10 +2869,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/131.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2891,10 +2891,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/132.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2913,10 +2913,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/133.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2935,10 +2935,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/134.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2957,10 +2957,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/135.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -2979,10 +2979,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/136.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3001,10 +3001,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/137.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3023,10 +3023,10 @@ "CurrencyType": "Nanites", "Colour": "1A2733", "CdnUrl": "https://cdn.nmsassistant.com/upgradeModules/138.png", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3044,10 +3044,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3065,10 +3065,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3086,10 +3086,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3107,10 +3107,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3128,10 +3128,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3149,10 +3149,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3170,10 +3170,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3191,10 +3191,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3212,10 +3212,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3233,10 +3233,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3254,10 +3254,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3275,10 +3275,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3296,10 +3296,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3317,10 +3317,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3338,10 +3338,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3359,10 +3359,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3380,10 +3380,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3401,10 +3401,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3422,10 +3422,10 @@ "BaseValueUnits": 600.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3443,10 +3443,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3464,10 +3464,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3485,10 +3485,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3506,10 +3506,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3527,10 +3527,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3548,10 +3548,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3569,10 +3569,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3590,10 +3590,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3611,10 +3611,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3632,10 +3632,10 @@ "BaseValueUnits": 320.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3653,10 +3653,10 @@ "BaseValueUnits": 60.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3674,10 +3674,10 @@ "BaseValueUnits": 140.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3695,10 +3695,10 @@ "BaseValueUnits": 300.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3716,10 +3716,10 @@ "BaseValueUnits": 480.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, @@ -3737,10 +3737,10 @@ "BaseValueUnits": 280.0, "CurrencyType": "Nanites", "Colour": "1A2733", - "Usages": { - "HasDevProperties": true, - "IsConsumable": true - }, + "Usages": [ + "HasDevProperties", + "IsConsumable" + ], "BlueprintCost": 1, "BlueprintCostType": "None", "BlueprintSource": 0, diff --git a/assets/lang/language.af.json b/assets/lang/language.af.json index 4d016aec..0d887e3c 100644 --- a/assets/lang/language.af.json +++ b/assets/lang/language.af.json @@ -22,6 +22,7 @@ "weekendMissionSeason1Json": "en/WeekendMissionsSeason1.lang", "weekendMissionSeason2Json": "en/WeekendMissionsSeason2.lang", "weekendMissionSeason3Json": "en/WeekendMissionsSeason3.lang", + "factionJson": "en/Factions.lang", "seasonalExpeditionJson": "en/SeasonalExpedition.lang", "journeyMilestoneJson": "en/Milestones.lang", "title": "Alle Resepte", @@ -419,5 +420,6 @@ "translators": "Translators", "rewardFrom": "Reward from", "twitchCampaignNum": "Twitch Campaign {0}", - "hashCode": "5F52934DE2FEAACB06F6E515BBDDFDA9" + "milestones": "Milestones", + "hashCode": "C57AA1093EDCAD14F2E97EC5BBC9629B" } \ No newline at end of file diff --git a/assets/lang/language.ar.json b/assets/lang/language.ar.json index fffda5dc..f622bbab 100644 --- a/assets/lang/language.ar.json +++ b/assets/lang/language.ar.json @@ -22,6 +22,7 @@ "weekendMissionSeason1Json": "en/WeekendMissionsSeason1.lang", "weekendMissionSeason2Json": "en/WeekendMissionsSeason2.lang", "weekendMissionSeason3Json": "en/WeekendMissionsSeason3.lang", + "factionJson": "en/Factions.lang", "seasonalExpeditionJson": "ar/SeasonalExpedition.lang", "journeyMilestoneJson": "en/Milestones.lang", "title": "جميع الوصفات", @@ -419,5 +420,6 @@ "translators": "Translators", "rewardFrom": "Reward from", "twitchCampaignNum": "Twitch Campaign {0}", - "hashCode": "1170F11E78797710DD316B4AD875D208" + "milestones": "Milestones", + "hashCode": "E1D1D6CFCB182FFCC1511D914087F10D" } \ No newline at end of file diff --git a/assets/lang/language.cs.json b/assets/lang/language.cs.json index 4474c209..23ea267e 100644 --- a/assets/lang/language.cs.json +++ b/assets/lang/language.cs.json @@ -22,6 +22,7 @@ "weekendMissionSeason1Json": "en/WeekendMissionsSeason1.lang", "weekendMissionSeason2Json": "en/WeekendMissionsSeason2.lang", "weekendMissionSeason3Json": "en/WeekendMissionsSeason3.lang", + "factionJson": "en/Factions.lang", "seasonalExpeditionJson": "en/SeasonalExpedition.lang", "journeyMilestoneJson": "en/Milestones.lang", "title": "Všechny položky", @@ -419,5 +420,6 @@ "translators": "Translators", "rewardFrom": "Reward from", "twitchCampaignNum": "Twitch Campaign {0}", - "hashCode": "2A1BCCC1E2657765C7BDCAF4BE234803" + "milestones": "Milestones", + "hashCode": "26705C3BD4CC8DD98D24EE2F0E48378A" } \ No newline at end of file diff --git a/assets/lang/language.de.json b/assets/lang/language.de.json index fcff76bc..f6812f80 100644 --- a/assets/lang/language.de.json +++ b/assets/lang/language.de.json @@ -22,6 +22,7 @@ "weekendMissionSeason1Json": "de/WeekendMissionsSeason1.lang", "weekendMissionSeason2Json": "de/WeekendMissionsSeason2.lang", "weekendMissionSeason3Json": "de/WeekendMissionsSeason3.lang", + "factionJson": "de/Factions.lang", "seasonalExpeditionJson": "de/SeasonalExpedition.lang", "journeyMilestoneJson": "de/Milestones.lang", "title": "Alle Rezepte", @@ -419,5 +420,6 @@ "translators": "Übersetzer/innen", "rewardFrom": "Reward from", "twitchCampaignNum": "Twitch Campaign {0}", - "hashCode": "4B721132D983481DE5D61F55A65EE2D8" + "milestones": "Milestones", + "hashCode": "8EE132F51EE25E0563A78342444D6FCB" } \ No newline at end of file diff --git a/assets/lang/language.en.json b/assets/lang/language.en.json index 35176cc4..668556c0 100644 --- a/assets/lang/language.en.json +++ b/assets/lang/language.en.json @@ -24,6 +24,7 @@ "weekendMissionSeason3Json": "en/WeekendMissionsSeason3.lang", "seasonalExpeditionJson": "en/SeasonalExpedition.lang", "journeyMilestoneJson": "en/Milestones.lang", + "factionJson": "en/Factions.lang", "title": "All Recipes", "loading": "Loading", "about": "About", @@ -419,5 +420,6 @@ "translators": "Translators", "rewardFrom": "Reward from", "twitchCampaignNum": "Twitch Campaign {0}", + "milestones": "Milestones", "hashCode": "9B5685C0D787E05F8327FC50D2C70D8D" } \ No newline at end of file diff --git a/assets/lang/language.es.json b/assets/lang/language.es.json index d87947d6..34f3f444 100644 --- a/assets/lang/language.es.json +++ b/assets/lang/language.es.json @@ -22,6 +22,7 @@ "weekendMissionSeason1Json": "es/WeekendMissionsSeason1.lang", "weekendMissionSeason2Json": "es/WeekendMissionsSeason2.lang", "weekendMissionSeason3Json": "es/WeekendMissionsSeason3.lang", + "factionJson": "es/Factions.lang", "seasonalExpeditionJson": "es/SeasonalExpedition.lang", "journeyMilestoneJson": "es/Milestones.lang", "title": "Todas las recetas", @@ -419,5 +420,6 @@ "translators": "Traductores", "rewardFrom": "Reward from", "twitchCampaignNum": "Twitch Campaign {0}", - "hashCode": "7BBA4ECF82818986FD1A57FD73F53760" + "milestones": "Milestones", + "hashCode": "D7696EB556E28B3C2B4C01C385F91AE6" } \ No newline at end of file diff --git a/assets/lang/language.fr.json b/assets/lang/language.fr.json index 32c993ef..a132de5b 100644 --- a/assets/lang/language.fr.json +++ b/assets/lang/language.fr.json @@ -22,6 +22,7 @@ "weekendMissionSeason1Json": "fr/WeekendMissionsSeason1.lang", "weekendMissionSeason2Json": "fr/WeekendMissionsSeason2.lang", "weekendMissionSeason3Json": "fr/WeekendMissionsSeason3.lang", + "factionJson": "fr/Factions.lang", "seasonalExpeditionJson": "fr/SeasonalExpedition.lang", "journeyMilestoneJson": "fr/Milestones.lang", "title": "Assistant pour No Man's Sky", @@ -419,5 +420,6 @@ "translators": "Traducteurs", "rewardFrom": "Reward from", "twitchCampaignNum": "Twitch Campaign {0}", - "hashCode": "EA7BFA1E05D682571E34AABE5F76DEBD" + "milestones": "Milestones", + "hashCode": "2CE69D33A4A124D0B86D59E25BBA54E6" } \ No newline at end of file diff --git a/assets/lang/language.hu.json b/assets/lang/language.hu.json index 61dd895e..96b7cfe2 100644 --- a/assets/lang/language.hu.json +++ b/assets/lang/language.hu.json @@ -22,6 +22,7 @@ "weekendMissionSeason1Json": "en/WeekendMissionsSeason1.lang", "weekendMissionSeason2Json": "en/WeekendMissionsSeason2.lang", "weekendMissionSeason3Json": "en/WeekendMissionsSeason3.lang", + "factionJson": "en/Factions.lang", "seasonalExpeditionJson": "en/SeasonalExpedition.lang", "journeyMilestoneJson": "en/Milestones.lang", "title": "Minden recept", @@ -419,5 +420,6 @@ "translators": "Fordítók", "rewardFrom": "Reward from", "twitchCampaignNum": "Twitch Campaign {0}", - "hashCode": "D5B2C8DCF13533D7A447B89C2E2B2393" + "milestones": "Milestones", + "hashCode": "BA2E54802C7E9243B01594C3C2FE5CC1" } \ No newline at end of file diff --git a/assets/lang/language.id.json b/assets/lang/language.id.json index e3abe99e..e3de5403 100644 --- a/assets/lang/language.id.json +++ b/assets/lang/language.id.json @@ -22,6 +22,7 @@ "weekendMissionSeason1Json": "en/WeekendMissionsSeason1.lang", "weekendMissionSeason2Json": "en/WeekendMissionsSeason2.lang", "weekendMissionSeason3Json": "en/WeekendMissionsSeason3.lang", + "factionJson": "en/Factions.lang", "seasonalExpeditionJson": "en/SeasonalExpedition.lang", "journeyMilestoneJson": "en/Milestones.lang", "title": "Seluruh Resep", @@ -419,5 +420,6 @@ "translators": "Translators", "rewardFrom": "Reward from", "twitchCampaignNum": "Twitch Campaign {0}", - "hashCode": "1AFD5951BC7F8C0ECC0F6ABC9532007E" + "milestones": "Milestones", + "hashCode": "4F7AACE5F3B3AF7C2413126C9C9F09DF" } \ No newline at end of file diff --git a/assets/lang/language.it.json b/assets/lang/language.it.json index a29098b3..98bc8c0f 100644 --- a/assets/lang/language.it.json +++ b/assets/lang/language.it.json @@ -22,6 +22,7 @@ "weekendMissionSeason1Json": "it/WeekendMissionsSeason1.lang", "weekendMissionSeason2Json": "it/WeekendMissionsSeason2.lang", "weekendMissionSeason3Json": "it/WeekendMissionsSeason3.lang", + "factionJson": "it/Factions.lang", "seasonalExpeditionJson": "it/SeasonalExpedition.lang", "journeyMilestoneJson": "it/Milestones.lang", "title": "Tutti gli oggetti", @@ -414,10 +415,11 @@ "futureCommunityMission": "Disponibile prossimamente", "inProgressCommunityMission": "In lavorazione", "completedCommunityMission": "Completata", - "viewMoreOnNmsWiki": "View more on the NMS wiki", - "platform": "Platform", - "translators": "Translators", - "rewardFrom": "Reward from", - "twitchCampaignNum": "Twitch Campaign {0}", - "hashCode": "7083F3594FFDEC88354695BF5F90DF43" + "viewMoreOnNmsWiki": "Vedi di più sulla wiki di NMS", + "platform": "Piattaforma di gioco", + "translators": "Traduttori", + "rewardFrom": "Ricompensa presa da", + "twitchCampaignNum": "Campagna di Twich {0}", + "milestones": "Milestones", + "hashCode": "369F134BFBC8655A0221DA39240816A8" } \ No newline at end of file diff --git a/assets/lang/language.ja.json b/assets/lang/language.ja.json index cedb7ab0..86c35987 100644 --- a/assets/lang/language.ja.json +++ b/assets/lang/language.ja.json @@ -22,6 +22,7 @@ "weekendMissionSeason1Json": "en/WeekendMissionsSeason1.lang", "weekendMissionSeason2Json": "en/WeekendMissionsSeason2.lang", "weekendMissionSeason3Json": "en/WeekendMissionsSeason3.lang", + "factionJson": "en/Factions.lang", "seasonalExpeditionJson": "en/SeasonalExpedition.lang", "journeyMilestoneJson": "en/Milestones.lang", "title": "All Recipes", @@ -419,5 +420,6 @@ "translators": "Translators", "rewardFrom": "Reward from", "twitchCampaignNum": "Twitch Campaign {0}", - "hashCode": "0E06B762CA4BB50D9B0BD04E89CAB464" + "milestones": "Milestones", + "hashCode": "DF91E0C25F872CC7E4D6AC192935521C" } \ No newline at end of file diff --git a/assets/lang/language.ms.json b/assets/lang/language.ms.json index 8b13dc9c..06f9bd6e 100644 --- a/assets/lang/language.ms.json +++ b/assets/lang/language.ms.json @@ -22,6 +22,7 @@ "weekendMissionSeason1Json": "en/WeekendMissionsSeason1.lang", "weekendMissionSeason2Json": "en/WeekendMissionsSeason2.lang", "weekendMissionSeason3Json": "en/WeekendMissionsSeason3.lang", + "factionJson": "en/Factions.lang", "seasonalExpeditionJson": "en/SeasonalExpedition.lang", "journeyMilestoneJson": "en/Milestones.lang", "title": "Semua Resipi ", @@ -419,5 +420,6 @@ "translators": "Translators", "rewardFrom": "Reward from", "twitchCampaignNum": "Twitch Campaign {0}", - "hashCode": "DACB35D71323AEDF37955E307A962992" + "milestones": "Milestones", + "hashCode": "09E927DD94CD9EBEECAB63D696C2442C" } \ No newline at end of file diff --git a/assets/lang/language.nl.json b/assets/lang/language.nl.json index 94712eac..291f57a9 100644 --- a/assets/lang/language.nl.json +++ b/assets/lang/language.nl.json @@ -22,6 +22,7 @@ "weekendMissionSeason1Json": "nl/WeekendMissionsSeason1.lang", "weekendMissionSeason2Json": "nl/WeekendMissionsSeason2.lang", "weekendMissionSeason3Json": "nl/WeekendMissionsSeason3.lang", + "factionJson": "nl/Factions.lang", "seasonalExpeditionJson": "nl/SeasonalExpedition.lang", "journeyMilestoneJson": "nl/Milestones.lang", "title": "Alle Recepten", @@ -190,7 +191,7 @@ "unitPrice": "Unit prijs", "nanitePrice": "Naniet prijs", "quicksilverPrice": "Quicksilver prijs", - "isConsumable": "Consumable", + "isConsumable": "Te gebruiken", "useNMSFont": "Gebruik No Man's Sky lettertype", "techTree": "Tech boom", "inventoryManagement": "Inventaris beheer", @@ -198,10 +199,10 @@ "indonesian": "Indonesisch", "galacticAddress": "Galactisch Adres", "galacticAddressInvalid": "Galactisch adres niet geldig", - "numberOfSlots": "{0} slots", + "numberOfSlots": "{0} plekken", "nextCommunityMission": "Volgende Gemeenschap Missie Beloning", - "current": "Current", - "newPortalEntry": "New Portal Entry", + "current": "Huidige", + "newPortalEntry": "Nieuwe portaal invoering", "renamePortal": "Hernoem Portaal", "addTag": "Voeg tag toe", "useAltGlyphs": "Gebruik andere Glyph afbeeldingen", @@ -209,13 +210,13 @@ "synchronize": "Synchroniseer", "inventoryNotUploaded": "Inventaris was niet geupload", "inventoryUploaded": "Inventaris geupload", - "inventoryNotRestored": "Inventory was not restored", - "inventoryRestored": "Inventory was restored", + "inventoryNotRestored": "Voorraad werd niet hersteld", + "inventoryRestored": "Voorraad is hersteld", "backupInventory": "Backup inventaris", - "restoreInventory": "Restore Inventory", + "restoreInventory": "Herstel voorraad", "favourites": "Favorieten", - "openCollective": "Open Collective", - "repairedUsing": "Repaired Using", + "openCollective": "Open Collectief", + "repairedUsing": "Gebruikte gerepareerd", "timers": "Timers", "newTimer": "Nieuwe timer", "renameTimer": "Hernoem timer", @@ -234,34 +235,34 @@ "completed": "Voltooid", "notStarted": "Niet gestart", "hours": "{0} uren", - "days": "{0} days", - "hour": "{0} hour", - "day": "{0} day", - "timerComplete": "Timer Complete", - "termsAndConditions": "Terms and Conditions", - "legal": "Legal", - "more": "More", - "galacticAtlas": "Galactic Atlas", - "legalNotice": "This App is not affiliated with Hello Games or No Man's Sky, its subsidiaries, or its parent companies, whose names, logos and products are displayed in this App.", - "czech": "Czech", - "thankYou": "Thank you!", - "thankYouForSubmittingFriendCode": "Thank you for submitting your Friend Code.", - "weDoNotStoreEmails": "The Assistant for No Man's Sky apps does not store your email address. We use it for confirmation.", - "emailHashExample": "In our database your email address looks like this: ", - "confirmFriendCode": "Confirm Friend Code", - "emailBackupLink": "If that doesn't work, copy and paste the following link in your browser:", - "anyQuestionsReplyToThisEmail": "If you have any questions, just reply to this email. We are always happy to help.", - "emailSignOff": "Kind Regards,", - "emailSignOffTeam": "AssistantNMS Team", - "needMoreHelp": "Need more help?", - "weAreHereToHelp": "We are here to help you", - "friendCodes": "Friend Codes", - "friendCodeCopied": "Friend Code copied!", - "friendCode": "Friend Code", - "pleaseCheckMailForConfirmation": "Please check your mail {0}, for a confirmation link", - "friendCodeNotSubmitted": "Friend Code was not submitted", - "emailAddress": "Email Address", - "solarPanelBatteryCalculator": "Solar/Battery Calculator", + "days": "{0} dagen", + "hour": "{0} uur", + "day": "{0} dagen", + "timerComplete": "Wekker Compleet", + "termsAndConditions": "Voorwaarden", + "legal": "Wettelijk", + "more": "Meer", + "galacticAtlas": "Galactische Atlas", + "legalNotice": "Deze app is niet in samenwerking met Hello Games of No Man’s Sky, zijn financiële partners, of zijn moederbedrijven, wiens namen, logo’s en producten zichtbaar zijn in de app.", + "czech": "Tsjechisch", + "thankYou": "Bedankt!", + "thankYouForSubmittingFriendCode": "Bedankt voor het insturen van je Vriend Code.", + "weDoNotStoreEmails": "De Assistent voor No Man’s Sky app bewaard je e-mail adres niet. We gebruiken het ter bevestiging.", + "emailHashExample": "In onze database ziet je e-mail adres er zo uit:", + "confirmFriendCode": "Bevestig Vriend Code", + "emailBackupLink": "Als dat niet werkt, kopieer en plak de volgende link in je internet browser:", + "anyQuestionsReplyToThisEmail": "Mocht je vragen hebben, reageer gewoon op deze e-mail. We helpen je altijd graag. ", + "emailSignOff": "Vriendelijke groeten,", + "emailSignOffTeam": "AssistentNMS Team", + "needMoreHelp": "Heb je meer hulp nodig?", + "weAreHereToHelp": "We zijn hier om je te helpen", + "friendCodes": "Vriend Codes", + "friendCodeCopied": "Vriend Code gekopieerd!", + "friendCode": "Vriend Code", + "pleaseCheckMailForConfirmation": "Controleer alsjeblieft je e-mail {0}, voor een bevestiging link.", + "friendCodeNotSubmitted": "Vriend Code is niet verzonden", + "emailAddress": "E-mail adres", + "solarPanelBatteryCalculator": "Zonne/Batterij calculator", "storeDescription": "Quickly and easily find out how to craft or refine items in No Man's Sky", "storeFullDescription": "You no longer need to scroll through the menus in No Man's Sky to see how an item is crafted or guess how to refine a resource. This app will be your companion, with all the recipes you need. \n\rRoadmap: https://trello.com/b/zbnaIiVF/public\n\rDiscord: https://discord.gg/q3aFBQM\n\r- Save your data, everything is offline\n- All the recipes (for Resources, TradeItems, and Products)\n- Plan out what you need to farm\n- Blazing fast User Interface\n- Support for multiple languages (Your help would be appreciated)\n- No paywalls\n- Partially Open Source \n\rContributors listed on https://nmsassistant.com", "viewOriginalWorkOnJsFiddle": "View original work on jsfiddle.net", @@ -419,5 +420,6 @@ "translators": "Translators", "rewardFrom": "Reward from", "twitchCampaignNum": "Twitch Campaign {0}", - "hashCode": "2E1091B5D7E33F6B02C23C91764067E0" + "milestones": "Milestones", + "hashCode": "949E1E3EE08DD1A531DA24FFB51B102B" } \ No newline at end of file diff --git a/assets/lang/language.no.json b/assets/lang/language.no.json index b357765a..93a644df 100644 --- a/assets/lang/language.no.json +++ b/assets/lang/language.no.json @@ -22,6 +22,7 @@ "weekendMissionSeason1Json": "en/WeekendMissionsSeason1.lang", "weekendMissionSeason2Json": "en/WeekendMissionsSeason2.lang", "weekendMissionSeason3Json": "en/WeekendMissionsSeason3.lang", + "factionJson": "en/Factions.lang", "seasonalExpeditionJson": "en/SeasonalExpedition.lang", "journeyMilestoneJson": "en/Milestones.lang", "title": "alle oppskrifter", @@ -419,5 +420,6 @@ "translators": "Translators", "rewardFrom": "Reward from", "twitchCampaignNum": "Twitch Campaign {0}", - "hashCode": "70015EB4DC18CA07FB28608618A4F919" + "milestones": "Milestones", + "hashCode": "55A2C7DED0CE805D41681327E9192B6E" } \ No newline at end of file diff --git a/assets/lang/language.ph.json b/assets/lang/language.ph.json index 28794ea1..37b39810 100644 --- a/assets/lang/language.ph.json +++ b/assets/lang/language.ph.json @@ -22,6 +22,7 @@ "weekendMissionSeason1Json": "en/WeekendMissionsSeason1.lang", "weekendMissionSeason2Json": "en/WeekendMissionsSeason2.lang", "weekendMissionSeason3Json": "en/WeekendMissionsSeason3.lang", + "factionJson": "en/Factions.lang", "seasonalExpeditionJson": "en/SeasonalExpedition.lang", "journeyMilestoneJson": "en/Milestones.lang", "title": "Lahat ng Recipe", @@ -419,5 +420,6 @@ "translators": "Translators", "rewardFrom": "Reward from", "twitchCampaignNum": "Twitch Campaign {0}", - "hashCode": "62A9704DA50874B20DA53AAF47F75798" + "milestones": "Milestones", + "hashCode": "D4C7FDD6AC8FCA2880C38B55C88F666B" } \ No newline at end of file diff --git a/assets/lang/language.pl.json b/assets/lang/language.pl.json index d078eb0c..0a9146fa 100644 --- a/assets/lang/language.pl.json +++ b/assets/lang/language.pl.json @@ -22,6 +22,7 @@ "weekendMissionSeason1Json": "pl/WeekendMissionsSeason1.lang", "weekendMissionSeason2Json": "pl/WeekendMissionsSeason2.lang", "weekendMissionSeason3Json": "pl/WeekendMissionsSeason3.lang", + "factionJson": "pl/Factions.lang", "seasonalExpeditionJson": "pl/SeasonalExpedition.lang", "journeyMilestoneJson": "pl/Milestones.lang", "title": "Wszystkie receptury", @@ -417,7 +418,8 @@ "viewMoreOnNmsWiki": "Zobacz więcej na NMS wiki", "platform": "Platforma", "translators": "Tłumacze", - "rewardFrom": "Reward from", - "twitchCampaignNum": "Twitch Campaign {0}", - "hashCode": "774D339013DE257559DE431328DD3B30" + "rewardFrom": "Nagroda za", + "twitchCampaignNum": "Kampania Twitch {0}", + "milestones": "Milestones", + "hashCode": "0102B4669FD191D83E9AD85D8470D30E" } \ No newline at end of file diff --git a/assets/lang/language.pt-br.json b/assets/lang/language.pt-br.json index 9214fe22..43c023f3 100644 --- a/assets/lang/language.pt-br.json +++ b/assets/lang/language.pt-br.json @@ -22,6 +22,7 @@ "weekendMissionSeason1Json": "pt-br/WeekendMissionsSeason1.lang", "weekendMissionSeason2Json": "pt-br/WeekendMissionsSeason2.lang", "weekendMissionSeason3Json": "pt-br/WeekendMissionsSeason3.lang", + "factionJson": "pt-br/Factions.lang", "seasonalExpeditionJson": "pt-br/SeasonalExpedition.lang", "journeyMilestoneJson": "pt-br/Milestones.lang", "title": "Todas as Receitas", @@ -419,5 +420,6 @@ "translators": "Tradutores", "rewardFrom": "Reward from", "twitchCampaignNum": "Twitch Campaign {0}", - "hashCode": "977E77A094B6029AA66F17C3B440F037" + "milestones": "Milestones", + "hashCode": "9EB36C90D77A96AB1613E09CED2E2A4A" } \ No newline at end of file diff --git a/assets/lang/language.pt.json b/assets/lang/language.pt.json index 1682c1be..3f771dae 100644 --- a/assets/lang/language.pt.json +++ b/assets/lang/language.pt.json @@ -22,6 +22,7 @@ "weekendMissionSeason1Json": "pt/WeekendMissionsSeason1.lang", "weekendMissionSeason2Json": "pt/WeekendMissionsSeason2.lang", "weekendMissionSeason3Json": "pt/WeekendMissionsSeason3.lang", + "factionJson": "pt/Factions.lang", "seasonalExpeditionJson": "pt/SeasonalExpedition.lang", "journeyMilestoneJson": "pt/Milestones.lang", "title": "Todas as Receitas", @@ -419,5 +420,6 @@ "translators": "Translators", "rewardFrom": "Reward from", "twitchCampaignNum": "Twitch Campaign {0}", - "hashCode": "D19B2F2428AE991252DDD6A6D3B02D73" + "milestones": "Milestones", + "hashCode": "CD7FAE476B429A2AE15D37933BAC8239" } \ No newline at end of file diff --git a/assets/lang/language.ro.json b/assets/lang/language.ro.json index 7efa6c43..8352ec01 100644 --- a/assets/lang/language.ro.json +++ b/assets/lang/language.ro.json @@ -22,6 +22,7 @@ "weekendMissionSeason1Json": "en/WeekendMissionsSeason1.lang", "weekendMissionSeason2Json": "en/WeekendMissionsSeason2.lang", "weekendMissionSeason3Json": "en/WeekendMissionsSeason3.lang", + "factionJson": "en/Factions.lang", "seasonalExpeditionJson": "en/SeasonalExpedition.lang", "journeyMilestoneJson": "en/Milestones.lang", "title": "Toate rețetele", @@ -419,5 +420,6 @@ "translators": "Translators", "rewardFrom": "Reward from", "twitchCampaignNum": "Twitch Campaign {0}", - "hashCode": "4798A8AB200C7C191FC9AB0262196658" + "milestones": "Milestones", + "hashCode": "C8DC282A9B0351E1C3FBB1B592D20010" } \ No newline at end of file diff --git a/assets/lang/language.ru.json b/assets/lang/language.ru.json index 1bb02b38..41c46790 100644 --- a/assets/lang/language.ru.json +++ b/assets/lang/language.ru.json @@ -22,6 +22,7 @@ "weekendMissionSeason1Json": "ru/WeekendMissionsSeason1.lang", "weekendMissionSeason2Json": "ru/WeekendMissionsSeason2.lang", "weekendMissionSeason3Json": "ru/WeekendMissionsSeason3.lang", + "factionJson": "ru/Factions.lang", "seasonalExpeditionJson": "ru/SeasonalExpedition.lang", "journeyMilestoneJson": "ru/Milestones.lang", "title": "Все рецепты", @@ -419,5 +420,6 @@ "translators": "Translators", "rewardFrom": "Reward from", "twitchCampaignNum": "Twitch Campaign {0}", - "hashCode": "0B0B48406C14156538A2D907A7F05809" + "milestones": "Milestones", + "hashCode": "FCC8D9813EF6F7CFDA1045BEF2680EB0" } \ No newline at end of file diff --git a/assets/lang/language.tl.json b/assets/lang/language.tl.json index cedb7ab0..86c35987 100644 --- a/assets/lang/language.tl.json +++ b/assets/lang/language.tl.json @@ -22,6 +22,7 @@ "weekendMissionSeason1Json": "en/WeekendMissionsSeason1.lang", "weekendMissionSeason2Json": "en/WeekendMissionsSeason2.lang", "weekendMissionSeason3Json": "en/WeekendMissionsSeason3.lang", + "factionJson": "en/Factions.lang", "seasonalExpeditionJson": "en/SeasonalExpedition.lang", "journeyMilestoneJson": "en/Milestones.lang", "title": "All Recipes", @@ -419,5 +420,6 @@ "translators": "Translators", "rewardFrom": "Reward from", "twitchCampaignNum": "Twitch Campaign {0}", - "hashCode": "0E06B762CA4BB50D9B0BD04E89CAB464" + "milestones": "Milestones", + "hashCode": "DF91E0C25F872CC7E4D6AC192935521C" } \ No newline at end of file diff --git a/assets/lang/language.tr.json b/assets/lang/language.tr.json index 54e48f00..a95c85b5 100644 --- a/assets/lang/language.tr.json +++ b/assets/lang/language.tr.json @@ -22,6 +22,7 @@ "weekendMissionSeason1Json": "en/WeekendMissionsSeason1.lang", "weekendMissionSeason2Json": "en/WeekendMissionsSeason2.lang", "weekendMissionSeason3Json": "en/WeekendMissionsSeason3.lang", + "factionJson": "en/Factions.lang", "seasonalExpeditionJson": "en/SeasonalExpedition.lang", "journeyMilestoneJson": "en/Milestones.lang", "title": "Tüm Tarifler", @@ -419,5 +420,6 @@ "translators": "Translators", "rewardFrom": "Reward from", "twitchCampaignNum": "Twitch Campaign {0}", - "hashCode": "A510746D102B3564F5C19B57645FBF6A" + "milestones": "Milestones", + "hashCode": "815A30C00A15678F2503B8AAE4ED5D18" } \ No newline at end of file diff --git a/assets/lang/language.ur.json b/assets/lang/language.ur.json index 1c10c85c..a2e2067f 100644 --- a/assets/lang/language.ur.json +++ b/assets/lang/language.ur.json @@ -22,6 +22,7 @@ "weekendMissionSeason1Json": "en/WeekendMissionsSeason1.lang", "weekendMissionSeason2Json": "en/WeekendMissionsSeason2.lang", "weekendMissionSeason3Json": "en/WeekendMissionsSeason3.lang", + "factionJson": "en/Factions.lang", "seasonalExpeditionJson": "en/SeasonalExpedition.lang", "journeyMilestoneJson": "en/Milestones.lang", "title": "تمام ریسپیز", @@ -419,5 +420,6 @@ "translators": "Translators", "rewardFrom": "Reward from", "twitchCampaignNum": "Twitch Campaign {0}", - "hashCode": "99BFF51545972D0643D1F1B097098F38" + "milestones": "Milestones", + "hashCode": "1246893A0A9CDD387D3067DA49FBA61F" } \ No newline at end of file diff --git a/assets/lang/language.vi-vn.json b/assets/lang/language.vi-vn.json index 43dca160..323ca258 100644 --- a/assets/lang/language.vi-vn.json +++ b/assets/lang/language.vi-vn.json @@ -22,6 +22,7 @@ "weekendMissionSeason1Json": "en/WeekendMissionsSeason1.lang", "weekendMissionSeason2Json": "en/WeekendMissionsSeason2.lang", "weekendMissionSeason3Json": "en/WeekendMissionsSeason3.lang", + "factionJson": "en/Factions.lang", "seasonalExpeditionJson": "vi-VN/SeasonalExpedition.lang", "journeyMilestoneJson": "en/Milestones.lang", "title": "Tất cả công thức", @@ -417,7 +418,8 @@ "viewMoreOnNmsWiki": "Xem chi tiết trên NMS wiki", "platform": "Nền tảng", "translators": "Những người phiên dịch", - "rewardFrom": "Reward from", - "twitchCampaignNum": "Twitch Campaign {0}", - "hashCode": "86B7641EB6E050E2A93EE3FDD3833BBD" + "rewardFrom": "Được thưởng từ", + "twitchCampaignNum": "Chiến dịch Twitch {0}", + "milestones": "Milestones", + "hashCode": "E09E73DBC8B91908DA511775E722425A" } \ No newline at end of file diff --git a/assets/lang/language.zh-hans.json b/assets/lang/language.zh-hans.json index ca5ecf7c..d9f2ced3 100644 --- a/assets/lang/language.zh-hans.json +++ b/assets/lang/language.zh-hans.json @@ -22,6 +22,7 @@ "weekendMissionSeason1Json": "zh-hans/WeekendMissionsSeason1.lang", "weekendMissionSeason2Json": "zh-hans/WeekendMissionsSeason2.lang", "weekendMissionSeason3Json": "zh-hans/WeekendMissionsSeason3.lang", + "factionJson": "en/Factions.lang", "seasonalExpeditionJson": "zh-hans/SeasonalExpedition.lang", "journeyMilestoneJson": "zh-hans/Milestones.lang", "title": "所有材料", @@ -419,5 +420,6 @@ "translators": "翻译人员", "rewardFrom": "Reward from", "twitchCampaignNum": "Twitch Campaign {0}", - "hashCode": "0C193A99C96DD1A8B772C214CC37345F" + "milestones": "Milestones", + "hashCode": "BE2DED5AB941A7F863E10ECDDAA7276F" } \ No newline at end of file diff --git a/assets/lang/language.zh-hant.json b/assets/lang/language.zh-hant.json index 6bdf2ad5..bc718879 100644 --- a/assets/lang/language.zh-hant.json +++ b/assets/lang/language.zh-hant.json @@ -22,6 +22,7 @@ "weekendMissionSeason1Json": "zh-hant/WeekendMissionsSeason1.lang", "weekendMissionSeason2Json": "zh-hant/WeekendMissionsSeason2.lang", "weekendMissionSeason3Json": "zh-hant/WeekendMissionsSeason3.lang", + "factionJson": "en/Factions.lang", "seasonalExpeditionJson": "zh-hant/SeasonalExpedition.lang", "journeyMilestoneJson": "zh-hant/Milestones.lang", "title": "所有材料", @@ -419,5 +420,6 @@ "translators": "Translators", "rewardFrom": "Reward from", "twitchCampaignNum": "Twitch Campaign {0}", - "hashCode": "8418A82E6BAE4B0F9A585CCF077629C1" + "milestones": "Milestones", + "hashCode": "356E42917C5BB3ED04FF15CCF7A320BA" } \ No newline at end of file diff --git a/ios/Podfile b/ios/Podfile index 9411102b..313ea4a1 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -1,5 +1,5 @@ # Uncomment this line to define a global platform for your project -platform :ios, '10.0' +platform :ios, '11.0' # CocoaPods analytics sends network stats synchronously affecting flutter build latency. ENV['COCOAPODS_DISABLE_STATS'] = 'true' diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 79d5e6ca..62a407ee 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -13,79 +13,79 @@ PODS: - ReachabilitySwift - device_info (0.0.1): - Flutter - - Firebase/Analytics (8.10.0): + - Firebase/Analytics (8.11.0): - Firebase/Core - - Firebase/Auth (8.10.0): + - Firebase/Auth (8.11.0): - Firebase/CoreOnly - - FirebaseAuth (~> 8.10.0) - - Firebase/Core (8.10.0): + - FirebaseAuth (~> 8.11.0) + - Firebase/Core (8.11.0): - Firebase/CoreOnly - - FirebaseAnalytics (~> 8.10.0) - - Firebase/CoreOnly (8.10.0): - - FirebaseCore (= 8.10.0) - - Firebase/Messaging (8.10.0): + - FirebaseAnalytics (~> 8.11.0) + - Firebase/CoreOnly (8.11.0): + - FirebaseCore (= 8.11.0) + - Firebase/Messaging (8.11.0): - Firebase/CoreOnly - - FirebaseMessaging (~> 8.10.0) - - firebase_analytics (9.0.5): - - Firebase/Analytics (= 8.10.0) + - FirebaseMessaging (~> 8.11.0) + - firebase_analytics (9.1.2): + - Firebase/Analytics (= 8.11.0) - firebase_core - Flutter - - firebase_auth (3.3.5): - - Firebase/Auth (= 8.10.0) + - firebase_auth (3.3.9): + - Firebase/Auth (= 8.11.0) - firebase_core - Flutter - - firebase_core (1.11.0): - - Firebase/CoreOnly (= 8.10.0) + - firebase_core (1.13.1): + - Firebase/CoreOnly (= 8.11.0) - Flutter - - firebase_messaging (11.2.5): - - Firebase/Messaging (= 8.10.0) + - firebase_messaging (11.2.8): + - Firebase/Messaging (= 8.11.0) - firebase_core - Flutter - - FirebaseAnalytics (8.10.0): - - FirebaseAnalytics/AdIdSupport (= 8.10.0) + - FirebaseAnalytics (8.11.0): + - FirebaseAnalytics/AdIdSupport (= 8.11.0) - FirebaseCore (~> 8.0) - FirebaseInstallations (~> 8.0) - - GoogleUtilities/AppDelegateSwizzler (~> 7.6) - - GoogleUtilities/MethodSwizzler (~> 7.6) - - GoogleUtilities/Network (~> 7.6) - - "GoogleUtilities/NSData+zlib (~> 7.6)" + - GoogleUtilities/AppDelegateSwizzler (~> 7.7) + - GoogleUtilities/MethodSwizzler (~> 7.7) + - GoogleUtilities/Network (~> 7.7) + - "GoogleUtilities/NSData+zlib (~> 7.7)" - nanopb (~> 2.30908.0) - - FirebaseAnalytics/AdIdSupport (8.10.0): + - FirebaseAnalytics/AdIdSupport (8.11.0): - FirebaseCore (~> 8.0) - FirebaseInstallations (~> 8.0) - - GoogleAppMeasurement (= 8.10.0) - - GoogleUtilities/AppDelegateSwizzler (~> 7.6) - - GoogleUtilities/MethodSwizzler (~> 7.6) - - GoogleUtilities/Network (~> 7.6) - - "GoogleUtilities/NSData+zlib (~> 7.6)" + - GoogleAppMeasurement (= 8.11.0) + - GoogleUtilities/AppDelegateSwizzler (~> 7.7) + - GoogleUtilities/MethodSwizzler (~> 7.7) + - GoogleUtilities/Network (~> 7.7) + - "GoogleUtilities/NSData+zlib (~> 7.7)" - nanopb (~> 2.30908.0) - - FirebaseAuth (8.10.0): + - FirebaseAuth (8.11.0): - FirebaseCore (~> 8.0) - - GoogleUtilities/AppDelegateSwizzler (~> 7.6) - - GoogleUtilities/Environment (~> 7.6) + - GoogleUtilities/AppDelegateSwizzler (~> 7.7) + - GoogleUtilities/Environment (~> 7.7) - GTMSessionFetcher/Core (~> 1.5) - - FirebaseCore (8.10.0): + - FirebaseCore (8.11.0): - FirebaseCoreDiagnostics (~> 8.0) - - GoogleUtilities/Environment (~> 7.6) - - GoogleUtilities/Logger (~> 7.6) - - FirebaseCoreDiagnostics (8.11.0): + - GoogleUtilities/Environment (~> 7.7) + - GoogleUtilities/Logger (~> 7.7) + - FirebaseCoreDiagnostics (8.13.0): - GoogleDataTransport (~> 9.1) - GoogleUtilities/Environment (~> 7.7) - GoogleUtilities/Logger (~> 7.7) - nanopb (~> 2.30908.0) - - FirebaseInstallations (8.11.0): + - FirebaseInstallations (8.13.0): - FirebaseCore (~> 8.0) - GoogleUtilities/Environment (~> 7.7) - GoogleUtilities/UserDefaults (~> 7.7) - PromisesObjC (< 3.0, >= 1.2) - - FirebaseMessaging (8.10.0): + - FirebaseMessaging (8.11.0): - FirebaseCore (~> 8.0) - FirebaseInstallations (~> 8.0) - GoogleDataTransport (~> 9.1) - - GoogleUtilities/AppDelegateSwizzler (~> 7.6) - - GoogleUtilities/Environment (~> 7.6) - - GoogleUtilities/Reachability (~> 7.6) - - GoogleUtilities/UserDefaults (~> 7.6) + - GoogleUtilities/AppDelegateSwizzler (~> 7.7) + - GoogleUtilities/Environment (~> 7.7) + - GoogleUtilities/Reachability (~> 7.7) + - GoogleUtilities/UserDefaults (~> 7.7) - nanopb (~> 2.30908.0) - Flutter (1.0.0) - flutter_local_notifications (0.0.1): @@ -95,31 +95,31 @@ PODS: - FMDB (2.7.5): - FMDB/standard (= 2.7.5) - FMDB/standard (2.7.5) - - Google-Mobile-Ads-SDK (8.13.0): + - Google-Mobile-Ads-SDK (9.1.0): - GoogleAppMeasurement (< 9.0, >= 7.0) - GoogleUserMessagingPlatform (>= 1.1) - google_sign_in (0.0.1): - Flutter - GoogleSignIn (~> 5.0) - - GoogleAppMeasurement (8.10.0): - - GoogleAppMeasurement/AdIdSupport (= 8.10.0) - - GoogleUtilities/AppDelegateSwizzler (~> 7.6) - - GoogleUtilities/MethodSwizzler (~> 7.6) - - GoogleUtilities/Network (~> 7.6) - - "GoogleUtilities/NSData+zlib (~> 7.6)" + - GoogleAppMeasurement (8.11.0): + - GoogleAppMeasurement/AdIdSupport (= 8.11.0) + - GoogleUtilities/AppDelegateSwizzler (~> 7.7) + - GoogleUtilities/MethodSwizzler (~> 7.7) + - GoogleUtilities/Network (~> 7.7) + - "GoogleUtilities/NSData+zlib (~> 7.7)" - nanopb (~> 2.30908.0) - - GoogleAppMeasurement/AdIdSupport (8.10.0): - - GoogleAppMeasurement/WithoutAdIdSupport (= 8.10.0) - - GoogleUtilities/AppDelegateSwizzler (~> 7.6) - - GoogleUtilities/MethodSwizzler (~> 7.6) - - GoogleUtilities/Network (~> 7.6) - - "GoogleUtilities/NSData+zlib (~> 7.6)" + - GoogleAppMeasurement/AdIdSupport (8.11.0): + - GoogleAppMeasurement/WithoutAdIdSupport (= 8.11.0) + - GoogleUtilities/AppDelegateSwizzler (~> 7.7) + - GoogleUtilities/MethodSwizzler (~> 7.7) + - GoogleUtilities/Network (~> 7.7) + - "GoogleUtilities/NSData+zlib (~> 7.7)" - nanopb (~> 2.30908.0) - - GoogleAppMeasurement/WithoutAdIdSupport (8.10.0): - - GoogleUtilities/AppDelegateSwizzler (~> 7.6) - - GoogleUtilities/MethodSwizzler (~> 7.6) - - GoogleUtilities/Network (~> 7.6) - - "GoogleUtilities/NSData+zlib (~> 7.6)" + - GoogleAppMeasurement/WithoutAdIdSupport (8.11.0): + - GoogleUtilities/AppDelegateSwizzler (~> 7.7) + - GoogleUtilities/MethodSwizzler (~> 7.7) + - GoogleUtilities/Network (~> 7.7) + - "GoogleUtilities/NSData+zlib (~> 7.7)" - nanopb (~> 2.30908.0) - GoogleDataTransport (9.1.2): - GoogleUtilities/Environment (~> 7.2) @@ -272,24 +272,24 @@ SPEC CHECKSUMS: assets_audio_player_web: 19826380c44375761aa0b9053665c1e3fbc3b86b connectivity_plus: 413a8857dd5d9f1c399a39130850d02fe0feaf7e device_info: d7d233b645a32c40dfdc212de5cf646ca482f175 - Firebase: 44213362f1dcc52555b935dc925ed35ac55f1b20 - firebase_analytics: ab4a37ccfdc157e9fe43a2d47c230b39a405fbcc - firebase_auth: 9d959bddc3b255ddfb67cf630a5bbb6186964356 - firebase_core: 2ca2d6cc8a11693e701b37126afae4800be5dbac - firebase_messaging: c616c3449770c7e9f4db1ceb3fd2612b0b4d9283 - FirebaseAnalytics: 319c9b3b1bdd400d60e2f415dff0c5f6959e6760 - FirebaseAuth: 59a2d2b933b5b79e18fb1e6ad230c6abdaa73d26 - FirebaseCore: 04186597c095da37d90ff9fd3e53bc61a1ff2440 - FirebaseCoreDiagnostics: 64d9709d804a6c25bd77841371c1fcfd909d5601 - FirebaseInstallations: 044eede8a049bce71c4541ee68d6e4364fcbe774 - FirebaseMessaging: b0aeba17332ee1ee610662b4d1e02a86db82f08f + Firebase: 44dd9724c84df18b486639e874f31436eaa9a20c + firebase_analytics: 20841ef6a705a412c737deb2fe98290e9242d323 + firebase_auth: 99c9cdc8cc2e59f6fd4960b6e183f5430d237838 + firebase_core: 08f6a85f62060111de5e98d6a214810d11365de9 + firebase_messaging: 36238f3d0b933af8c919aef608408aae06ba22e8 + FirebaseAnalytics: 4e4b13031034e6561ed3bd1d47b6fdabbd6487c6 + FirebaseAuth: d96d73aba85d192d7a7aa0b86dd6d7f8ec170b4b + FirebaseCore: 2f4f85b453cc8fea4bb2b37e370007d2bcafe3f0 + FirebaseCoreDiagnostics: c2836d254a8f0bbb4121ff18f2c2ea39d118fd08 + FirebaseInstallations: 60edbf7e11d91ae4c751d26c200dfd037099abe0 + FirebaseMessaging: 02e248e8997f71fa8cc9d78e9d49ec1a701ba14a Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a flutter_local_notifications: 0c0b1ae97e741e1521e4c1629a459d04b9aec743 flutter_native_timezone: 5f05b2de06c9776b4cc70e1839f03de178394d22 FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a - Google-Mobile-Ads-SDK: 05e5d68bb42a61b2e5bef336a52789785605aa22 - google_sign_in: c5cecea71f3be43282263550556e311c4cc03582 - GoogleAppMeasurement: a3311dbcf3ea651e5a070fe8559b57c174ada081 + Google-Mobile-Ads-SDK: d6ebb0e05cc38f4fad82d77a6655552213ed5e38 + google_sign_in: f669f45933dad48cd218dc3e189726bced3d19f4 + GoogleAppMeasurement: aa3cb422fab2b05d2efac543a5720d1a85b9dea5 GoogleDataTransport: 629c20a4d363167143f30ea78320d5a7eb8bd940 GoogleSignIn: 7137d297ddc022a7e0aa4619c86d72c909fa7213 GoogleUserMessagingPlatform: ab890ce5f6620f293a21b6bdd82e416a2c73aeca @@ -304,10 +304,10 @@ SPEC CHECKSUMS: PromisesObjC: 68159ce6952d93e17b2dfe273b8c40907db5ba58 ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825 share_plus: 056a1e8ac890df3e33cb503afffaf1e9b4fbae68 - shared_preferences_ios: aef470a42dc4675a1cdd50e3158b42e3d1232b32 + shared_preferences_ios: 548a61f8053b9b8a49ac19c1ffbc8b92c50d68ad sqflite: 6d358c025f5b867b29ed92fc697fd34924e11904 - url_launcher_ios: 02f1989d4e14e998335b02b67a7590fa34f971af + url_launcher_ios: 839c58cdb4279282219f5e248c3321761ff3c4de -PODFILE CHECKSUM: fe0e1ee7f3d1f7d00b11b474b62dd62134535aea +PODFILE CHECKSUM: 7368163408c647b7eb699d0d788ba6718e18fb8d -COCOAPODS: 1.10.2 +COCOAPODS: 1.11.2 diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 3aaf7cc3..c8900ba1 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -469,7 +469,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 263; + CURRENT_PROJECT_VERSION = 267; DEVELOPMENT_TEAM = ""; ENABLE_BITCODE = NO; FRAMEWORK_SEARCH_PATHS = ( @@ -477,13 +477,13 @@ "$(PROJECT_DIR)/Flutter", ); INFOPLIST_FILE = Runner/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LIBRARY_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - MARKETING_VERSION = 1.100.0; + MARKETING_VERSION = 1.101.2; PRODUCT_BUNDLE_IDENTIFIER = com.kurtlourens.nomansskyrecipes; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -611,7 +611,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 263; + CURRENT_PROJECT_VERSION = 267; DEVELOPMENT_TEAM = ""; ENABLE_BITCODE = NO; FRAMEWORK_SEARCH_PATHS = ( @@ -619,13 +619,13 @@ "$(PROJECT_DIR)/Flutter", ); INFOPLIST_FILE = Runner/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LIBRARY_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - MARKETING_VERSION = 1.100.0; + MARKETING_VERSION = 1.101.2; PRODUCT_BUNDLE_IDENTIFIER = com.kurtlourens.nomansskyrecipes; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -646,7 +646,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 263; + CURRENT_PROJECT_VERSION = 267; DEVELOPMENT_TEAM = ""; ENABLE_BITCODE = NO; FRAMEWORK_SEARCH_PATHS = ( @@ -654,13 +654,13 @@ "$(PROJECT_DIR)/Flutter", ); INFOPLIST_FILE = Runner/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LIBRARY_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - MARKETING_VERSION = 1.100.0; + MARKETING_VERSION = 1.101.2; PRODUCT_BUNDLE_IDENTIFIER = com.kurtlourens.nomansskyrecipes; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; diff --git a/lib/components/modalBottomSheet/factionMilestoneModalBottomSheet.dart b/lib/components/modalBottomSheet/factionMilestoneModalBottomSheet.dart new file mode 100644 index 00000000..4b25370c --- /dev/null +++ b/lib/components/modalBottomSheet/factionMilestoneModalBottomSheet.dart @@ -0,0 +1,66 @@ +import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart'; +import 'package:flutter/material.dart'; + +import '../../constants/AppAnimation.dart'; +import '../../contracts/faction/faction.dart'; +import '../../contracts/faction/storedFactionMission.dart'; +import '../../redux/modules/journeyMilestone/factionsViewModel.dart'; + +class FactionTierBottomSheet extends StatelessWidget { + final FactionMission mission; + final FactionsViewModel viewModel; + final StoredFactionMission storedFac; + const FactionTierBottomSheet(this.mission, this.viewModel, this.storedFac, + {Key key}) + : super(key: key); + + @override + Widget build(BuildContext context) { + List widgets = []; + + for (int statIndex = 0; statIndex < mission.tiers.length; statIndex++) { + FactionMissionTier stat = mission.tiers[statIndex]; + String messageToDisplay = stat.name + .toString() + .replaceAll('%AMOUNT%', stat.requiredProgress.toString()); + + void Function() onTap; + onTap = () { + getNavigation().pop(context); + viewModel.setFaction(mission.id, statIndex); + }; + + widgets.add( + () => genericListTileWithSubtitle( + context, + leadingImage: stat.icon, + name: messageToDisplay, + trailing: IconButton( + icon: Icon((storedFac?.missionTierIndex ?? 0) == statIndex + ? Icons.radio_button_on + : Icons.radio_button_off), + onPressed: onTap, + ), + onTap: onTap, + ), + ); + } + widgets.add(() => emptySpace8x()); + + return AnimatedSize( + duration: AppAnimation.modal, + child: Container( + constraints: BoxConstraints( + minHeight: (MediaQuery.of(context).size.height) / 2, + maxHeight: (MediaQuery.of(context).size.height) * 0.75, + ), + child: ListView.builder( + padding: const EdgeInsets.all(0), + itemCount: widgets.length, + itemBuilder: (_, int index) => widgets[index](), + shrinkWrap: true, + ), + ), + ); + } +} diff --git a/lib/components/tilePresenters/factionTilePresenter.dart b/lib/components/tilePresenters/factionTilePresenter.dart new file mode 100644 index 00000000..6c9023aa --- /dev/null +++ b/lib/components/tilePresenters/factionTilePresenter.dart @@ -0,0 +1,81 @@ +import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart'; +import 'package:flutter/material.dart'; + +import '../../constants/Routes.dart'; +import '../../contracts/faction/faction.dart'; +import '../../contracts/faction/storedFactionMission.dart'; +import '../../pages/faction/factionDetailPage.dart'; +import '../../redux/modules/journeyMilestone/factionsViewModel.dart'; +import '../modalBottomSheet/factionMilestoneModalBottomSheet.dart'; + +Widget factionTilePresenter(BuildContext context, FactionDetail faction) { + return genericListTileWithSubtitle( + context, + leadingImage: faction.icon, + name: faction.name, + subtitle: faction.description.isNotEmpty + ? Text(faction.description, maxLines: 1) + : null, + maxLines: 1, + onTap: () { + List additionalList = (faction.additional ?? List.empty()); + if (additionalList.contains('NavigateToJourneyPage')) { + getNavigation().navigateAsync( + context, + navigateToNamed: Routes.journeyMilestonePage, + ); + return; + } + getNavigation().navigateAsync( + context, + navigateTo: (context) => FactionDetailPage(faction.id), + ); + }, + ); +} + +Widget factionMissionTilePresenter(BuildContext context, FactionMission faction, + FactionsViewModel viewModel, StoredFactionMission storedFac) { + FactionMissionTier currentTier = (storedFac != null) + ? faction.tiers[storedFac.missionTierIndex] + : faction.tiers.first; + + return ListTile( + leading: SizedBox( + height: 50, + width: 50, + child: Stack( + alignment: Alignment.center, + clipBehavior: Clip.hardEdge, + children: [ + Positioned( + height: 100, + width: 100, + left: -25, + top: -25, + child: localImage(currentTier.icon), + ), + ], + ), + ), + title: Text( + faction.name, + maxLines: 1, + overflow: TextOverflow.ellipsis, + ), + subtitle: Text( + currentTier.name.replaceAll( + '%AMOUNT%', + currentTier.requiredProgress.toString(), + ), + maxLines: 1, + overflow: TextOverflow.ellipsis, + ), + onTap: () => adaptiveBottomModalSheet( + context, + hasRoundedCorners: true, + builder: (BuildContext innerContext) => + FactionTierBottomSheet(faction, viewModel, storedFac), + ), + ); +} diff --git a/lib/components/tilePresenters/settingTilePresenter.dart b/lib/components/tilePresenters/settingTilePresenter.dart index e9698f59..6043a682 100644 --- a/lib/components/tilePresenters/settingTilePresenter.dart +++ b/lib/components/tilePresenters/settingTilePresenter.dart @@ -124,14 +124,18 @@ Widget patreonCodeSettingTilePresenter( patreonModalSheet = () async { baseOnChange(); + if (value == true) return; + adaptiveBottomModalSheet( context, hasRoundedCorners: true, builder: (BuildContext innerC) => PatreonLoginModalBottomSheet( - AnalyticsEvent.aboutPage, + AnalyticsEvent.patreonOAuthLogin, (Result loginResult) { if (loginResult.isSuccess) { onChange(true); + } else { + getLog().d('patreonOAuthLogin message ' + loginResult.errorMessage); } }, ), diff --git a/lib/constants/AnalyticsEvent.dart b/lib/constants/AnalyticsEvent.dart index e7feda16..b4a4e678 100644 --- a/lib/constants/AnalyticsEvent.dart +++ b/lib/constants/AnalyticsEvent.dart @@ -86,9 +86,11 @@ class AnalyticsEvent { static const String seasonalExpeditionListPage = "Seasonal_Expedition_List_Page_View"; static const String journeyMilestonesPage = "Journey_Milestones_Page_View"; + static const String factionPage = "Faction_Page_View"; //user_events static const String addToCartFromHome = 'Added_item_to_cart_from_Home_Page'; static const String exploitItemClick = 'Exploit_item_Click'; + static const String patreonOAuthLogin = 'Patreon_OAuth_Login'; //json static const String loadRawMaterialJson = 'Loaded_RawMaterials.json'; static const String loadProductJson = 'Loaded_Products.json'; diff --git a/lib/constants/AppAvailableLanguages.dart b/lib/constants/AppAvailableLanguages.dart index 24eb2a31..69a88fbc 100644 --- a/lib/constants/AppAvailableLanguages.dart +++ b/lib/constants/AppAvailableLanguages.dart @@ -1,33 +1,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: 50), - 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: 98), - LocalizationMap(LocaleKey.polish, 'pl', 'pl', percentageComplete: 99), - LocalizationMap(LocaleKey.brazilianPortuguese, 'pt-br', 'br', - percentageComplete: 98), - LocalizationMap(LocaleKey.portuguese, 'pt', 'pt', percentageComplete: 25), - LocalizationMap(LocaleKey.norwegian, 'no', 'no', percentageComplete: 87), - LocalizationMap(LocaleKey.romanian, 'ro', 'ro', percentageComplete: 31), - LocalizationMap(LocaleKey.spanish, 'es', 'es', percentageComplete: 99), - LocalizationMap(LocaleKey.czech, 'cs', 'cz', percentageComplete: 98), - LocalizationMap(LocaleKey.turkish, 'tr', 'tr', percentageComplete: 97), - LocalizationMap(LocaleKey.hungarian, 'hu', 'hu', percentageComplete: 99), - LocalizationMap(LocaleKey.simplifiedChinese, 'zh-hans', 'cn', - percentageComplete: 99), - LocalizationMap(LocaleKey.traditionalChinese, 'zh-hant', 'cn', - percentageComplete: 34), - LocalizationMap(LocaleKey.arabic, 'ar', 'ar', percentageComplete: 12), - LocalizationMap(LocaleKey.vietnamese, 'vi-vn', 'vn', percentageComplete: 99), - LocalizationMap(LocaleKey.urdu, 'ur', 'pk', percentageComplete: 7), - LocalizationMap(LocaleKey.filipino, 'ph', 'ph', percentageComplete: 0), - LocalizationMap(LocaleKey.indonesian, 'id', 'id', percentageComplete: 97), - LocalizationMap(LocaleKey.malaysian, 'ms', 'my', percentageComplete: 97), - LocalizationMap(LocaleKey.tagalog, 'tl', 'ph', percentageComplete: 0), - LocalizationMap(LocaleKey.japanese, 'ja', 'jp', percentageComplete: 0), - LocalizationMap(LocaleKey.afrikaans, 'af', 'za', percentageComplete: 32), + LocalizationMap(LocaleKey.english, 'en', 'gb', percentageComplete: 100), + LocalizationMap(LocaleKey.dutch, 'nl', 'nl', percentageComplete: 60), + LocalizationMap(LocaleKey.german, 'de', 'de', percentageComplete: 99), + LocalizationMap(LocaleKey.french, 'fr', 'fr', percentageComplete: 99), + LocalizationMap(LocaleKey.italian, 'it', 'it', percentageComplete: 99), + LocalizationMap(LocaleKey.russian, 'ru', 'ru', percentageComplete: 98), + LocalizationMap(LocaleKey.polish, 'pl', 'pl', percentageComplete: 99), + LocalizationMap(LocaleKey.brazilianPortuguese, 'pt-br', 'br', percentageComplete: 98), + LocalizationMap(LocaleKey.portuguese, 'pt', 'pt', percentageComplete: 25), + LocalizationMap(LocaleKey.norwegian, 'no', 'no', percentageComplete: 86), + LocalizationMap(LocaleKey.romanian, 'ro', 'ro', percentageComplete: 31), + LocalizationMap(LocaleKey.spanish, 'es', 'es', percentageComplete: 99), + LocalizationMap(LocaleKey.czech, 'cs', 'cz', percentageComplete: 98), + LocalizationMap(LocaleKey.turkish, 'tr', 'tr', percentageComplete: 97), + LocalizationMap(LocaleKey.hungarian, 'hu', 'hu', percentageComplete: 99), + LocalizationMap(LocaleKey.simplifiedChinese, 'zh-hans', 'cn', percentageComplete: 99), + LocalizationMap(LocaleKey.traditionalChinese, 'zh-hant', 'cn', percentageComplete: 34), + LocalizationMap(LocaleKey.arabic, 'ar', 'ar', percentageComplete: 12), + LocalizationMap(LocaleKey.vietnamese, 'vi-vn', 'vn', percentageComplete: 99), + LocalizationMap(LocaleKey.urdu, 'ur', 'pk', percentageComplete: 7), + LocalizationMap(LocaleKey.filipino, 'ph', 'ph', percentageComplete: 0), + LocalizationMap(LocaleKey.indonesian, 'id', 'id', percentageComplete: 97), + LocalizationMap(LocaleKey.malaysian, 'ms', 'my', percentageComplete: 97), + LocalizationMap(LocaleKey.tagalog, 'tl', 'ph', percentageComplete: 0), + LocalizationMap(LocaleKey.japanese, 'ja', 'jp', percentageComplete: 0), + LocalizationMap(LocaleKey.afrikaans, 'af', 'za', percentageComplete: 32), + ]; + diff --git a/lib/constants/Patreon.dart b/lib/constants/Patreon.dart index 5e6c3753..9af8b1e9 100644 --- a/lib/constants/Patreon.dart +++ b/lib/constants/Patreon.dart @@ -14,6 +14,7 @@ class PatreonEarlyAccessFeature { static DateTime developerPropertiesAvailableFrom = DateTime(2021, 6, 31); static DateTime journeyMilestonesAvailableFrom = DateTime(2021, 10, 2); static DateTime season3Expedition = DateTime(2021, 9, 18); + static DateTime newMilestonesPage = DateTime(2022, 4, 1); } bool isPatreonFeatureLocked(DateTime unlockDate, bool isPatron) { diff --git a/lib/constants/Routes.dart b/lib/constants/Routes.dart index f36b0e42..b9b8109f 100644 --- a/lib/constants/Routes.dart +++ b/lib/constants/Routes.dart @@ -13,6 +13,7 @@ import '../pages/community/onlineMeetup2020SubmissionsPage.dart'; import '../pages/contributors/contributorsPage.dart'; import '../pages/donation.dart'; import '../pages/exploits/exploitsPage.dart'; +import '../pages/faction/factionListPage.dart'; import '../pages/favourite/favouritesPage.dart'; import '../pages/feedback/feedbackPage.dart'; import '../pages/friendCode/friendCodeListPage.dart'; @@ -99,6 +100,7 @@ class Routes { static const String seasonalExpeditionPage = '/seasonalExpPage'; static const String alienPuzzlesMenuPage = '/alienPuzzlesMenuPage'; static const String journeyMilestonePage = '/journeyMilestonePage'; + static const String factionPage = '/factionPage'; } Map initNamedRoutes( @@ -175,6 +177,7 @@ Map initNamedRoutes( SeasonalExpeditionSeasonListPage(), Routes.alienPuzzlesMenuPage: (context) => AlienPuzzlesMenuPage(), Routes.journeyMilestonePage: (context) => JourneyMilestonePage(), + Routes.factionPage: (context) => FactionPage(), }); return routes; } diff --git a/lib/contracts/cart/cartItem.dart b/lib/contracts/cart/cartItem.dart index edc135bf..f0e70708 100644 --- a/lib/contracts/cart/cartItem.dart +++ b/lib/contracts/cart/cartItem.dart @@ -1,3 +1,5 @@ +import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart'; + import '../genericPageItem.dart'; import '../requiredItem.dart'; @@ -9,8 +11,7 @@ class CartItem { List requiredItems; int quantity; - CartItem({GenericPageItem pageItem, int quantity}) { - quantity = quantity; + CartItem({GenericPageItem pageItem, this.quantity}) { typeName = pageItem.typeName; id = pageItem.id; icon = pageItem.icon; @@ -20,7 +21,7 @@ class CartItem { factory CartItem.fromJson(Map json) => CartItem( pageItem: GenericPageItem.fromJson(json["pageItem"]), - quantity: json["quantity"] as int); + quantity: readIntSafe(json, 'quantity')); Map toJson() => { 'pageItem': GenericPageItem( diff --git a/lib/contracts/faction/faction.dart b/lib/contracts/faction/faction.dart new file mode 100644 index 00000000..c5eb547c --- /dev/null +++ b/lib/contracts/faction/faction.dart @@ -0,0 +1,128 @@ +// To parse this JSON data, do +// +// final faction = factionFromMap(jsonString); + +import 'dart:convert'; + +import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart'; + +class FactionData { + FactionData({ + this.milestone, + this.category, + this.categories, + this.lifeform, + this.lifeforms, + this.guild, + this.guilds, + }); + + final String milestone; + final String category; + final List categories; + final String lifeform; + final List lifeforms; + final String guild; + final List guilds; + + factory FactionData.fromRawJson(String str) => + FactionData.fromJson(json.decode(str)); + + factory FactionData.fromJson(Map json) => FactionData( + milestone: readStringSafe(json, 'Milestone'), + category: readStringSafe(json, 'Category'), + categories: readListSafe( + json, + 'Categories', + (x) => FactionDetail.fromJson(x), + ), + lifeform: readStringSafe(json, 'Lifeform'), + lifeforms: readListSafe( + json, + 'Lifeforms', + (x) => FactionDetail.fromJson(x), + ), + guild: readStringSafe(json, 'Guild'), + guilds: readListSafe( + json, + 'Guilds', + (x) => FactionDetail.fromJson(x), + ), + ); +} + +class FactionDetail { + FactionDetail({ + this.id, + this.icon, + this.name, + this.description, + this.additional, + this.missions, + }); + + final String id; + final String icon; + final String name; + final String description; + final List additional; + final List missions; + + factory FactionDetail.fromJson(Map json) => FactionDetail( + id: readStringSafe(json, 'Id'), + icon: readStringSafe(json, 'Icon'), + name: readStringSafe(json, 'Name'), + description: readStringSafe(json, 'Description'), + additional: readListSafe( + json, + 'Additional', + (x) => x.toString(), + ), + missions: readListSafe( + json, + 'Missions', + (x) => FactionMission.fromJson(x), + ), + ); +} + +class FactionMission { + FactionMission({ + this.id, + this.name, + this.tiers, + }); + + final String id; + final String name; + final List tiers; + + factory FactionMission.fromJson(Map json) => FactionMission( + id: readStringSafe(json, 'Id'), + name: readStringSafe(json, 'Name'), + tiers: readListSafe( + json, + 'Tiers', + (x) => FactionMissionTier.fromJson(x), + ), + ); +} + +class FactionMissionTier { + FactionMissionTier({ + this.icon, + this.name, + this.requiredProgress, + }); + + final String icon; + final String name; + final int requiredProgress; + + factory FactionMissionTier.fromJson(Map json) => + FactionMissionTier( + icon: readStringSafe(json, 'Icon'), + name: readStringSafe(json, 'Name'), + requiredProgress: readIntSafe(json, 'RequiredProgress'), + ); +} diff --git a/lib/contracts/faction/storedFactionMission.dart b/lib/contracts/faction/storedFactionMission.dart new file mode 100644 index 00000000..eb7eb67f --- /dev/null +++ b/lib/contracts/faction/storedFactionMission.dart @@ -0,0 +1,22 @@ +import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart'; + +class StoredFactionMission { + StoredFactionMission({ + this.missionId, + this.missionTierIndex, + }); + + String missionId; + int missionTierIndex; + + factory StoredFactionMission.fromJson(Map json) => + StoredFactionMission( + missionId: readStringSafe(json, 'missionId'), + missionTierIndex: readIntSafe(json, 'missionTierIndex'), + ); + + Map toJson() => { + 'missionId': missionId, + 'missionTierIndex': missionTierIndex, + }; +} diff --git a/lib/contracts/misc/customMenu.dart b/lib/contracts/misc/customMenu.dart index 06e4b50a..44cfe72e 100644 --- a/lib/contracts/misc/customMenu.dart +++ b/lib/contracts/misc/customMenu.dart @@ -1,7 +1,9 @@ import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart'; import 'package:flutter/material.dart'; +import '../../components/dialogs/patreonDialog.dart'; import '../../constants/AppImage.dart'; +import '../../constants/Patreon.dart'; import '../../constants/Routes.dart'; import '../../redux/modules/setting/drawerSettingsViewModel.dart'; @@ -12,6 +14,7 @@ class CustomMenu { String navigateToNamed; String navigateToExternal; bool isLocked; + bool isNew; bool hideInCustom; bool hideInDrawer; void Function(BuildContext) onTap; @@ -23,6 +26,7 @@ class CustomMenu { this.navigateToNamed, this.navigateToExternal, this.isLocked = false, + this.isNew = false, this.hideInCustom = false, this.hideInDrawer = false, this.onTap, @@ -197,6 +201,23 @@ List getMenuOptionsSection3( title: LocaleKey.journeyMilestone, navigateToNamed: Routes.journeyMilestonePage, ), + CustomMenu( + icon: localGetFromIcon(Icons.show_chart), + drawerIcon: localGetDrawerFromIcon(Icons.show_chart), + title: LocaleKey.milestones, + isLocked: isPatreonFeatureLocked( + PatreonEarlyAccessFeature.newMilestonesPage, + vm.isPatron, + ), + isNew: true, + navigateToNamed: Routes.factionPage, + onTap: (BuildContext navContext) => handlePatreonDialogForRoute( + navContext, + vm.isPatron, + route: Routes.factionPage, + unlockDate: PatreonEarlyAccessFeature.newMilestonesPage, + ), + ), CustomMenu( icon: getListTileImage(AppImage.timer, size: imageSize), drawerIcon: getListTileImage(AppImage.timer), diff --git a/lib/contracts/redux/cartState.dart b/lib/contracts/redux/cartState.dart index 048695b8..c0851e54 100644 --- a/lib/contracts/redux/cartState.dart +++ b/lib/contracts/redux/cartState.dart @@ -14,10 +14,9 @@ class CartState { } CartState copyWith({ - List craftingItems, - List refinerItems, + List crftingItems, }) { - return CartState(craftingItems: craftingItems ?? this.craftingItems); + return CartState(craftingItems: crftingItems ?? craftingItems); } factory CartState.fromJson(Map json) { @@ -27,7 +26,7 @@ class CartState { craftingItems: readListSafe( json, 'craftingItems', - (i) => CartItem.fromJson(i as Map), + (i) => CartItem.fromJson(i), ).toList(), ); } catch (exception) { diff --git a/lib/contracts/redux/journeyMilestoneState.dart b/lib/contracts/redux/journeyMilestoneState.dart index 0346ba2d..553ef6dd 100644 --- a/lib/contracts/redux/journeyMilestoneState.dart +++ b/lib/contracts/redux/journeyMilestoneState.dart @@ -1,27 +1,33 @@ import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart'; import 'package:flutter/material.dart'; +import '../faction/storedFactionMission.dart'; import '../journey/storedJourneyMilestone.dart'; @immutable class JourneyMilestoneState { final List storedMilestones; + final List storedFactions; const JourneyMilestoneState({ this.storedMilestones, + this.storedFactions, }); factory JourneyMilestoneState.initial() { return JourneyMilestoneState( - storedMilestones: List.empty(growable: true), + storedMilestones: List.empty(), + storedFactions: List.empty(), ); } JourneyMilestoneState copyWith({ List storedMilestones, + List storedFactions, }) { return JourneyMilestoneState( - storedMilestones: storedMilestones ?? List.empty(growable: true), + storedMilestones: storedMilestones ?? List.empty(), + storedFactions: storedFactions ?? List.empty(), ); } @@ -33,6 +39,10 @@ class JourneyMilestoneState { json, 'storedMilestones', (dynamic innerJson) => StoredJourneyMilestone.fromJson(innerJson)), + storedFactions: readListSafe( + json, + 'storedFactions', + (dynamic innerJson) => StoredFactionMission.fromJson(innerJson)), ); } catch (exception) { return JourneyMilestoneState.initial(); @@ -41,5 +51,6 @@ class JourneyMilestoneState { Map toJson() => { 'storedMilestones': storedMilestones, + 'storedFactions': storedFactions, }; } diff --git a/lib/helpers/drawerHelper.dart b/lib/helpers/drawerHelper.dart index 82e6c36a..5b70a565 100644 --- a/lib/helpers/drawerHelper.dart +++ b/lib/helpers/drawerHelper.dart @@ -79,16 +79,23 @@ Widget _drawerItem(BuildContext context, String navigateToNamed, String navigateToExternal, bool isLocked = false, + bool isNew = false, Function(BuildContext) onTap, Function(BuildContext) onLongPress}) { - return ListTile( + Widget isLockedWidget; + if (isLocked) { + isLockedWidget = Icon( + Icons.lock_clock, + color: getTheme().getDarkModeSecondaryColour(), + ); + } + + ListTile tile = ListTile( key: Key('$image-${key.toString()}'), leading: image, title: Text(getTranslations().fromKey(key)), dense: true, - trailing: isLocked - ? Icon(Icons.lock_clock, color: getTheme().getDarkModeSecondaryColour()) - : null, + trailing: isLockedWidget, onLongPress: () { if (onLongPress != null) onLongPress(context); }, @@ -106,6 +113,15 @@ Widget _drawerItem(BuildContext context, } }, ); + if (isNew) { + return wrapInNewBanner( + context, + LocaleKey.newItem, + tile, + location: isLocked ? BannerLocation.topStart : BannerLocation.topEnd, + ); + } + return tile; } List _mapToDrawerItem(BuildContext context, List menus) { @@ -119,6 +135,7 @@ List _mapToDrawerItem(BuildContext context, List menus) { navigateToNamed: menu.navigateToNamed, navigateToExternal: menu.navigateToExternal, isLocked: menu.isLocked, + isNew: menu.isNew, onTap: menu.onTap, onLongPress: menu.onLongPress, )); diff --git a/lib/helpers/futureHelper.dart b/lib/helpers/futureHelper.dart index 63a95d65..3a9dbadf 100644 --- a/lib/helpers/futureHelper.dart +++ b/lib/helpers/futureHelper.dart @@ -395,18 +395,20 @@ Future getQuickSilverFromId( Future getNanitesFromId( BuildContext context, String itemId, int multiplier) async { - var repoResult = getRepoFromId(context, itemId); + ResultWithValue repoResult = + getRepoFromId(context, itemId); if (repoResult.hasFailed) return 0; - var repo = repoResult.value; - var detailsResult = await repo.getById(context, itemId); + IGenericRepository repo = repoResult.value; + ResultWithValue detailsResult = + await repo.getById(context, itemId); if (detailsResult.hasFailed) return 0; if (detailsResult.value.currencyType == CurrencyType.NANITES) { return detailsResult.value.baseValueUnits * multiplier; } if (detailsResult.value.blueprintCostType == CurrencyType.NANITES) { - return detailsResult.value.blueprintCost.toDouble() * multiplier; + return (detailsResult.value.blueprintCost ?? 0).toDouble() * multiplier; } return 0; @@ -432,28 +434,32 @@ Future getFactoryOverridesFromId( Future getBaseValueCostFromId(BuildContext context, CurrencyType currencyType, String itemId, int multiplier) async { - var repoResult = getRepoFromId(context, itemId); + ResultWithValue repoResult = + getRepoFromId(context, itemId); if (repoResult.hasFailed) return 0; - var repo = repoResult.value; - var detailsResult = await repo.getById(context, itemId); + IGenericRepository repo = repoResult.value; + ResultWithValue detailsResult = + await repo.getById(context, itemId); if (detailsResult.hasFailed) return 0; if (detailsResult.value.currencyType != currencyType) return 0; - return detailsResult.value.baseValueUnits * multiplier; + return (detailsResult.value?.baseValueUnits ?? 0.0) * multiplier; } Future getBlueprintCostFromId(BuildContext context, CurrencyType currencyType, String itemId, int multiplier) async { - var repoResult = getRepoFromId(context, itemId); + ResultWithValue repoResult = + getRepoFromId(context, itemId); if (repoResult.hasFailed) return 0; - var repo = repoResult.value; - var detailsResult = await repo.getById(context, itemId); + IGenericRepository repo = repoResult.value; + ResultWithValue detailsResult = + await repo.getById(context, itemId); if (detailsResult.hasFailed) return 0; if (detailsResult.value.blueprintCostType != currencyType) return 0; - return detailsResult.value.blueprintCost.toDouble() * multiplier; + return (detailsResult.value.blueprintCost ?? 0).toDouble() * multiplier; } Future> processorOutputDetailsFuture( diff --git a/lib/helpers/itemsHelper.dart b/lib/helpers/itemsHelper.dart index d92e79f7..760e35e9 100644 --- a/lib/helpers/itemsHelper.dart +++ b/lib/helpers/itemsHelper.dart @@ -103,7 +103,7 @@ Future> getRequiredItems( requiredIndex < tempRawMaterials.length; requiredIndex++) { RequiredItem rawMaterial = tempRawMaterials[requiredIndex]; - rawMaterial.quantity *= requiredItem.quantity; + rawMaterial.quantity *= (requiredItem.quantity ?? 1); if (rawMaterial.id == requiredItem.id) { // Handle infinite loop diff --git a/lib/integration/dependencyInjection.dart b/lib/integration/dependencyInjection.dart index df71c51b..1b5d3a59 100644 --- a/lib/integration/dependencyInjection.dart +++ b/lib/integration/dependencyInjection.dart @@ -21,6 +21,7 @@ import '../services/json/AlienPuzzleRepository.dart'; import '../services/json/AlienPuzzleRewardsJsonRepository.dart'; import '../services/json/DataJsonRepository.dart'; import '../services/json/ExploitJsonRepository.dart'; +import '../services/json/FactionJsonRepository.dart'; import '../services/json/GenericJsonRepository.dart'; import '../services/json/RechargeJsonRepository.dart'; import '../services/json/RefineryJsonRepository.dart'; @@ -31,6 +32,7 @@ import '../services/json/interface/IAlienPuzzleJsonRepository.dart'; import '../services/json/interface/IAlienPuzzleRewardsJsonRepository.dart'; import '../services/json/interface/IDataJsonRepository.dart'; import '../services/json/interface/IExploitRepository.dart'; +import '../services/json/interface/IFactionJsonRepository.dart'; import '../services/json/interface/IGenericRepository.dart'; import '../services/json/interface/IRechargeJsonRepository.dart'; import '../services/json/interface/IRefineryRepository.dart'; @@ -75,6 +77,7 @@ void initDependencyInjection(EnvironmentSettings _env) { AlienPuzzleRewardsJsonRepository()); getIt.registerSingleton( SeasonalExpeditionJsonRepository()); + getIt.registerSingleton(FactionJsonRepository()); getIt.registerSingleton(AudioPlayerService()); getIt.registerSingleton(LocalNotificationService()); @@ -109,6 +112,7 @@ IAlienPuzzleRewardsJsonRepository getAlienPuzzleRewardsRepo() => getIt(); ISeasonalExpeditionJsonRepository getSeasonalExpeditionRepo() => getIt(); +IFactionJsonRepository getFactionRepo() => getIt(); AudioPlayerService getAudioPlayer() => getIt(); LocalNotificationService getLocalNotification() => diff --git a/lib/main.dart b/lib/main.dart index f1ea65f5..00dd1df7 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -20,7 +20,7 @@ Future main() async { remoteConfigsConfigId: '9e83ecdf', donationsEnabled: true, isProduction: false, - currentWhatIsNewGuid: 'e3a18274-5981-4945-a846-47688324aa5c', + currentWhatIsNewGuid: '682ce415-30eb-4265-b0ad-fcfc363705bb', // from env.dart remoteConfigsApiKey: remoteConfigsApiKey, diff --git a/lib/pages/cartPage.dart b/lib/pages/cartPage.dart index 55593189..71c617ed 100644 --- a/lib/pages/cartPage.dart +++ b/lib/pages/cartPage.dart @@ -1,4 +1,5 @@ import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart'; +import 'package:assistantnms_app/services/json/interface/IGenericRepository.dart'; import 'package:flutter/material.dart'; import 'package:flutter_redux/flutter_redux.dart'; @@ -56,10 +57,12 @@ class CartPage extends StatelessWidget { context, CartViewModel viewModel) async { List reqItems = List.empty(growable: true); for (CartItem cartItem in viewModel.craftingItems) { - var genRepo = getRepoFromId(context, cartItem.id); + ResultWithValue genRepo = + getRepoFromId(context, cartItem.id); if (genRepo.hasFailed) continue; - var itemResult = await genRepo.value.getById(context, cartItem.id); + ResultWithValue itemResult = + await genRepo.value.getById(context, cartItem.id); if (itemResult.isSuccess) { reqItems.add(CartPageItem( quantity: cartItem.quantity, @@ -103,15 +106,15 @@ class CartPage extends StatelessWidget { viewModel.removeFromCart(cartDetail.details.id); })); creditTasks.add(getCreditsFromId( - context, cartDetail.details.id, cartDetail.quantity)); + context, cartDetail.details.id, cartDetail.quantity ?? 1)); quicksilverTasks.add(getQuickSilverFromId( - context, cartDetail.details.id, cartDetail.quantity)); + context, cartDetail.details.id, cartDetail.quantity ?? 1)); nanitesTasks.add(getNanitesFromId( - context, cartDetail.details.id, cartDetail.quantity)); + context, cartDetail.details.id, cartDetail.quantity ?? 1)); salvagedTechTasks.add(getSalvagedTechFromId( - context, cartDetail.details.id, cartDetail.quantity)); + context, cartDetail.details.id, cartDetail.quantity ?? 1)); factoryOvrTasks.add(getFactoryOverridesFromId( - context, cartDetail.details.id, cartDetail.quantity)); + context, cartDetail.details.id, cartDetail.quantity ?? 1)); requiredItems.add(req); } diff --git a/lib/pages/faction/factionDetailPage.dart b/lib/pages/faction/factionDetailPage.dart new file mode 100644 index 00000000..49520900 --- /dev/null +++ b/lib/pages/faction/factionDetailPage.dart @@ -0,0 +1,74 @@ +import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart'; +import 'package:flutter/material.dart'; +import 'package:flutter_redux/flutter_redux.dart'; + +import '../../components/common/cachedFutureBuilder.dart'; +import '../../components/scaffoldTemplates/genericPageScaffold.dart'; +import '../../components/tilePresenters/factionTilePresenter.dart'; +import '../../contracts/faction/faction.dart'; +import '../../contracts/faction/storedFactionMission.dart'; +import '../../contracts/redux/appState.dart'; +import '../../integration/dependencyInjection.dart'; +import '../../redux/modules/journeyMilestone/factionsViewModel.dart'; + +class FactionDetailPage extends StatelessWidget { + final String factionId; + const FactionDetailPage(this.factionId, {Key key}) : super(key: key); + + @override + Widget build(BuildContext context) { + return CachedFutureBuilder( + future: getFactionRepo().getById(context, factionId), + whileLoading: getLoading().fullPageLoading(context), + whenDoneLoading: (ResultWithValue snapshot) => + StoreConnector( + converter: (store) => FactionsViewModel.fromStore(store), + rebuildOnChange: false, + builder: (BuildContext storeContext, FactionsViewModel viewModel) => + getBody(storeContext, snapshot, viewModel), + ), + ); + } + + Widget getBody(BuildContext storeContext, + ResultWithValue snapshot, FactionsViewModel viewModel) { + if (snapshot == null || snapshot.isSuccess == false) { + return simpleGenericPageScaffold( + storeContext, + title: getTranslations().fromKey(LocaleKey.loading), + body: getLoading().customErrorWidget(storeContext), + ); + } + FactionDetail faction = snapshot.value; + + List widgets = List.empty(growable: true); + widgets.add(localImage( + faction.icon, + height: 100, + )); + widgets.add(genericItemDescription(faction.description)); + widgets.add(customDivider()); + + for (FactionMission mission in faction.missions) { + int storedFacIndex = viewModel.storedFactions + .indexWhere((fac) => fac.missionId == mission.id); + bool isValidIndex = storedFacIndex > -1 && + storedFacIndex < viewModel.storedFactions.length; + StoredFactionMission reduxMdl = + isValidIndex ? viewModel.storedFactions[storedFacIndex] : null; + widgets.add(factionMissionTilePresenter( + storeContext, mission, viewModel, reduxMdl)); + } + + widgets.add(emptySpace8x()); + + return simpleGenericPageScaffold( + storeContext, + title: faction.name, + body: listWithScrollbar( + itemCount: widgets.length, + itemBuilder: (context, index) => widgets[index], + ), + ); + } +} diff --git a/lib/pages/faction/factionListPage.dart b/lib/pages/faction/factionListPage.dart new file mode 100644 index 00000000..2db92129 --- /dev/null +++ b/lib/pages/faction/factionListPage.dart @@ -0,0 +1,75 @@ +import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart'; +import 'package:flutter/material.dart'; + +import '../../components/common/cachedFutureBuilder.dart'; +import '../../components/scaffoldTemplates/genericPageScaffold.dart'; +import '../../components/tilePresenters/factionTilePresenter.dart'; +import '../../constants/AnalyticsEvent.dart'; +import '../../contracts/faction/faction.dart'; +import '../../integration/dependencyInjection.dart'; + +class FactionPage extends StatelessWidget { + FactionPage({Key key}) : super(key: key) { + getAnalytics().trackEvent(AnalyticsEvent.factionPage); + } + + @override + Widget build(BuildContext context) { + return CachedFutureBuilder( + future: getFactionRepo().getAll(context), + whileLoading: simpleGenericPageScaffold( + context, + title: getTranslations().fromKey(LocaleKey.loading), + body: getLoading().fullPageLoading(context), + ), + whenDoneLoading: (ResultWithValue snapshot) => + getBody(context, snapshot), + ); + //factionTilePresenter + } + + Widget getBody(BuildContext bodyCtx, ResultWithValue snapshot) { + if (snapshot == null || snapshot.isSuccess == false) { + return simpleGenericPageScaffold( + bodyCtx, + title: getTranslations().fromKey(LocaleKey.error), + body: getLoading().customErrorWidget(bodyCtx), + ); + } + FactionData faction = snapshot.value; + + List widgets = List.empty(growable: true); + // widgets.add(categoryHeading(faction.category)); + // for (FactionDetail detail in faction.categories) { + // widgets.add(factionTilePresenter(bodyCtx, detail)); + // } + widgets.add(categoryHeading(faction.lifeform)); + for (FactionDetail detail in faction.lifeforms) { + widgets.add(factionTilePresenter(bodyCtx, detail)); + } + widgets.add(categoryHeading(faction.guild)); + for (FactionDetail detail in faction.guilds) { + widgets.add(factionTilePresenter(bodyCtx, detail)); + } + + widgets.add(emptySpace8x()); + + return simpleGenericPageScaffold( + bodyCtx, + title: faction.milestone, + body: listWithScrollbar( + itemCount: widgets.length, + itemBuilder: (context, index) => widgets[index], + ), + ); + } + + Widget categoryHeading(String title) { + return flatCard( + child: Padding( + padding: const EdgeInsets.all(4), + child: genericItemName(title), + ), + ); + } +} diff --git a/lib/pages/homepage/customHomepageComponents.dart b/lib/pages/homepage/customHomepageComponents.dart index 678b7e4b..e93b793f 100644 --- a/lib/pages/homepage/customHomepageComponents.dart +++ b/lib/pages/homepage/customHomepageComponents.dart @@ -93,7 +93,7 @@ Widget editCustomMenuItemGridPresenter( } Widget customMenuItemGridPresenter(BuildContext context, CustomMenu menuItem) { - return GestureDetector( + Widget card = GestureDetector( child: Card( child: Stack( alignment: Alignment.center, @@ -101,9 +101,10 @@ Widget customMenuItemGridPresenter(BuildContext context, CustomMenu menuItem) { if (menuItem.isLocked) ...[ Positioned( top: 5, - right: 5, + left: 7, child: Icon( Icons.lock_clock, + size: 32, color: getTheme().getDarkModeSecondaryColour(), ), ), @@ -130,4 +131,6 @@ Widget customMenuItemGridPresenter(BuildContext context, CustomMenu menuItem) { onLongPress: () => (menuItem.onLongPress != null) ? menuItem.onLongPress(context) : null, ); + if (menuItem.isNew) return wrapInNewBanner(context, LocaleKey.newItem, card); + return card; } diff --git a/lib/prod.dart b/lib/prod.dart index 94fbb79e..e43fb122 100644 --- a/lib/prod.dart +++ b/lib/prod.dart @@ -14,7 +14,7 @@ Future main() async { remoteConfigsConfigId: '4fa400a4', donationsEnabled: false, isProduction: true, - currentWhatIsNewGuid: 'e3a18274-5981-4945-a846-47688324aa5c', + currentWhatIsNewGuid: '682ce415-30eb-4265-b0ad-fcfc363705bb', // from env.dart remoteConfigsApiKey: remoteConfigsApiKey, diff --git a/lib/redux/modules/cart/reducer.dart b/lib/redux/modules/cart/reducer.dart index 0cdedbbc..47cabefe 100644 --- a/lib/redux/modules/cart/reducer.dart +++ b/lib/redux/modules/cart/reducer.dart @@ -16,10 +16,10 @@ final cartReducer = combineReducers([ CartState _addCraftingToCart(CartState state, AddCraftingToCartAction action) { bool addedNewItem = false; List newItems = List.empty(growable: true); - for (var craftingIndex = 0; + for (int craftingIndex = 0; craftingIndex < state.craftingItems.length; craftingIndex++) { - var temp = state.craftingItems[craftingIndex]; + CartItem temp = state.craftingItems[craftingIndex]; if (state.craftingItems[craftingIndex].id == action.item.id) { addedNewItem = true; temp.quantity = temp.quantity + action.quantity; @@ -29,7 +29,7 @@ CartState _addCraftingToCart(CartState state, AddCraftingToCartAction action) { if (!addedNewItem) { newItems.add(CartItem(pageItem: action.item, quantity: action.quantity)); } - return state.copyWith(craftingItems: newItems); + return state.copyWith(crftingItems: newItems); } CartState _editCraftingItemInCart( @@ -44,7 +44,7 @@ CartState _editCraftingItemInCart( } newItems.add(temp); } - return state.copyWith(craftingItems: newItems); + return state.copyWith(crftingItems: newItems); } CartState _removeCraftingFromCart( @@ -54,10 +54,10 @@ CartState _removeCraftingFromCart( if (oldCardItem == null) return state; return state.copyWith( - craftingItems: List.from(state.craftingItems)..remove(oldCardItem)); + crftingItems: List.from(state.craftingItems)..remove(oldCardItem)); } CartState _removeAllCraftingFromCart( CartState state, RemoveAllCraftingFromCartAction action) { - return state.copyWith(craftingItems: List.empty(growable: true)); + return state.copyWith(crftingItems: List.empty(growable: true)); } diff --git a/lib/redux/modules/journeyMilestone/actions.dart b/lib/redux/modules/journeyMilestone/actions.dart index 2cf2a917..c65d9157 100644 --- a/lib/redux/modules/journeyMilestone/actions.dart +++ b/lib/redux/modules/journeyMilestone/actions.dart @@ -5,3 +5,9 @@ class SetMilestonAction extends PersistToStorage { final int journeyStatIndex; SetMilestonAction(this.journeyId, this.journeyStatIndex); } + +class SetFaction extends PersistToStorage { + final String missionId; + final int missionTierIndex; + SetFaction(this.missionId, this.missionTierIndex); +} diff --git a/lib/redux/modules/journeyMilestone/factionsViewModel.dart b/lib/redux/modules/journeyMilestone/factionsViewModel.dart new file mode 100644 index 00000000..69b3a206 --- /dev/null +++ b/lib/redux/modules/journeyMilestone/factionsViewModel.dart @@ -0,0 +1,25 @@ +import 'package:redux/redux.dart'; + +import '../../../contracts/faction/storedFactionMission.dart'; +import '../../../contracts/redux/appState.dart'; +import 'actions.dart'; +import 'selector.dart'; + +class FactionsViewModel { + List storedFactions; + + Function(String missionId, int missionTierIndex) setFaction; + + FactionsViewModel({ + this.storedFactions, + this.setFaction, + }); + + static FactionsViewModel fromStore(Store store) { + return FactionsViewModel( + storedFactions: getFactions(store.state), + setFaction: (String missionId, int missionTierIndex) => + store.dispatch(SetFaction(missionId, missionTierIndex)), + ); + } +} diff --git a/lib/redux/modules/journeyMilestone/reducer.dart b/lib/redux/modules/journeyMilestone/reducer.dart index 4050138e..f4fb40df 100644 --- a/lib/redux/modules/journeyMilestone/reducer.dart +++ b/lib/redux/modules/journeyMilestone/reducer.dart @@ -1,3 +1,5 @@ +import 'package:assistantnms_app/contracts/faction/storedFactionMission.dart'; + import '../../../contracts/journey/storedJourneyMilestone.dart'; import 'package:redux/redux.dart'; @@ -6,6 +8,7 @@ import 'actions.dart'; final journeyMilestoneReducer = combineReducers([ TypedReducer(_setMilestonAction), + TypedReducer(_setFactionAction), ]); JourneyMilestoneState _setMilestonAction( @@ -30,3 +33,26 @@ JourneyMilestoneState _setMilestonAction( return state.copyWith(storedMilestones: newItems); } + +JourneyMilestoneState _setFactionAction( + JourneyMilestoneState state, SetFaction action) { + bool itemExists = false; + StoredFactionMission itemToAdd = StoredFactionMission( + missionId: action.missionId, + missionTierIndex: action.missionTierIndex, + ); + List newItems = + state.storedFactions.map((StoredFactionMission storedF) { + if (storedF.missionId == action.missionId) { + itemExists = true; + return itemToAdd; + } + return storedF; + }).toList(); + + if (itemExists == false) { + newItems.add(itemToAdd); + } + + return state.copyWith(storedFactions: newItems); +} diff --git a/lib/redux/modules/journeyMilestone/selector.dart b/lib/redux/modules/journeyMilestone/selector.dart index 252231fd..c682c032 100644 --- a/lib/redux/modules/journeyMilestone/selector.dart +++ b/lib/redux/modules/journeyMilestone/selector.dart @@ -1,3 +1,4 @@ +import '../../../contracts/faction/storedFactionMission.dart'; import '../../../contracts/redux/journeyMilestoneState.dart'; import '../../../contracts/journey/storedJourneyMilestone.dart'; @@ -6,3 +7,7 @@ import '../../../contracts/redux/appState.dart'; List getJourneyMilestones(AppState state) => state?.journeyMilestoneState?.storedMilestones ?? JourneyMilestoneState.initial().storedMilestones; + +List getFactions(AppState state) => + state?.journeyMilestoneState?.storedFactions ?? + JourneyMilestoneState.initial().storedFactions; diff --git a/lib/services/json/FactionJsonRepository.dart b/lib/services/json/FactionJsonRepository.dart new file mode 100644 index 00000000..4cfe6fb5 --- /dev/null +++ b/lib/services/json/FactionJsonRepository.dart @@ -0,0 +1,47 @@ +import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart'; +import 'package:assistantnms_app/contracts/faction/faction.dart'; +import 'package:flutter/material.dart'; + +import 'interface/IFactionJsonRepository.dart'; + +class FactionJsonRepository extends BaseJsonService + implements IFactionJsonRepository { + // + @override + Future> getAll(BuildContext context) async { + String jsonFileName = getTranslations().fromKey(LocaleKey.factionJson); + try { + dynamic responseDetailsJson = + await getJsonFromAssets(context, 'json/$jsonFileName'); + + FactionData item = FactionData.fromRawJson(responseDetailsJson); + return ResultWithValue(true, item, ''); + } catch (exception) { + getLog().e("FactionJsonRepository Exception: ${exception.toString()}"); + return ResultWithValue( + false, FactionData(), exception.toString()); + } + } + + @override + Future> getById( + BuildContext context, String id) async { + ResultWithValue itemsResult = await getAll(context); + if (itemsResult.hasFailed) { + return ResultWithValue(false, FactionDetail(), itemsResult.errorMessage); + } + List details = List.empty(growable: true); + details.addAll(itemsResult.value.categories); + details.addAll(itemsResult.value.lifeforms); + details.addAll(itemsResult.value.guilds); + try { + FactionDetail selectedItem = details.firstWhere((r) => r.id == id); + return ResultWithValue(true, selectedItem, ''); + } catch (exception) { + getLog().e( + "FactionJsonRepository getById ($id) Exception: ${exception.toString()}"); + return ResultWithValue( + false, FactionDetail(), exception.toString()); + } + } +} diff --git a/lib/services/json/interface/IFactionJsonRepository.dart b/lib/services/json/interface/IFactionJsonRepository.dart new file mode 100644 index 00000000..5925a722 --- /dev/null +++ b/lib/services/json/interface/IFactionJsonRepository.dart @@ -0,0 +1,15 @@ +import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart'; +import 'package:assistantnms_app/contracts/faction/faction.dart'; +import 'package:flutter/material.dart'; + +class IFactionJsonRepository { + // + Future> getAll(BuildContext context) async { + return ResultWithValue(false, FactionData(), ''); + } + + Future> getById( + BuildContext context, String id) async { + return ResultWithValue(false, FactionDetail(), ''); + } +} diff --git a/lib/staging.dart b/lib/staging.dart index 21c17776..034955af 100644 --- a/lib/staging.dart +++ b/lib/staging.dart @@ -14,7 +14,7 @@ Future main() async { remoteConfigsConfigId: '9e83ecdf', donationsEnabled: true, isProduction: false, - currentWhatIsNewGuid: 'e3a18274-5981-4945-a846-47688324aa5c', + currentWhatIsNewGuid: '682ce415-30eb-4265-b0ad-fcfc363705bb', // from env.dart remoteConfigsApiKey: remoteConfigsApiKey, diff --git a/pubspec.lock b/pubspec.lock index 6bfacea4..f5b74166 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -63,7 +63,7 @@ packages: name: assets_audio_player url: "https://pub.dartlang.org" source: hosted - version: "3.0.3+9" + version: "3.0.4+1" assets_audio_player_web: dependency: transitive description: @@ -74,10 +74,12 @@ packages: assistantapps_flutter_common: dependency: "direct main" description: - path: "C:\\Development\\Projects\\AssistantApps\\assistantapps_flutter_common" - relative: false - source: path - version: "0.1.17" + path: "." + ref: HEAD + resolved-ref: "1d94b2d8e0557e3ec73e036ff7d630f4acc9faf1" + url: "https://github.com/AssistantApps/Flutter.Common.git" + source: git + version: "0.1.20" async: dependency: transitive description: @@ -740,9 +742,11 @@ packages: native_admob_flutter: dependency: "direct main" description: - name: native_admob_flutter - url: "https://pub.dartlang.org" - source: hosted + path: "." + ref: HEAD + resolved-ref: ff09e6c4a469a6f1e75081fe281661a9f4aca87d + url: "https://github.com/bdlukaa/native_admob_flutter.git" + source: git version: "1.5.0" nested: dependency: transitive diff --git a/pubspec.yaml b/pubspec.yaml index aa633e57..214da0c4 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: 1.100.1+264 +version: 1.101.2+267 publish_to: 'none' environment: @@ -18,14 +18,13 @@ dependencies: # AssistantApps assistantapps_flutter_common: - # git: https://github.com/AssistantApps/Flutter.Common.git - path: 'C:\Development\Projects\AssistantApps\assistantapps_flutter_common' + git: https://github.com/AssistantApps/Flutter.Common.git + # path: 'C:\Development\Projects\AssistantApps\assistantapps_flutter_common' # Firebase firebase_core: 1.13.1 firebase_analytics: 9.1.2 # firebase_analytics_web: 0.1.1 - native_admob_flutter: 1.5.0 firebase_messaging: 11.2.8 firebase_auth: 3.3.9 # firebase_auth_web: ^0.3.2+6 @@ -42,11 +41,15 @@ dependencies: # Push flutter_local_notifications: 9.4.0 + # native_admob_flutter: 1.5.0 # iOS issue + native_admob_flutter: + git: https://github.com/bdlukaa/native_admob_flutter.git + # UI adaptive_theme: 2.3.0 adaptive_dialog: 1.4.0 avatar_glow: 2.0.2 - assets_audio_player: 3.0.3+9 + assets_audio_player: 3.0.4+1 bubble: 1.2.1 bottom_bars: 1.1.0 country_icons: 2.0.2 # Move to AA? diff --git a/release_notes.txt b/release_notes.txt index 08d68bba..80332cdf 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -2,6 +2,13 @@ - No longer obtainable - A reward from Expeditions - A reward from Twitch Campaigns +- Added Factions page (Patreon exclusive) + - Displays information about the ranks for each faction and guild + - Ability to set your current progress +- Fix cart quantities always being zero + - Fixes total unit count issue + - Fixes all required materials list error + - Fixes all required materials tree error For more details on this update please visit the "What is New" page in the Apps or on the website